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:
-
- Understanding the Pattern Design Factory in PHP with Symfony
- If you're looking to make your code more flexible and maintainable, the Design Pattern Factory is a great solution. It allows you to delegate the creation of objects to a specialized method, which can be super useful when you need to manage different
- PHP Tutorial 934 2024-09-09 20:30:14
-
- RPC Action EPUsing Protobuf and Creating a Custom Plugin
- In the previous article, I implemented a simple RPC interface using the net/rpc package and tried out the Gob encoding that comes with net/rpc and JSON encoding to learn some basics of Golang RPC. In this post, I'll combine net/rpc with protobuf and
- Golang 266 2024-09-09 20:30:10
-
- Top PHP Features You Can Use in 4
- Hey PHP fans! This article highlights some excellent new features of our favorite scripting language. Whether you're a seasoned pro or just starting out, these will make your coding life easier and more fun. Let's dive into the top PHP features you c
- PHP Tutorial 901 2024-09-09 18:30:31
-
- Limit Eager Loaded Relationships on Laravel Models
- Introduction Sometimes when you're eager loading relationships on Laravel models, you might want to limit the number of related models that are returned. For example, on a blogging platform, you might want to load every author in the system al
- PHP Tutorial 335 2024-09-09 18:30:15
-
- RPC Action EPImplement a simple RPC interface in Go
- RPC(Remote Procedure Call)is a widely used communication method between different nodes in distributed systems and a foundational technology of the Internet era. Go's standard library provides a simple implementation of RPC under the net/rpc package.
- Golang 719 2024-09-09 18:30:11
-
- Laravel Password Hashing With Salt
- Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some interesting details on how Laravel password hashing works. This article can help you understand how secure
- PHP Tutorial 417 2024-09-09 16:31:38
-
- Is it Preptember yet?
- Good morning everyone and happy MonDEV ☕ We are back in full swing and one of the reasons why it's nice to return to the PC in September is Preptember! Those who have been following the newsletter since the early days and those who follow the world
- PHP Tutorial 657 2024-09-09 16:31:31
-
- How to organize your Laravel Project in 4
- Because of my work at developerjoy.co, I have created over 10 Laravel projects from scratch in the last year, and worked on more than 25 and I have seem one common thing in all of them. The Laravel default directory structure only works when your pr
- PHP Tutorial 618 2024-09-09 16:31:11
-
- Web optimization with ETags. Example with WordPress
- Web optimization with ETags. Example with WordPress This post was initially published in 2014 in 2019 in Web Optimization with ETags. Example with WordPress It's been a while since I wrote about optimization. You already know what you know me, what was d
- PHP Tutorial 458 2024-09-09 16:30:41
-
- The fastest way to deploy PHP in Servbay
- Servbay is a tool that has focused on configuring development environments in recent years. In this tutorial, we aim for a quick, safe, and stable deployment that aligns perfectly with Servbay’s deployment philosophy, so we will use Servbay to deploy
- PHP Tutorial 1014 2024-09-09 14:30:32
-
- The fastest way to deploy PHP in Servbay
- Servbay is a tool that has focused on configuring development environments in recent years. In this tutorial, we aim for a quick, safe, and stable deployment that aligns perfectly with Servbay’s deployment philosophy, so we will use Servbay to deploy
- PHP Tutorial 614 2024-09-09 14:30:25
-
- Web Optimization with ETags: An Example with WordPress
- English version of my old post Optimización web con ETags. Ejemplo con WordPress It's been a while since I last wrote about optimization. Those who know me are aware of why that happened. However, I can't let so-called WPO (Web Performance Optimiz
- PHP Tutorial 795 2024-09-09 14:30:10
-
- Introducing KubeDash: Your Kubernetes Cluster Management Dashboard!
- Hey All!, I am Full stack dev fresher and work in a Cloud company and so I wanted to test/work around the devops tech. Started with building a small project called "Kubedash" which is a kubernetes cluster management dashboard (got this idea
- Golang 892 2024-09-09 12:30:37
-
- Inline Functions in C and C++
- Introduction C++ added the inline keyword that can prefix a function definition, such as: inline int max_int( int a, int b ) { return a > b ? a : b; } to give the compiler a “hint” that the program overall might benefit in performa
- C++ 685 2024-09-09 10:33:46
-
- Understanding WebSockets in PHP
- WebSockets provide a real-time, full-duplex communication channel over a single TCP connection. Unlike HTTP, where the client sends requests to the server and waits for a response, WebSockets allow for continuous communication between the client and
- PHP Tutorial 697 2024-09-09 06:36:07