Logo
Login
Tech Posts 31249
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Svelte reactive $state recursive classes

Svelte reactive $state recursive classes
In my new learning project I have a recursive data structure that looks as follows: ⛶type CategoryType = { name: string; percent: number; percentages: { name: string; per...
21.03.2025 0 Read More

DumbQL: A Simplified Query Language for Go Applications

When building Go applications that interact with databases, developers often face challenges with query construction. Traditional approaches involve either writing raw SQL strings or using complex que...
21.03.2025 0 Read More

Programming is magical but it is not magic

AI "vibe coding" enables quick app creation, but lacks the control of traditional development. Developers ensure reliability, which AI alone can't provide.Read the full article...
21.03.2025 0 Read More

How to effectively use YAML variables in your Terraform code

TL/DR: In this post we will explore how to easily use YAML variables inside of your Terraform code.The best part? You don't need any external tools for that and everything also applies to OpenTofu.F...
21.03.2025 0 Read More

Why you shouldn't start with a mobile app

Why you shouldn't start with a mobile app
Many new project founders believe launching a mobile app is the best way to launch a product. It might seem a good choice since mobile usage dominates the digital market. However, a mobile-first appro...
21.03.2025 0 Read More

CCNP vs CCNA: Which Cisco Certification is Right for You?

Introduction Cisco certifications are among the most recognized in the networking industry, with CCNA (Cisco Certified Network Associate) and CCNP (Cisco Certified Network Professional) being...
21.03.2025 0 Read More

Integrating Redsys with Next.js 15 – Part 2

Handling Payment Notifications Efficiently The Challenge: Asynchronous Bank Processes When integrating Redsys with Next.js, one challenge is handling payment notifications effectivel...
21.03.2025 0 Read More

How to master the principles of Leetcode?

Introduction When it comes to LeetCode, some people memorize all the solutions in a given language, while others starting out are lost on where to begin. Those without traditional algorithmic...
21.03.2025 0 Read More

10 Dicas para se Tornar um Melhor Programador TypeScript

...
21.03.2025 0 Read More

Java: Encapsulation, Getters and Setters, Access Modifiers

Hey everyone!In my previous post, I covered constructors, return methods, and comments — essential concepts in Java. Today, we’ll continue exploring Object-Oriented Programming (OOP) by learning a...
21.03.2025 0 Read More
Loading...
#reading
25 Horas: o poder de aprender qualquer coisa.
0
Jenkins vs. GitLab vs. CircleCI – Which CI/CD Tool Is Right for You?
0
TryHackMe: Pyramid of Pain
0
Flutter VS Appium? Here're My Thoughts!
0
Running AI Models in Docker
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0