Coping with Feedback
A React team member shares personal strategies for coping with stress and feedback after major project releases like React Hooks.
A React team member shares personal strategies for coping with stress and feedback after major project releases like React Hooks.
A guide to implementing a binary heap data structure in PHP from scratch, with comparisons to SPL and performance analysis.
A guide on enabling React Strict Mode, explaining how it identifies unsafe code patterns and provides helpful warnings for developers.
A guide to three beginner-friendly serverless projects for ops engineers and web developers using AWS Lambda.
How to speed up Ansible deployments using Mitogen, reducing deployment time from 7 minutes to 1.5 minutes.
Explains why pow() is slower than ** in Python using the dis module and introduces the concept of constant folding.
A guide for technical experts transitioning into leadership roles, covering mindset shifts and practical techniques to succeed.
Performance comparison of three AWS API deployment methods: Lambda, API Gateway service proxy, and Fargate containers.
An experiment testing if players with feminine usernames receive different in-game chat comments than those with masculine names in Overwatch.
Learn how to connect AWS API Gateway directly to SNS using a service integration, bypassing the need for custom compute like Lambda.
Learn to build a basic chess AI in PHP using algorithms, chess.js for rules, and chessboard.js for visualization.
An article discussing the importance of fixing hidden technical debt and friction in software development, even when it's not immediately visible.
How to use TypeScript ambient module declarations to resolve import errors for non-JS assets like CSS and MDX files in Webpack.
A beginner's guide to using the command line and Composer for developers, especially those familiar with WordPress.
A guide to deploying a Django web app using Ansible, including a detour on Continuous Integration and a major speed improvement.
Kent announces he is becoming a full-time educator, focusing on creating developer workshops, courses, and content.
Discover 5 lesser-known Angular CLI features to boost productivity, including conditional polyfill loading and hidden source maps.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.
The article critiques modern education for focusing on rote memorization of formulas over intuitive understanding, using examples from math and science.