Search icon
  • # engineering

    The Promotion Trap

    Why chasing titles can derail your actual growth - and why the highest-paid engineers often have the most boring job titles.

  • # engineering

    Your Code Doesn't Matter (But Your Impact Does)

    Why obsessing over perfect code is killing your career while developers focused on business impact are getting promoted and making millions.

  • # engineering

    Engineers Are Like Servers

    Why managing engineers at 100% capacity is like maxing out your servers - it leaves no headroom for when the real challenges hit.

  • # engineering

    Learning Through Building — Engineering Advices

    Over the years, I have learned a lot of things through building projects. In this post, I will be sharing some of the advices that I have learned through my journey.

  • # projects# engineering

    I built my own in-house Newsletter system

    Discover how I transformed the need for a newsletter system, sparked by Revue's shutdown, into a fulfilling side project. Dive into the my journey of conceptualizing, breaking down, and building a custom newsletter system that seamlessly integrates with my website's content workflows.

  • # engineering

    Mastering Debugging in VSCode: A Beginner's Guide

    Debugging is an essential part of a software developer's workflow, helping to identify and resolve issues in the code. VSCode, one of the most popular code editors in the development community, provides a robust and user-friendly debugging experience. In this article, we'll take a deep dive into how to set up and use the VSCode debugger to debug Node.js applications.

  • # engineering

    Mastering Debugging: Tips and Techniques for Software Engineers

    Debugging is an essential part of the software development process. It can be frustrating, but with the right techniques, it can also be a rewarding challenge. By following the tips and techniques outlined in this article, software engineers can improve their debugging skills and become more efficient problem solvers.

  • # engineering

    Mastering Google: Advanced Tips for Software Engineers

    As a software engineer, your ability to find and use information quickly can make all the difference. But with the vast amount of information available online, it can be overwhelming to find what you need. In this article, we’ll go beyond the basics and explore advanced techniques to help you become a Google master.

  • # engineering

    How to Google like a Pro as a Software Engineer: Beginner's Guide

    Google is an invaluable tool for software engineers, but knowing how to search effectively is key to finding the right information quickly. In this article, I'll share some tips and tricks to help you Google like a pro and become a more efficient and effective developer.

  • # engineering

    Mastering Dotfiles Management with GNU Stow

    If you're a software developer or a power user who works with a UNIX-like operating system, you might have heard about dotfiles. Dotfiles are hidden configuration files that are used to customize the behavior of applications or the shell environment. In this article, we'll explore what dotfiles are, and how to manage them using the GNU Stow project.