Pursuing a Business I'll Love
Developer shares business progress, including record revenue for two apps and details on building a new live comedy app using Vue/Nuxt.
Developer shares business progress, including record revenue for two apps and details on building a new live comedy app using Vue/Nuxt.
Explains how DynamoDB's design ensures scalable performance, contrasting it with the scaling challenges of relational databases.
Explains the Liskov Substitution Principle (LSP) in SOLID, demonstrating correct and incorrect implementations in JavaScript/TypeScript with class examples.
A guide to building a recommender system using PyTorch on a laptop, covering data acquisition, parsing, and multiple modeling techniques.
Explores CSS Motion Path for animating elements along SVG paths using only CSS, with examples and techniques.
A technical guide on implementing multiple independent instances of a NgRx store slice in Angular using the Router, Effects, and meta-reducers.
Explores common technical and organizational challenges teams encounter when adopting serverless architecture, including learning curves and new development paradigms.
Explores thread-safe counter implementations in Python, comparing naive, locked, and atomic approaches for high-concurrency scenarios.
A developer's 2019 year in review, covering contract work, a challenging project without version control, and professional growth.
Guide to setting up a GitHub Actions CI workflow for automated testing of Azure AD-protected APIs, including Azure Key Vault integration.
Explains the Open-Closed Principle (OCP) from SOLID, demonstrating its implementation in JavaScript/TypeScript with code examples.
A guide on using npm link to streamline local development when working across multiple interdependent npm packages.
A software engineer critiques algorithms interviews, arguing they don't reflect real-world problem-solving, despite providing value by fixing such issues on the job.
A researcher reviews their 2019 scientific work, focusing on computational statistics for brain imaging and data science.
A technical guide on creating and managing Materialized Views in Azure SQL Data Warehouse, focusing on practical implementation and limitations.
A developer shares a practical strategy for learning SwiftUI by using it to build internal tools, discussing its current risks and benefits.
A step-by-step guide to installing .NET Core 2.2 on a Raspberry Pi 4 running Raspbian, including downloading ARM binaries and setting up paths.
Explains the Single Responsibility Principle (SRP) in JavaScript with code examples, part of a series on SOLID design principles.
Analyzes the system calls and binary size of a simple "hello world" program across multiple programming languages, from assembly to Python.
A challenge encouraging developers to write two technical articles per week to improve learning, writing skills, and share knowledge with the community.