2019 Year in Review
A tech professional reviews his 2019 goals, including mentoring, creating courses, blogging, learning Go, and navigating the tech industry.
A tech professional reviews his 2019 goals, including mentoring, creating courses, blogging, learning Go, and navigating the tech industry.
A technical overview and personal notes on enabling and using Linux application support (Crostini) within ChromeOS, including architecture and setup.
Guide to creating automated integration tests for Azure AD-protected APIs using XUnit, covering authentication strategies and implementation.
Explains five core CSS selector methods for targeting HTML elements, including class, ID, and attribute selectors.
A technical guide on implementing automatic dark mode for a website using CSS variables and the prefers-color-scheme media query.
Explores the availability and configuration of Columnstore Indexes across various Azure SQL Database tiers, including General Purpose, Serverless, and Hyperscale.
Discusses essential but often overlooked developer skills like command-line proficiency, shell utilities, automation, and cross-functional understanding for career success.
A tutorial on creating a React component to display objects using JSON.stringify for debugging purposes.
An introductory guide explaining what CSS (Cascading Stylesheets) is, its purpose in web development, and the three main ways to use it with HTML.
A tutorial on making synchronous Flask applications asynchronous using the gevent library, covering setup with uWSGI and Gunicorn.
Explores architectural drivers like functional requirements and quality attributes that influence the choice between a Modular Monolith and Microservices.
A guide to automating Hugo static site deployment to GitHub Pages using GitHub Actions, including SSH key setup and workflow configuration.
Author announces a new personal blog built with Hugo for open source, project updates, and software engineering topics.
A guide to automating Hugo static site deployment to GitHub Pages using GitHub Actions, including SSH key setup and workflow configuration.
Developer announces a new personal blog built with Hugo, focusing on open source projects and software engineering topics.
Explains scripting languages, their key differences from compiled programming languages, and their common uses in web development.
An introductory guide explaining HTML (HyperText Markup Language), its core concepts, and basic syntax for building webpages.
Explains the technical differences between static websites and interactive web applications, with examples.
Explains how to implement responsive images in Jekyll using a pre-render hook and a custom regex to replace Markdown syntax with a Liquid tag.