Building TypeScript Projects with Bazel
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
Explores JavaScript Array methods like map(), filter(), every(), and some() as alternatives to traditional for loops for cleaner, more functional code.
A quick PowerCLI guide to list and count VM hardware versions in a VMware environment, with an updated command for modern vSphere.
A guide on packaging and publishing a reusable Vue.js component to the NPM registry for easy sharing and installation.
Guide to batch inserting data into Azure Cosmos DB using Python and stored procedures, addressing SDK limitations and common errors.
A developer streams on Twitch, showing how to build a SaaS product with Python and Django, covering design, testing, and deployment.
A mind map summarizing the red teaming methodology and techniques from 'The Hacker Playbook 3' for cybersecurity professionals.
A tutorial on using Draft to streamline building and deploying ASP.NET Core applications to Kubernetes, covering setup and commands.
A developer's personal journey to improve workspace ergonomics by switching to a more comfortable mouse and a split keyboard to alleviate neck and shoulder pain.
Explains the significance of ABI stability in Swift 5, including smaller app sizes, OS integration, and better version compatibility.
A personal reflection on the first KubeCon CloudNativeCon in China, highlighting the growth of the CNCF community and open source contributions from Chinese companies.
A step-by-step tutorial on building a full-stack MERN application with user authentication and Material UI for the frontend.
Key takeaways from Chrome Dev Summit 2018, including new web proposals like Portals for navigation and the Squoosh image compression app.
A hands-on workshop from AWS re:Invent 2018 on using PowerShell to automate AWS infrastructure, featuring practical challenges.
Analyzes if Batch Mode on Rowstore eliminates the need for Columnstore Indexes in SQL Server, comparing performance and compression.
A review of Ursula Franklin's book 'The Real World of Technology', exploring the societal and ethical impacts of technology.
Explains the First Input Delay (FID) web performance metric, its causes, and its importance for user experience.
Public alpha launch of sr.ht, a fully open-source, modular, and lightweight software forge alternative to GitHub and GitLab.
A guide to implementing screenshot testing for Android using the Facebook Screenshot-Tests-For-Android library with Espresso.