Cloning Dominos Order Tracker as a Microservice with Node.js and Firebase!
A tutorial on building a Domino's-style order tracker microservice using Node.js, Express, and Firebase Realtime Database.
A tutorial on building a Domino's-style order tracker microservice using Node.js, Express, and Firebase Realtime Database.
A developer shares the essential apps they install on a new Mac for writing, coding, design, and video creation.
Explains Go interfaces and type assertions, covering theory, practical use cases, and implicit implementation compared to languages like C# and Java.
A developer's updated reflections on Intel SGX technology, considering its original DRM purpose and new use cases for secure cloud execution.
A guide to creating reusable UI components in iOS using custom view subclasses in Swift, covering design principles and implementation.
Explores browser features for detecting user preferences like reduced motion and dark mode using CSS and JavaScript media queries.
Troubleshooting guide for a VMware ESXi 6.5 error where a powered-off VM cannot be powered on, with a solution to re-register the VM.
Argues that code coverage is a flawed metric for software quality, comparing it to IQ tests, and demonstrates its limitations with examples.
A developer shares their journey and challenges adding Docker support to an ASP.NET Core SPA with Angular, including issues with Node.js and node-sass.
An experiment testing if players with feminine usernames receive different in-game chat comments than those with masculine names in Overwatch.
A detailed review of Veeam Backup for Microsoft Office 365 v3.0 beta, highlighting new features like granular OneDrive folder selection and significantly faster backup speeds.
Guide to running PHPStorm code inspections from the command line and integrating the results into a Continuous Integration (CI) pipeline.
A comparison of warranty disclaimers in statistical software licenses, focusing on R, SAS, Stata, and SPSS, and their implications for users.
Learn how to connect AWS API Gateway directly to SNS using a service integration, bypassing the need for custom compute like Lambda.
An opinion piece arguing that Go's conservative design and lack of generics is a strength, not a missing feature, and that innovation should come from first principles.
A passionate blog post about the power and creative uses of the LD_PRELOAD environment variable in Linux.
An analysis of colocating custom mini-PCs as a cost-effective alternative to traditional cloud hosting, comparing performance and reliability.
A developer's personal account of learning and troubleshooting Azure DevOps Release Pipelines, focusing on configuration and deployment strategies.
Using R and the yacas library to solve a microeconomics optimization problem: finding the optimal consumption of pizza and yogurt given a budget and utility function.
Livewire feature allows building Laravel apps without traditional controllers, using components and implicit route model binding.