2022 In Review
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A developer shares his detailed article on using Tailwind CSS as a utility class generator, not a full framework.
A developer's December 2022 monthly digest covering books on Go, TypeScript, and microservices, plus thoughts on productivity and dropping unenjoyable books.
A guide on using GitHub repositories as a professional portfolio to impress employers and land tech jobs, focusing on project presentation and code quality.
Learn how to use vite-plugin-svgr to import SVG files as React components in your Vite projects, replacing create-react-app functionality.
Exploring an alternative approach to mocking Spring Data repositories using Dynamic Proxies for in-memory testing implementations.
A list of the top 10 most popular AWS DevOps blog posts from 2022, covering CI/CD, IaC, and cloud deployment best practices.
Explores the intersection of multiple imputation and probabilistic record linkage, proposing a method to sample link sets for robust statistical analysis.
Explains confirmation bias, its prevalence among software engineers, and its impact on decision-making and code reviews.
A guide to automatically change terminal colors based on your active AWS profile to prevent accidental commands in production.
A guide to visually distinguishing AWS environments by automatically changing terminal colors based on the active AWS profile to prevent accidental production changes.
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.
A curated list of the top 10 open-source releases in Machine Learning & AI for 2022, including PyTorch 2.0 and scikit-learn 1.2.
A list of the top 10 AWS blog posts from 2022 on front-end web and mobile app development, focusing on GraphQL, real-time APIs, and serverless architecture.
A hobbyist programmer shares their journey and recommended resources for learning to implement compilers and interpreters for various programming languages.
A web developer shares insights on leveraging modern browser capabilities to reduce manual work, based on a conference talk about efficient front-end development.
Explains how to search for a value in a Binary Search Tree (BST) using iterative and recursive approaches, covering time/space complexity.
Analyzes Shopify's controversial meeting purge, critiques its execution, and shares best practices for running effective, productive meetings in tech.
A guide explaining two methods to render MDX content within Svelte components when using the Astro framework.
A developer details their journey to diagnose and fix a persistent memory leak in their production Node.js application after a database migration.