Local web development vs Vagrant vs Docker: What’s right for you?
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
A guide comparing local development, Vagrant, and Docker for web projects, helping developers choose the right tool for their workflow.
An introduction to creating and using templated components in the Blazor web framework for more flexible UI development.
A blog post analyzing Python solutions to LeetCode problems like Two Sum and Valid Anagram, focusing on writing more idiomatic code.
Explains the importance of transactional DDL in SQL for safe and reliable database schema migrations during application upgrades.
A guide on defining the core idea (What), purpose (Why), and delivery method (How) for an effective tech talk.
A guide to configure Docker's gcplogs driver for sending container logs to Google Cloud Logging from non-GCP servers.
A beginner's guide to integrating and using Semantic UI components within a React application to build a login form.
A security expert's wish list for 2019, focusing on Rust adoption, security keys, and TLS 1.3 deployment to improve computer security.
A developer's log of solving three LeetCode problems, analyzing solutions and complexity for keyboard row, log sorting, and single number challenges.
A proposal for a new "Optimize for Analytics" database configuration option in SQL Server and Azure SQL Database to enhance performance for data warehousing workloads.
A developer shares career advice on taking risks, learning new technologies like React and TypeScript, and how it led to exciting roles in Barcelona and at Intel/McAfee.
A developer shares solutions and analysis for three LeetCode problems, focusing on algorithm efficiency and common pitfalls.
The author updates their blogroll, adding two web development blogs focused on design, typography, and developer tools.
A tutorial on using Puppeteer to crawl website articles, extract content, and convert it into Markdown files for a static site migration.
A guide for new engineering managers on career paths, focusing on the choice between staying technical or climbing the corporate ladder.
A guide for beginners on how to start learning React Native mobile development, covering foundational concepts and a structured learning path.
A beginner's guide to building cross-platform mobile apps using React Native, covering setup, core concepts, and creating your first app.
An interactive Shiny app for exploring Bayesian surprise, showing how prior and likelihood tail heaviness affect posterior beliefs.
How to automate repetitive tasks in IPython using startup files to import modules and define custom functions on launch.