wal-e Postgres Backups - Building SaaS #32
This article details integrating the wal-e Postgres backup tool into a Shiv app format to streamline deployment processes.
This article details integrating the wal-e Postgres backup tool into a Shiv app format to streamline deployment processes.
Explores how command palettes, inspired by desktop app menu bars, can improve accessibility and usability in web applications.
A performance investigation into optimizing JavaScript's spread operator, revealing a Chrome-specific speed boost when placing it at the start of an array literal.
Explains the key difference between web3.js call() and send() methods for interacting with smart contract functions that read vs. alter state.
A review and tips for the OMSCS CS6750 Human-Computer Interaction course, covering its structure, workload, and value for tech professionals.
A quick guide to deploying an ASP.NET web application to Azure App Service using PowerShell, including setup and cleanup commands.
A tutorial on creating layouts using core CSS concepts like floats, positioning, and the box model, emphasizing understanding fundamentals before using libraries.
A guide to automating Docker image builds for Blazor apps using Azure Pipelines and publishing them to Azure Container Registry.
A guide to understanding and setting up Google Analytics to track and analyze website traffic, from basic setup to advanced insights.
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 guide to testing Stripe Elements payment forms within iframes using Cypress, including custom commands and example code.
A technical guide on building interactive SSH applications by manipulating authentication, shell sessions, and commands using OpenSSH.
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 the benefits of deriving state in React instead of synchronizing multiple state variables, using a tic-tac-toe game as an example.