Found a total of 10000 related content
Maxun: Open Source No-Code Web Data Extraction Platform??
Article Introduction:? Hey Everybody
We are thrilled to open-source Maxun today.
Maxun is an open-source no-code web data extraction platform. It lets you build custom robots for data scraping in just a few clicks.
Github : https://github.com/getmaxun/maxun
?
2024-11-04
comment 0
807
How to use Composer to simplify PHP source code analysis: the application of theseer/tokenizer library
Article Introduction:In the process of handling PHP source code analysis, I encountered a tricky problem: how to convert PHP code into a format that is easier to analyze and process. I tried multiple methods, but none of them worked well. Finally, by installing the theseer/tokenizer library using Composer, I successfully converted the PHP source code to XML format, greatly simplifying subsequent analysis work.
2025-04-18
comment 0
315
Open-source No-code Web Builder
Article Introduction:Hello Everyone, I have spent the last six months building a no-code web builder for websites and web applications. The goal is total freedom with your code to avoid vendor lock-in. Therefore, users can export or publish their code on popular platform
2024-12-09
comment 0
299
45 VS Code Shortcuts for Boosting Your Productivity
Article Introduction:Visual Studio Code (VS Code) is a free, open-source code editor developed by Microsoft. Its lightweight design, powerful features, and extensive customization options have made it a top choice among developers. VS Code boasts a vast library of exten
2025-02-08
comment 0
893
Sending Emails in PHP with PHPMailer
Article Introduction:PHPMailer: A powerful tool for sending PHP mail
PHPMailer is a popular open source PHP mail delivery library. Since its release in 2001, it has been one of the preferred options for PHP developers to send programmatic emails, alongside other popular libraries such as Swiftmailer. This article will explain why PHPMailer is better than PHP's built-in mail() function and provide code examples.
Core points
PHPMailer is a popular open source PHP mail delivery library that provides more functionality and flexibility than PHP's built-in mail() function, including object-oriented interfaces, easier HTML and attachment processing, and the ability to use non-local mail servers.
PHP
2025-02-08
comment 0
922
How to Install LAMP Stack in AlmaLinux 8.4
Article Introduction:LAMP is a popular hosting stack used for developing and testing web applications. It’s an acronym for Linux, Apache, MariaDB, & PHP.
Apache is an open-source and widely used web server. MariaDB is an open-source relational database server that st
2025-07-09
comment 0
322
Introduction to Jest: Unit Testing, Mocking, and Asynchronous Code
Article Introduction:Introduction to Jest
Jest is a library for testing JavaScript code.
It’s an open source project maintained by Facebook, and it’s especially well suited for React code testing, although not limited to that: it can test any JavaScript code. Its
2024-11-01
comment 0
831
Building a Chat Application with SignalR
Article Introduction:This tutorial demonstrates building a simple chat application using SignalR, an open-source library for ASP.NET developers. SignalR provides real-time web functionality, similar to Socket.IO for Node.js. While Socket.IO might be preferred with Java
2025-02-19
comment 0
1152
PHP tutorial for beginners
Article Introduction:PHP Introduction Guide: First Discovery PHP Variables and Basic Sygles
PHP, originally called Personal Home Page, is now known as PHP: Super text pre -processor, which is a general server -side script language that is widely used in Web development. It is used to handle tasks such as forms, files and database access.
Advantages of PHP:
Interpreting language: PHP code is executed by the web server.
Open source: It is a free open source product, which can be customized in height.
Multi -function: PHP can be used to handle various tasks such as HTML forms, managing server files, and connecting databases.
PHP basic grammar:
PHP code is written in ordinary text files and included with labels.
PHP
2025-01-29
comment 0
1133
Build a Native Desktop GIF Searcher App Using NodeGui
Article Introduction:NodeGui is an open-source JavaScript library enabling the creation of cross-platform native desktop applications using Node.js. These applications run seamlessly on macOS, Windows, and Linux, leveraging JavaScript for code, CSS for styling, and the
2025-02-10
comment 0
614
Contributing to Open Source: Gatekeeper Case Study
Article Introduction:Contributing to open source projects: A practical case
This article will use a practical case to explain in detail how to contribute code to open source projects. We will take the GateKeeper library as an example to add a counting function and gradually demonstrate the entire process, including communication with the project owner, code implementation, testing, and submitting Pull Request.
Introduction to GateKeeper Library
GateKeeper is a PHP library for user registration, authentication, and authorization. It uses its own database to store and query user records. This makes it completely decoupled from the main application, making it easy to scale and modify.
Add counting function
At present, if GateKeeper wants to obtain the total number of users in the database, it needs to obtain all users first
2025-02-15
comment 0
388
Why ReactJS is Crucial for Contemporary Web Development
Article Introduction:In the fast-paced world of web development, ReactJS has emerged as one of the most popular and widely used libraries. Developed by Facebook, ReactJS is an open-source JavaScript library designed for building user interfaces, particularly for single-p
2024-12-24
comment 0
520
Building User Interfaces For AI Applications with Gradio in Python
Article Introduction:The usefulness of today’s AI models is greatly diminished without accessible user interfaces. Using Gradio, an open-source Python web UI library, you can bridge that gap between LLMs and non-technical end users. It allows you to create rapid prototyp
2025-03-05
comment 0
455
Sourcehunt September - Hacktoberfest Edition
Article Introduction:Participate in DigitalOcean’s Hacktoberfest and contribute to open source projects!
Event Highlights:
DigitalOcean's Hacktoberfest is enabled to encourage everyone to contribute code to various open source projects. Complete 4 pull requests to get a T-shirt in recognition of your contribution to the open source community.
Recommended projects include: simplifying the Kodus/mail package for UTF-8 mailing; object-oriented array operation interface voku/Arrayy; and Atom plug-in php-integrator/atom-base for assisting static code checks
2025-02-10
comment 0
988
The Ultimate PHP QR Code Library
Article Introduction:HeroQR: Your dream PHP QR code generation library. Are you still worried about QR code generation in PHP? Don't hesitate any longer! ?I am pleased to introduce you to HeroQR, an advanced open source PHP library designed to make QR code generation easy, powerful and flexible. Why choose HeroQR? HeroQR stands out for its customizability and ease of use. Whether you're a beginner looking for a simple QR code solution or an experienced developer in need of advanced features, HeroQR has what you need. Main Features of HeroQR HeroQR is designed to provide developers with powerful tools to create and customize QR codes. Here’s a quick overview of its standout features: Unparalleled customization with resizable additions
2025-01-15
comment 0
878
Introduction to jCanvas: jQuery Meets HTML5 Canvas
Article Introduction:HTML5 lets you draw graphics straight into your web page using the element and its related JavaScript API.
In this post, I’m going to introduce you to jCanvas, a free and open source jQuery-based library for the HTML5 Canvas API.
If you d
2025-02-18
comment 0
563