current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Build a React App With a Laravel RESTful Back End: Part 1, Laravel 9 API
- Laravel and React are two popular web development technologies used for building modern web applications. Laravel is prominently a server-side PHP framework, whereas React is a client-side JavaScript library. This tutorial serves as an introduction t
- PHP Tutorial . restful 522 2025-03-01 09:14:10
-
- jQuery AJAX Differences Between GET vs POST
- Core points In jQuery AJAX request, GET and POST are both methods to send data to the server. The key difference is that GET attaches data to the URL (key-value pair form), which is visible in the browser address bar, which is suitable for sending a small amount of data; POST places the data in the HTTP request body, which is not visible to the user, which is suitable for sending a large amount of data or sensitive information. GET should be used for idempotent operations (such as database queries); POST should be used for operations with side effects (such as modifying databases or subscribing to services), or for processing long requests (especially when sending large amounts of or sensitive data, and should be via HTTPS). In a single application, both GET and POST methods can be used according to specific needs. Although P
- JS Tutorial . restful 395 2025-03-01 08:44:10
-
- Creating Drill-down Analytics with FusionCharts, PHP, MySQL and JSON
- Key Takeaways FusionCharts is a user-friendly application that enables the creation and deployment of multi-level, drill-down charts to present data in a simple, attractive interface. This tool can be implemented using PHP, MySQL and JSON. The i
- JS Tutorial . restful 842 2025-03-01 08:35:10
-
- HTTP Debugging with Node and http-console
- http-console is a Node module that gives you a command-line interface for executing HTTP commands. It’s great for debugging and seeing exactly what is going on with your HTTP requests, regardless of whether they’re made against a web server, web serv
- JS Tutorial . restful 847 2025-03-01 01:37:11
-
- How to Build a REST API With Laravel
- This course teaches you to build RESTful APIs with Laravel, simplifying the process significantly. It's ideal for beginners and experienced developers alike. Key Learning Points: Database modeling, seeding test data. Handling GET requests. Transfo
- PHP Tutorial . restful 933 2025-02-28 09:41:16
-
- 8 Best PHP CRUD Generators and Frameworks on CodeCanyon
- Database code can be repetitive, but accuracy is crucial. That's where PHP CRUD generators and frameworks excel—they automate repetitive coding tasks, freeing you to focus on other application aspects. CodeCanyon offers numerous CRUD generators and
- PHP Tutorial . restful 542 2025-02-28 09:20:43
-
- Let's Talk: Efficient Communication for PHP and Android, Part 1
- Efficient Communication Between PHP and Android: A Two-Part Guide (Part 1) Key Concepts This two-part series demonstrates building a high-performance PHP REST web service for an Android app. We'll focus on efficient data serialization and compressi
- PHP Tutorial . restful 142 2025-02-27 09:18:19
-
- An Introduction to the Front Controller Pattern, Part 2
- Core points The front-end controller acts as a centralized proxy for the application, assigning commands to predefined handlers, such as page controllers or REST resources. Front-end controllers can maintain a compact structure, route and dispatch incoming requests, and can also be extended to a fully functional RESTful controller, parse HTTP verbs, adapt to pre/post dispatch hooks, etc. This article demonstrates how to deploy a small but scalable HTTP framework that works with front-end controllers, standalone routers, and schedulers while handling request/response cycles independently. The author also introduced the process of building a front-end controller from scratch, including defining classes to simulate data and behaviors of typical HTTP request/response cycles,
- PHP Tutorial . restful 873 2025-02-26 09:55:45
-
- PHP Master | Writing a RESTful Web Service with Slim
- This SitePoint series has explored REST principles. This article demonstrates building a RESTful web service using Slim, a PHP micro-framework inspired by Sinatra (Ruby). Slim's lightweight nature, with core components like routing, request/respons
- PHP Tutorial . restful 694 2025-02-26 09:13:10
-
- 10 jQuery History/Back Button Plugins
- Explore 10 Exceptional jQuery Plugins for History/Back Button Management. These user-friendly plugins simplify implementation and seamlessly integrate with bookmarking, page refreshes, and back/forward navigation. jQuery History: A versatile histor
- JS Tutorial . restful 321 2025-02-25 12:36:10
-
- Making HTTP Requests in Node.js
- In previous articles, I’ve focused on creating a Node.js server to handle HTTP requests. This article looks at the problem in reverse, by showing you how to make HTTP requests from your Node.js applications. You may be asking yourself why you would w
- JS Tutorial . restful 734 2025-02-24 10:15:12
-
- Comparing Beanstalkd, IronMQ and Amazon SQS
- Key Points Service Settings: Beanstalkd is self-hosted and needs to be set manually on Linux or Mac OS X, while IronMQ and Amazon SQS are cloud hosting services with minimal local settings. Service Level Agreement (SLA): IronMQ provides 99.95% uptime SLA, and Beanstalkd and Amazon SQS do not provide such protocols, which offer optional support services at an additional charge. Client library and management interface: Beanstalkd supports open source client libraries and lacks a built-in management interface, while IronMQ and Amazon
- PHP Tutorial . restful 378 2025-02-22 09:48:11
-
- Guzzle - PHP HTTP Client
- Guzzle: Your PHP HTTP Client for Seamless Web Service Integration Key Advantages of Guzzle: Independent and Versatile: Guzzle stands alone as a powerful HTTP client, ideal for fetching data from remote database servers or interacting with third-par
- PHP Tutorial . restful 876 2025-02-22 09:11:10
-
- Talk AngularJS with the Experts – The Transcript
- Key Takeaways AngularJS is distinguished by its deep integration with the DOM/HTML, enhancing the dynamism of HTML through JavaScript. The framework is particularly potent for developing Single Page Applications (SPAs), although it might be cons
- JS Tutorial . restful 792 2025-02-22 08:45:12
-
- Creating a Typeahead Widget with AngularJS - SitePoint
- If you are starting an AngularJS project you might want to have all the components written in Angular. Although it’s certainly possible to reuse the existing jQuery plugins, throwing a bunch of jQuery inside a directive is not always the correct way
- JS Tutorial . restful 699 2025-02-22 08:44:14