How to Check Bundled Netlify Function Size Locally
A guide to using the Netlify CLI to check the bundled size of Netlify functions locally to avoid 50MB deployment limits.
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.
Explains JavaScript's array.flatMap() method for mapping and filtering arrays, comparing it to array.map() and array.filter().
A web developer's 2021 review focusing on new CSS features, upcoming browser support, and influential people in the CSS community.
A guide to implementing and testing Dynamic Type in iOS apps to support user-adjustable font sizes for accessibility.
A guide to using Python's ParamSpec (PEP 612) for correctly typing decorators that modify function signatures, with examples.
A tutorial on creating an Azure Container Registry using the Azure Portal to deploy Docker images for a Python web app.