felixcarmona

Understanding fork(), vfork(), exec(), clone(), and more

September 27, 2024

The post covers essential Linux process management tools, explaining how each works and when they are most useful. With examples provided, it demonstrates how to create processes, optimize memory usage, and manage tasks in parallel. It's a practical overview of process control in Linux.

Removing .blog domains from Lean Domain Search

September 26, 2024

Tired of Lean Domain Search showing .blog domains when you're only interested in .coms? I built a quick Chrome extension to clean up those search results. If you don't want to install it, there's also a simple code snippet you can run directly in your browser to filter them out. Check out the details here.

Scaling Trust: Transitioning into Engineering Management

September 25, 2024

Success as an Engineering Manager isn't about how many problems you can solve yourself, but how many problems your team can solve without you. Trust is the key to unlocking your team's potential, but building that trust is a journey. In this post, I share my personal experience transitioning from engineer to manager and the lessons learned along the way.

Building a Notetaker: Automating Video Call Transcriptions with AI

September 20, 2024

A deep dive into how I built a notetaker that automatically records, transcribes, and summarizes video calls from platforms like Zoom and Google Meet, leveraging AI to turn meetings into actionable insights.

Design Thinking: A Framework for Creating Human-Centered Products

September 16, 2024

Over a decade in mobile gaming, 20+ games, and one billion-dollar unicorn—Design Thinking has been a game changer for me. From random street interviews to reframing challenges, it's all about staying user-focused. Let’s dive into how this framework helps build and pivot products in meaningful ways.

Solving Google Login Issues from LinkedIn's In-App Browser on iOS

September 14, 2024

How I resolved the Error 403: disallowed_useragent that blocked users from logging in with Google on iOS devices through LinkedIn’s in-app browser. This post covers the technical details and the straightforward workaround I implemented.

Starting a Blog with Next.js and GitHub Pages

September 13, 2024

This blog aims to share practical tips and knowledge gathered along the way in software development. After considering different platforms, forking overreacted.io and hosting it on GitHub Pages seemed like the simplest and cleanest option. The focus is on keeping things minimal, letting the content shine without worrying too much about the technical setup.


Get updates on new posts