Where I'll be on the road for the remainder of 2019
A developer's travel itinerary for tech conferences and meetups focused on Apache Kafka and software architecture for late 2019.
A developer's travel itinerary for tech conferences and meetups focused on Apache Kafka and software architecture for late 2019.
Announcing a SQLSaturday Lisbon 2019 workshop on deploying and managing SQL Server on Kubernetes, covering containers, orchestration, and high availability.
A technical guide on building interactive SSH applications by manipulating authentication, shell sessions, and commands using OpenSSH.
A guide to testing Stripe Elements payment forms within iframes using Cypress, including custom commands and example code.
A technical guide on enabling and using Ultra SSD high-performance storage with Azure Kubernetes Service (AKS), covering prerequisites and configuration steps.
Outlines key research areas needed to accelerate the adoption of memory-safe programming languages like Rust and improve migration from unsafe languages like C/C++.
Explains the difference between library and application dependencies in Python, covering version specification and deployment reproducibility.
A tutorial on using Python's itertools.groupby function to group and sort data, demonstrated with an employee list example.
A guide on using Babel Module Resolver to convert relative import paths to cleaner aliases in a JavaScript application.
Author announces receiving the Microsoft MVP award in Cloud and Datacenter Management, thanking mentors and family, and pledging continued PowerShell community work.
Explains how colocating React state can improve app performance by reducing unnecessary re-renders, with code examples.
Explains the benefits of deriving state in React instead of synchronizing multiple state variables, using a tic-tac-toe game as an example.
A guide on using the React DevTools Profiler to measure app performance, including a warning to profile in production mode for accurate results.
A guide to React performance optimization, explaining the difference between the render and commit phases and why focusing on slow renders is key.
Summary of a women in tech meetup discussing career growth, salary negotiation strategies, and navigating local vs. remote work in the tech industry.
A tutorial on setting up unit tests for C code using Google's gtest framework and CMake build system.
A frontend developer details converting a PHP-based blog to a static Gatsby site using JavaScript, focusing on improving the writing workflow.
Integrating Celery worker and beat scheduler into a Shiv app to simplify Python SaaS deployment and tool management.
Explores how to use the Save-Data header to optimize web performance without degrading user experience, with practical examples.
A developer documents building a Flask web app with user authentication and a code diary feature as part of the #100DaysOfCode challenge.