Main Content

9 min read

The world of programming is a constantly evolving universe, where technical skills are just the starting point. Everyone looks at the world of AI with apprehension—software that, on paper, knows more than any programmer and can generate code as easily as taking a sip of water. But the difference between a good programmer and a… <a class="more-link" href="https://www.codemotion.com/magazine/ai-ml/vibe-coding/">Read more</a>

+
The strength of admitting you don't know
5 min read
April 3, 2025

The Rise of Vibe Coding: Beyond the Hype and the Hate

By Codemotion
In early February 2025, Andrej Karpathy coined the term “vibe coding” in a tweet that quickly captured the tech world’s imagination. Within weeks, this concept spread from social media to mainstream publications like the New York Times, Ars Technica, and the Guardian. But as with many rapidly popularized terms, there’s growing concern that “vibe coding”… Read more
Read more

Frontend

3 min read
March 3, 2025

Native CSS: A Whole New Story – Part 1

By Daniele Carta
In this article, I’ll explain why I personally love it more and more. We’ll explore how CSS has evolved in recent years, incorporating many features previously available only through preprocessors like SASS and LESS. CSS Nesting CSS Nesting is a recently introduced feature that allows for more readable and concise nested rules, similar to what… Read more
Read more
2 min read
January 21, 2025

Building Agnostic Components with CVA and TailwindDesign/UX

By jmlweb
Is Tailwind great? Yes. But does it have any weak points? Using Tailwind offers numerous advantages: However, it has a clear downside compared to traditional CSS approaches: code repetition. To mitigate this, Tailwind’s documentation suggests using components wherever possible. Another drawback: lost semanticsFor instance, applying the class btn--lg to an element implies using a “large”… Read more
Read more

Backend

4 min read
March 13, 2025

Queueing Without a Queue: The PostgreSQL Hack

By Puppo92
This second article about queueing without a queue focuses on implementation based on PostgreSQL. This solution moves the queue implementation from the node system to the database, where it has dedicated storage to save the queues’ status. The leading actor of this post will be pg-boss, an NPM library that implements the queue system thanks… Read more
Read more
4 min read
February 18, 2025

Software Architect: A Mythological Figure?

By LucaVaccaDeveloper
Making an analogy with the construction world, there’s always a structural engineer in the design phase who is responsible for calculating and defining the necessary foundations for the work before building a structure. This practice is not only logical but fundamental: you cannot build a house or a building without considering its architecture or the… Read more
Read more

Dev Life

4 min read
March 27, 2025

The Leader’s Moka

By Gianluca Desiderato
In the world of work, the success of a modern leader depends on a harmonious balance between soft skills and hard skills. Soft skills refer to relational, emotional, and communication abilities, while hard skills pertain to technical and specific expertise. An effective metaphor to understand this balance is the comparison between the moka – the… Read more
Read more
6 min read
March 13, 2025

Wingardium Leviosa: make your desk float

By Arnaldo Morena
As a kid, my passion for Goldrake led me to do some pretty weird things—like shouting “Alabarda Spaziale!” and “Doppio Maglio Perforante!” while launching myself off the couch, much to the bewilderment of my closest relatives. A less destructive alternative was spending hours drawing control panels filled with levers and buttons, which I would then… Read more
Read more
6 min read
March 11, 2025

Tech Certifications: Are They Worth It?

By Arnaldo Morena
I’ve just hung up my badge from the latest tech event I attended. It’s always a pleasure to stay updated and network with old and new friends, former students and teachers, people you see every 3 months, the same frequency with which I go to the gym. But there’s never the effect of searching for… Read more
Read more
5 min read
March 25, 2025

Agile and Its Manifesto: How Relevant Are They in 2025?

By danthedev
The Agile Manifesto was written in 2001 by some of the biggest names in software development. Since then, the Agile community has worked to spread and support the best-known, as well as emerging, practices under the umbrella of Agile methodologies. With nearly a quarter of a century passed, a legitimate question has recently surfaced online:… Read more
Read more
4 min read
December 19, 2024

5 Open Source tools you’ll only find on Windows (and why they’re worth knowing)

By Codemotion
When people think of open-source software, they often associate it with Linux, known for its vast range of available tools. However, there are several high-quality open-source tools that are developed specifically for Windows. These tools offer advanced, unique features that often don’t have direct equivalents on Linux. In this article, we’ll explore five essential open-source… Read more
Read more
3 min read
October 24, 2024

Fail Fast: when failure is a win

By Matteo Crippa
In a world driven by rapid development and continuous innovation, failure isn’t always a setback—in fact, it can be a winning strategy. Let’s talk about Fail Fast, a fundamental methodology in software development that aims to quickly identify the limitations and critical issues of a solution. What is Fail Fast? Fail Fast is an approach… Read more
Read more