Unlocking Traits With var
Explores using Java's 'var' keyword to simulate traits and intersection types, discussing its versatility and limitations.
Explores using Java's 'var' keyword to simulate traits and intersection types, discussing its versatility and limitations.
A guide on testing NgRx selectors in Angular applications, focusing on pure functions and memoization.
Explains the Terraform chunklist() function, which splits a list into smaller sublists of a specified size.
Introduces a custom stored procedure for estimating compression savings for SQL Server Columnstore Indexes, filling a gap in native tooling.
Part 1 of a series on using the Microsoft Solutions Framework (MSF) process model to build an enterprise-scale IoT Mixed Reality application.
Explains the attention mechanism in deep learning, its motivation from human perception, and its role in improving seq2seq models like Transformers.
A guide to creating excellent reproducible examples (reprexes) in R, covering the three key principles and a keyboard shortcut tutorial for RStudio.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
A developer continues building an app with Angular and ASP.NET Core, focusing on shopping cart functionality, component refactoring, and VS Code extensions.
A tutorial on building a photo booth app using ASP.NET Core for the backend and Angular for the frontend, integrating Azure and Twilio.
Explains the Terraform chomp() function, which removes trailing newlines from strings, with examples and practical use cases.
A guide on using PowerShell to retrieve the ForceChangePassword setting for Office 365 users via the AzureAD module.
A guide on overcoming procrastination and building consistent work habits for developers, focusing on systems over motivation.
Explores the new online rebuild feature for Clustered Columnstore Indexes in SQL Server, detailing its significance and testing methodology.
A tech company shares lessons on using Slack effectively for remote team communication, balancing productivity with reducing distractions.
A tutorial on building an app with Angular and ASP.NET Core, focusing on services, events, and cross-component communication for a shopping cart.
A data science leader shares challenges of scaling a data science team at Lazada, focusing on balancing business input with ML automation.
A developer advocate shares their journey from burnout to a new 100% advocacy role focused on accessibility tools and services at Deque Systems.
Explains the bcrypt() function in Terraform for creating secure password hashes, including examples and usage.