Skip to main content
All posts

Stefan Cosma

54 posts 208 min total reading time
Stefan Cosma

Stefan Cosma

Lead Frontend Developer

The Shifting Value of Frontend Engineering

AI isn’t taking our jobs, but it is radically shifting where our value lies. Typing speed was never the bottleneck—knowing what to build is. While tools handle the boilerplate, the real craft of frontend in 2026 is rooted in architecture, human empathy, and making good technical decisions.

architecture ai +1
· May 21, 2026 3 min
Read

Why I ditched traditional CMS platforms for a custom-built stack

I rebuilt my blog to escape the limits of traditional CMS platforms. This post breaks down a high-performance stack using Astro SSR, Vercel, and Cloudflare, plus an automated pipeline that uses Supabase Edge Functions and Resend to blast newsletters the moment I hit publish.

cms astro +2
· Apr 28, 2026 3 min
Read

Beyond the Code: What I Learned Contributing to Zed’s Open Source

Make the tools you need if the ones you have don't work. I care a lot about my development environment, and switching to the Zed editor was the perfect reason to stop waiting for features and start helping out.

open-source zed
· Apr 2, 2026 3 min
Read

The YAGNI principle, as explained by AI.

The YAGNI principle encourages programmers to only implement features necessary for the current iteration of a project. Focusing on the MVP can reduce complexity, technical debt, and make code easier to maintain and refactor.

ai ml +2
· Feb 23, 2023 3 min
Read

How To: Interview a developer, as a developer!

This article goes over a simple approach of interviewing a developer, as a developer.

how-to interview +2
· Nov 10, 2022 5 min
Read

How To: Clean up Plex with Google Scripts

Just as the title implies, this tutorial is going to cover what it takes to automatically cleanup a Plex media server, using Google Scripts. I am aware there are other ways to do this, but this tutorial is tailored specifically for Google Scripts.

how-to tutorials +2
· May 29, 2020 5 min
Read

How To: Run Ghost inside a Docker container on DigitalOcean

How to run a Ghost instance inside a Docker container on a DigitalOcean droplet that points to a Cloudflare subdomain.

how-to tutorials +8
· Apr 1, 2019 3 min
Read

How To: Organise a web developer meetup

This was my first time organising an event. Bellow are the steps I followed when I organised the Sibiu Web Meetup.

developers meetup +12
· Nov 23, 2018 5 min
Read

How To: Use Tomcat in Intellij IDEA Community

A short tutorial on how to setup Tomcat in Intellij IDEA Community and how to use Maven to build your project and then deploy it to Tomcat.

tutorials how-to +7
· Oct 1, 2018 3 min
Read

Just Another Cluster #6

Issues #6 - I'm gathering stuff, making a list, writing a few words about each one and then sharing with the world.

links articles +10
· Jan 14, 2017 2 min
Read

Visual Studio Code - Tips & Tricks

Here are some tips and tricks that you can use with Visual Studio Code. From useful extensions to awesome shortcuts, I made a list of all of them.

development tools +8
· Jan 8, 2017 5 min
Read

Just Another Cluster #5

Issues #5 - I'm gathering stuff, making a list, writing a few words about each one and then sharing with the world.

links articles +11
· Jan 6, 2017 2 min
Read

Building a project - workflow, development stack.

An article that will cover some basics regarding the build stack and the deploy process of a very simple project.

project development +9
· Dec 30, 2016 9 min
Read

Just Another Cluster #4

Issues #4 - I'm gathering stuff, making a list, writing a few words about each one of them and then sharing with the world.

links articles +6
· Dec 27, 2016 3 min
Read

Changing teams - the good, the bad and the ... future

I'll explain what decisions you'll have to face and what things to watch out when you're changing teams.

work workflow +5
· Aug 28, 2016 4 min
Read

Are you bikeshedding? Probably!

Bikeshedding is when you argue about some meaningless thing and tend to avoid the more important issue at hand.

questions bikeshedding +7
· Mar 3, 2016 1 min
Read

Just Another Cluster #3

I'm gathering stuff, making a list, writing a few words about each one of them and then sharing with the world.

links tools +11
· Dec 2, 2015 2 min
Read

Yak shaving. A short definition!

Have you ever started to work on a task and suddenly you realised that that task required some other little task to be finished.That's yak shaving!

task development +5
· Nov 23, 2015 1 min
Read

Just Another Cluster #2

I'm gathering stuff, making a list, writing a few words about each one of them and then sharing with the world.

links tools +9
· Nov 21, 2015 3 min
Read

Basic security. Let's talk about that!

As someone who has been hacked, I've learned a thing or two about how to deal with certain things. So, how does one get on the path of a secure web app?

security passwords +6
· Nov 16, 2015 8 min
Read

Just Another Cluster #1

I'm gathering stuff, making a list, writing a few words about each one of them and then sharing with the world.

links tools +6
· Nov 9, 2015 3 min
Read

Switching domains. Is it worth it?

I recently switched domains. Here's my story on the whole matter. Is it worth it? Does switching domains impact you in any way?

domains support +7
· Oct 23, 2015 4 min
Read

Working remotely? How to be awesome at it!

In this article I'm going to outline a few things that can help you achieve greatness when working remotely.

useful awesome +5
· Jul 26, 2015 6 min
Read

Gedit on steroids!

Gedit - Your simple text editor just transformed itself into a full fledged IDE.

thoughts tools +4
· Jul 17, 2015 3 min
Read

How To: Auto increment a custom post type title

This short snippet of code will help when you're trying to auto-increment the custom post type title because the user is not allowed to edit the title.

wordpress tutorials +3
· Feb 28, 2015 3 min
Read

Koding everything ... in the cloud!

You thought I made a typo didn't you? No, I did not make a typo, I am actually talking about Koding [https://koding.com]. But why am I talking about Koding? F

koding cloud-computing +2
· Oct 11, 2014 6 min
Read

An open letter to WordPress devs about standardization

Dear WordPress dev community and Automattic, I've been working with WordPress for the past 5+ years. In this time frame I have worked with a lot of stuff, from

open-letter open-source +5
· Sep 16, 2014 4 min
Read

WordCamp Romania 2014 | Conference Adventures – Episode 3

It was bound to happen at some point in time. It was on my wish-list ever since I heard that the WordPress community is organizing events that gather the most t

wordcamp speaking +4
· Sep 10, 2014 3 min
Read

What's my uptime?

So I wrote a small project over the course of a few days. What started out as a small internal thing has turned out to be something more complex but in the end

open-source tools +3
· Sep 10, 2014 2 min
Read

Meeting the locals!?

A more appropriate title would be: should I meet the locals or do I have any locals that I should meet and when I say locals I'm referring to local developers /

questions rant +2
· Sep 8, 2014 2 min
Read

Docked or undocked? That is the question.

So I ran a poll. And people answered and the results surprised me, to say the least. The question was simple. Developer Tools docked or undocked? 74% of all pe

questions tools +3
· Sep 7, 2014 2 min
Read

Mozilla Open Source Iasi | Conference Adventures – Episode 2

It all started on a gloomy fall day, last year. The air was warm and I just finished writing a long(ish) email to someone who now has my utmost respect and appr

open-source speaking +4
· May 11, 2014 4 min
Read

How To: Setup a simple file server

The author of this tutorial should not be held responsible for any loss of data or hardware that one may encounter by following this tutorial. You have been inf

setup-tag server +4
· May 10, 2014 8 min
Read

A hosting malfunction.

If you’re reading this article, it means the website is up and running as it’s supposed to. I should put a notice like this everywhere, but why would I need to

errors hosting +2
· Apr 26, 2014 3 min
Read

Reading other people's code.

It's more of a question actually. What's it like to read other's people code and why you should be prepared? Well, the evil doers over at the powerful and evil

questions standards +5
· Apr 5, 2014 3 min
Read

Are we too dependent of the tools we use?

A few weeks ago, I had the unfortunate chance or let's say \"opportunity\", of working on something without going through my usual workflow. And what did I learn

questions tools +5
· Apr 1, 2014 3 min
Read

When is autoplay music acceptable on a website?

Interesting question, don't you agree? I would like debate a bit about this subject, because I ran a poll on Twitter and I believe we all encountered this on ou

questions debate +5
· Mar 21, 2014 3 min
Read

Maps API or X marks the spot.

No, we're not making fun of Apple Maps, but we could if we wanted to. Let's just say I don't want to jump wink wink into the whole Apple Maps conundrum. This a

integration apple-maps +5
· Jan 6, 2014 6 min
Read

Developers and holidays. A weird relationship?

'tis the holiday season! Maybe you're coming or going home for the holidays. Whatever maybe the case, you rejoice the fact that you finally have a break from al

developers fun-stuff +3
· Dec 20, 2013 3 min
Read

Monitoring all the stuff!

Despite the fact that we are being monitored day and night by an entity that knows almost everything (even what we had for brunch on Nov. 5), and yes I'm talkin

useful tools +3
· Dec 16, 2013 5 min
Read

The great category conundrum.

It all started on one December-ish looking morning. It was the year of our lord 2013 and the snow was nowhere to be found, keeping that mind, there was a slight

useful solution +4
· Dec 13, 2013 3 min
Read

Developers and social media. Is it a good thing?

Lone wolves or night owls, that's how you usually describe your friendly neighborhood developer. He doesn't travel in packs and usually you'll find him sitting

thoughts questions +5
· Nov 13, 2013 3 min
Read

A developer's tools of the trade.

You, me and your weird cousin that thinks he can make websites out of macaroni, well we're developers (At least some of us are!). We rely on some sort of servi

tools developers +4
· Nov 12, 2013 4 min
Read

Let me CMS your stuff!

Let's begin from the premise that you as a well established developer, know what a CMS is, so I won't lecture you on what one is because I'm sure you know a few

tools cms +4
· Oct 17, 2013 5 min
Read

Developers, stop hiding!

Let's start this \"rant\" with a slight deviation from the main topic, but don't worry about it we'll get back to it, by quoting someone much wiser and more exper

article developers +3
· Oct 7, 2013 4 min
Read

Koding Apps. Build one!

Disclaimer: All quoted paragraphs are reproduced in their entire form from the awesome Koding University that you can findhere [http://learn.koding.com]. Becau

koding-apps open-source +5
· Oct 4, 2013 5 min
Read

Terminal, do you speak it?

> \"What OS you from?\" \"What?\" \"'What' aint no OS I ever heard of! They speak Terminal in 'what'?\" \"What?\" \"Terminal, motherfucker, do you speak it?\" Well mayb

useful commands +3
· Sep 29, 2013 4 min
Read

Open Source. The story? The facts?

A long time ago in a galaxy far, far away … ups, wrong tale! Our story begins in the same place where all computer related stuff happen! China? No, somewhere b

open-source developers +3
· Sep 27, 2013 6 min
Read

How To: Remove Custom Post Type URL slugs

Disclaimer: This is a version I found useful and it worked for my particular case. It may not work for you, but you can post a comment bellow and maybe we can f

wordpress resources +4
· Sep 26, 2013 4 min
Read

SmartWeb | Conference Adventures - Episode 1

Disclaimer: This article is the start to a whole series about conference going. You can read about what usually happens when I go somewhere and there's a confer

attending conference +5
· Sep 25, 2013 5 min
Read

Design the community and then the tool!

What are you talking about? How can I create a community if I don’t have a tool to start with? Maybe if you keep reading you’ll understand. For now, the only t

community article
· Sep 21, 2013 5 min
Read

Coderbits API Hacking

Well hello there, dear reader, this the first article from a series of tutorial articles that will be featured around here. Let's get started then. If  you rea

coderbits plugin +6
· Sep 21, 2013 5 min
Read

What if your users are developers?

Art they, or aren't they, that is the question: Whether 'tis Developer in the mind to suffer. That’s how Shakespeare would have written his words if the Interne

article community +2
· Sep 21, 2013 5 min
Read

Hello world!

I bid you hello, dear reader, welcome to this website, that for some particular reason I [http://coderbits.com/stefanbc] own it. What is the purpose of this we

hello-world
· Sep 20, 2013 1 min
Read
Mastodon