My first experience with Angular
A developer shares their first week learning Angular, comparing it to React and building a simple todo app to grasp core concepts.
A developer shares their first week learning Angular, comparing it to React and building a simple todo app to grasp core concepts.
Explores using Azure Event Grid to manage service dependencies and simplify communication in serverless architectures, improving maintainability.
A developer builds a Django CreateView for adding courses, reusing forms and templates while following a test-driven approach.
An analysis of OpenAI's GPT-3 language model, focusing on its 175B parameters, in-context learning capabilities, and performance on NLP tasks.
A survey analyzing the relationship between PHP type systems and project size, with results published on the author's blog.
A developer shares initial observations and setup tips for Snowpack, a modern JavaScript build tool, highlighting its config order, mount scripts, and HMR capabilities.
A tutorial on detecting route change events in StencilJS using the built-in router without external dependencies.
Guide to compiling OpenMP libraries on macOS by installing gcc via Homebrew and configuring linker flags to resolve runtime symbol errors.
Discusses the pitfalls of mocking API clients in tests and suggests mocking `window.fetch` directly for better confidence.
A reflection on how differing personal and professional contexts shape decision-making, especially in software architecture and team collaboration.
A technical guide to deleting Azure Container Instance network profiles that block VNet and resource group deletion, including a script solution.
Learn how to implement Lodash's countBy function in vanilla JavaScript using the reduce method to group and count objects by property.
Learn how to implement a groupBy function in vanilla JavaScript using the reduce method, without needing Lodash.
Learn two methods to replace all occurrences of a string in JavaScript: using regex with global flag and the newer replaceAll function.
A Swift tutorial on programmatically retrieving and formatting file sizes using FileManager and ByteCountFormatter.
A detailed analysis of a blackmail email scam demanding a $2000 Bitcoin payment to prevent the release of compromising material.
A critical analysis of Star Trek: Voyager's premise and its failure to deliver compelling, character-driven stories due to the constraints of series television.
Explains a critical issue with Stencil Helmet during prerendering and the simple fix of keeping a title tag in index.html.
Announcement for the Azure Skåne AI Day event, featuring sessions on Azure Cognitive Search, AI monitoring, Custom Vision, and transfer learning.
Overview of Customer-Managed Keys for Azure CosmosDB and Azure Container Registry, explaining their GA release and implementation.