avatar

Frontpills

Software Engineer

Tech Leads: To Code or Not to Code? (and other questions)

What exactly does a Tech Lead do, and should coding still be part of their role?

Debugging Node.js in Docker

Let’s see how to debug a Node.js application running in a Docker container.

Open the Google Maps app review modal directly from an Android app

Google Maps application supports deep links, which means you can open the Google Maps app directly from another app.

AI and the Dawn of a Mediocre Era

I can’t help but think about the recent achievements of Elon Musk’s companies.

You shouldn't use AI for programming

You shouldn’t use AI for programming.

Working with IPs in PostgreSQL

PostgreSQL has a built-in type for IP addresses, and it’s called inet.

Implement and Customize Dark (and light) Mode in CSS

Providing support for different dark/light modes on your site goes beyond a mere trend. It has evolved from being an ’extra’ to a functionality that users appreciate and actively use.

Disallow AI Training in your web

Protect your original content from being used for AI learning.

Scrollable Element Shadow Hook

Add a right/left shadow cue for a scrollable element that exceeds its container width.

Functional JS: Monads

Programming with monads became very popular with the Haskell language, but nowadays they can be used in other languages like JavaScript.