Why I want to learn Rust
A developer explains their personal motivations and technical reasons for choosing to learn the Rust programming language in the coming year.
A developer explains their personal motivations and technical reasons for choosing to learn the Rust programming language in the coming year.
Explores the challenges of using Prometheus for ML pipeline monitoring, highlighting terminology issues and technical inadequacies.
A tutorial on implementing component virtualization in Blazor to improve performance by rendering only visible UI elements.
A guide to using the Netlify CLI to check the bundled size of Netlify functions locally to avoid 50MB deployment limits.
Explains two Swift techniques for capturing 'self' strongly within escaping closures, including explicit 'self' keyword and capture lists.
A speaker's report on JConf Peru 2021, covering talks on Jakarta EE, Kubernetes, and running Java workloads on Microsoft Azure.
A guide to setting up a free monitoring stack for Django applications, covering uptime, error reporting, logs, and performance.
A quick guide to cleaning up your Git repository by deleting local merged branches using a one-line command and alias.
Explains why beginners in tech likely experience 'beginner syndrome' rather than imposter syndrome, and differentiates the two concepts.
A personal reflection on the historical impact of '101 BASIC Computer Games' and Creative Computing magazine on early programming and the author's career.
A personal reflection on 2021, discussing burnout, work-life balance, and recommendations for media like Bo Burnham's 'Inside' and The Beatles documentary.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer's 2021 year in review, covering career moves, personal milestones, and a summary of published technical articles and content.
A series of technical how-to guides for Azure SQL Managed Instance, written by a Microsoft employee, with new posts planned.
A developer shares his 2022 work resolutions, focusing on creative production, ignoring tech/crypto discourse, hiring, and finding joy in tech.
A developer's 2021 year in review, covering tech talks, workshops, open source contributions, and live coding streams.
A developer advocate reflects on 2021, covering career growth, burnout, technical writing, and popular React Native tutorials.
A Laravel security tip emphasizing the critical importance of validating all user input to prevent unexpected behavior and security vulnerabilities.
A web developer's 2021 review focusing on new CSS features, upcoming browser support, and influential people in the CSS community.
Explains JavaScript's array.flatMap() method for mapping and filtering arrays, comparing it to array.map() and array.filter().