Oh... This is Prod?!
A guide to automatically change terminal colors based on your active AWS profile to prevent accidental commands in production.
A guide to automatically change terminal colors based on your active AWS profile to prevent accidental commands in production.
A curated list of the top 10 open-source machine learning and AI projects released or updated in 2022, including PyTorch 2.0 and scikit-learn 1.2.
Explains how to search for a value in a Binary Search Tree (BST) using iterative and recursive approaches, covering time/space complexity.
A developer details their journey to diagnose and fix a persistent memory leak in their production Node.js application after a database migration.
Analyzing Java BlockingQueue performance issues using JDK Flight Recorder and custom events to detect blocked producer threads.
Ben McCormick reviews 13 work-related books he read in 2022, covering topics like decision making, productivity, and career growth.
A review of the top 10 most influential machine learning papers from 2022, including ConvNeXt and MaxViT, with technical analysis.
A detailed review of Mat Ryer's 'Go Programming Blueprints' book, covering its strengths, weaknesses, and key takeaways for Go developers.
A personal year-in-review blog post sharing reflections, favorite media from 2022, and goals for the new year.
A developer details migrating his decade-old blog from WordPress to Jekyll, citing simplicity and using GitHub Pages and FTP deployment.
A developer's 2022 review covering React Summit, React Query v4 release challenges, and personal tech industry experiences.
The author explains the technical process and reasons for migrating their blog from Medium to Gridsome, a Vue-based static site generator.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
A nostalgic and analytical look back at the dark themes and lasting impact of the Animorphs book series.
Explores the Block Protocol as a solution for adding semantic, machine-readable structure to web content, addressing limitations of HTML.
A developer details issues building Apache Flink with modern Maven due to blocked HTTP repositories in dependencies, offering troubleshooting insights.
The author announces a blog rebrand to 'Herding Lions' and a move to a new platform to simplify writing and integrate microblogging.
An introduction to Python type hints, explaining their purpose and demonstrating usage with common examples to improve code quality.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient, server-side change data capture filtering.
A guide to creating a custom CrossFade component for transitioning between elements in Material UI (MUI) for React.