Search Results
Wordpress Custom Post Types
Wordpress is an open source content management system that allows developers to create a wide array of plug-ins, themes and widgets. One of the core pieces in Wordpress is creating Custom Post Types. A Custom Post Type is an easy way to organize and create data that is stored in the database.
What is an API and What Can it Do?
Brief article explaining the benefits of API development for your software project. Learning the basics of API integrations in order to develop a more powerful software. Better data and better functionality can be expected from API development projects.
How to Add a Winston Logger to your NestJS Project that Saves Logs to the Database
A step by step approach to adding Winston Logger to your NestJS projects that saves logs to the database. Easy walk through with code examples provided by Endertech developer!
NestJS
An introduction to the NestJS NodeJS server-side application framework and how it can bring increased efficiency to development projects.
Multiple Inserts with Prepared Statements in Symfony 1.4
Using Prepared Statements in Symfony1.4 instead of other methods such as doInsert or creating an object in a loop.
Multiple Inserts with Prepared Statements in Symfony 1.4
Using Prepared Statements in Symfony1.4 instead of other methods such as doInsert or creating an object in a loop.
The Joys of Parameterization
We’ve all seen examples of parameterization. Database credentials are probably the most common example. Various scenarios may require that these be changed; a server move, a user/password change, or setting up a development environment. It’s easy to see how this is a best practice.
From Legacy to Modern: Safely Upgrading a Symfony 4.4 + Sonata Admin App to Symfony 7.4
Upgrading a legacy Symfony 4.4 application to Symfony 7.4 is more than a version bump—it’s a strategic investment in security, performance, and long-term maintainability. This guide outlines a practical, low-risk approach using dedicated staging environments, systematic deprecation cleanup, and careful validation to modernize your stack and accelerate future feature delivery.
Why Should You Invest in Website Maintenance?
Why should you invest in a website maintenance system? Join us as we discuss the nuances of database maintenance and its need for your website.
Symfony CMF vs WordPress CMS
WordPress is well-known the world over for its relative ease-of-use and plug-and-go capabilities. Businesses of all shapes and sizes use this content management system for all sorts of websites, from content sites to lead generation to e-commerce or even social networks.
Disable Chrome Autofill
Discover how to disable Chrome autofill function at the root. For searchers and users of React based applications, this is for you!
Laravel Homestead
Laravel Homestead is a prepackaged Vagrant box and configuration that can be used for PHP development. The box itself includes all of the essentials for rapid web development.
