Skip to main content

Development

2025


How to connect PHP with MySQL

·5 mins
Discover how to easily integrate PHP with MySQL for efficient backend development. Ideal for developers, sysadmins, and self-hosters, this guide covers essential steps and best practices for managing and storing data cost-effectively.

My Structured Query Language (MySQL)

·50 mins
With a database you can store all your information that is needed in your project. First you define the structure of your data and how it relates to each other, you also can define some rules to ensure stored data is valid and finally the database will take over the heavy lifting for you. No matter if a small project with 10 information or complex systems with millions or billions of data entries.

PHP Hypertext Processor

·24 mins
Learn how to build dynamic web applications with PHP. From generating dynamic HTML to serving API requests and running background processes, PHP offers an easy entry point into backend development. Perfect for junior developers, system administrators, and self-hosters.

2024


Node.js - JavaScript in Server Applications

·16 mins
Learn how to use Node.js to run JavaScript on the server side, from basic CLI applications to serving dynamic websites. Perfect for developers, sysadmins, and self-hosters.

Easily use temporary files in Jetbrains (Scratch Files)

·2 mins
Learn how to leverage scratch files in JetBrains IDEs for fast, temporary code snippets that won’t clutter your projects. Create, manage, and execute cross-project files effortlessly while keeping your codebase clean.

Demystifying JavaScript: A Beginner's Guide to Understanding Source Code

··16 mins
Unravel the intricacies of JavaScript source code with this beginner-friendly guide. Explore fundamental concepts like variables, functions, loops, and objects through practical examples. Dive into the world of programming logic and enhance your understanding of web development.

Efficient Dependency Management with NPM

··8 mins
Learn how to efficiently manage dependencies in your projects using NPM. Avoid losing control and maintain oversight with proper documentation and management techniques.

Streamline Web-Development with Bulma CSS Framework

··12 mins
Boost your web development efficiency by leveraging the power of CSS Frameworks. Explore how Bulma simplifies styling, allowing you to create stunning websites effortlessly.

Level up your programming by using IDEs like WebStorm

··9 mins
Elevate your programming skills using WebStorm and IDEs. Avoid common errors, enhance code navigation, maintain code consistency, and seamlessly integrate external tools for a superior development experience.