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:
-
- Efficient User Timelines in a PHP Application with Neo4j
- Key Takeaways Implementing user timelines for social applications can be challenging with common SQL or NoSQL databases due to the complexity of queries and performance impacts. Graph databases, like Neo4j, can eliminate these issues. A common m
- PHP Tutorial 496 2025-02-18 09:50:13
-
- User Authentication in Symfony2 with UserApp.io
- UserApp.io is a handy user management tool and API. It provides a web interface to deal with user accounts (and the many features this involves) and an API to hook them into your own web application. The purpose of this service is to make it easier a
- PHP Tutorial 449 2025-02-18 09:47:08
-
- Effective PDF Generation in Drupal
- This article details how to generate PDFs in Drupal, focusing on creating printable game cards. It compares Drupal modules and recommends the Print module with wkhtmltopdf for accurate, high-quality output. The author highlights the shift in mindse
- PHP Tutorial 341 2025-02-18 09:44:11
-
- Adding Products to Your eBay Store with the Trading API
- This tutorial demonstrates building eBay product adding functionality using the Trading API. We'll cover programmatic product detail handling, uploads, categorization, and secure listing submission. Key Concepts: Leverage the Trading API for effic
- PHP Tutorial 401 2025-02-18 09:42:10
-
- 7 Ways to Optimize Jenkins
- Efficient use of Jenkins: Seven tips to improve continuous integration and continuous delivery efficiency Key Points Make sure Jenkins runs smoothly with the latest Long-term Support (LTS) version and avoid unnecessary updates. It is recommended to back up Jenkins servers regularly, especially configuration files. Avoid Jenkins bloating: Create multiple Jenkins masters for different projects or teams and break down the job into smaller tasks. Uninstall unused plugins regularly to keep Jenkins in good condition. Use plugins like its integrated script console or Scriptler to automate Jenkins. For large projects, consider using REST A
- PHP Tutorial 268 2025-02-18 09:34:11
-
- Using Github Webhooks with PHP
- This tutorial demonstrates using the GitHub Webhooks API with PHP to create a demo application. The demo receives every push event from GitHub and stores it in a database. It also displays a chart of repository contributors ordered by commit count.
- PHP Tutorial 738 2025-02-18 09:25:10
-
- How to Encrypt Large Messages with Asymmetric Keys and phpseclib
- This tutorial demonstrates how to encrypt large messages using asymmetric keys and the PHPseclib library. Key Concepts Asymmetric encryption, like RSA, solves key distribution challenges by employing a public key for encryption and a private key for
- PHP Tutorial 355 2025-02-18 09:11:12
-
- Laravel 4 to Laravel 5 - The Simple Upgrade Guide
- Migrating from Laravel 4 to Laravel 5: Step by Step Guide Laravel 5 has been released, but people’s fear of change remains. We keep hearing people complain about some big changes, such as new folder structures. Will my application crash if it executes composer update? This article will guide you on how to migrate your existing Laravel 4 app to Laravel 5 and learn about the new folder structure. Key Points Upgrading from Laravel 4 to Laravel 5 includes multiple steps including updating composer.json files, updating routes, controllers and views, and modifying any custom code to use Lara
- PHP Tutorial 276 2025-02-18 09:05:09
-
- Drupal goes Social: Building a 'Liking' Module in Drupal
- This article demonstrates how to build a Drupal module enabling users to "like" posts using jQuery AJAX calls for asynchronous data saving. Key Features: Asynchronous liking via jQuery AJAX. Database storage of likes (per user, per post).
- PHP Tutorial 963 2025-02-18 09:03:10
-
- CMS Content Organization Structures: Trees vs Facets vs Tags
- Content Organization: Trees, Facets, and Tags—A Modern CMS Perspective This article examines the role of tree structures in modern content management systems (CMS), contrasting them with facets and tags. While trees represent the traditional hierarc
- PHP Tutorial 233 2025-02-18 09:02:09
-
- Adding Social Network Features to a PHP App with Neo4j
- In the last part, we learned about Neo4j and how to use it with PHP. In this post, we’ll be using that knowledge to build a real Silex-powered social network application with a graph database. Key Takeaways Utilizing Silex, Twig, Bootstrap, and
- PHP Tutorial 191 2025-02-18 08:59:12
-
- Laravel Blade Recursive Partials with @each
- This tutorial demonstrates how to implement recursive partials in Laravel's Blade templating engine using the @each directive. This allows rendering of arbitrarily nested data structures without needing to know the maximum depth. Key Benefits: Avo
- PHP Tutorial 134 2025-02-18 08:58:10
-
- Configuring Your Store's Settings with the eBay Trading API
- This tutorial shows how to configure eBay store settings using the eBay Trading API. Part 1 covered the developer dashboard and database setup; this part focuses on store settings, with Part 3 covering product additions. Key Concepts: Leverage the
- PHP Tutorial 758 2025-02-18 08:50:10
-
- API Client TDD with Mocked Responses
- This tutorial expands on a previous installment, focusing on building a robust and well-tested Diffbot API client library using PHPUnit and TDD (Test-Driven Development). The previous parts covered basic functionality and abstract class testing. Thi
- PHP Tutorial 872 2025-02-18 08:48:12
-
- Inspecting PHP Code Quality with Scrutinizer
- Scrutinizer CI: A Continuous Inspection Tool for Enhanced PHP Code Quality This article, revised based on feedback from the Scrutinizer team, provides a streamlined guide to using Scrutinizer CI, a continuous integration platform for analyzing PHP co
- PHP Tutorial 638 2025-02-18 08:47:09