Remembering what you learned
A developer shares personal struggles with learning JavaScript, Node.js, and Express, and how overcoming self-doubt was key to success.
A developer shares personal struggles with learning JavaScript, Node.js, and Express, and how overcoming self-doubt was key to success.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
A guide to building a simple scheduled task system in ASP.NET Core 2.0, inspired by Spring's @Scheduled annotation.
Explains Spring Framework 4.2+ event handling features, including @EventListener, generic events, SpEL conditions, and transactional listeners.
Explores the importance of interpreting ML model predictions, especially in regulated fields, and reviews methods like linear regression and interpretable models.
Explains the correct methods to import RxJS operators in Angular & TypeScript projects, covering polyfill imports and tree shaking.
A technical guide on migrating from Azure VMs to VM Scale Sets, focusing on modifying a VSTS build pipeline to create a VM image for scalable API deployment.
A tutorial on setting up an Angular project with Angular Material 2, covering installation, configuration, and component usage.
A developer's experience running NixOS on a DigitalOcean VPS, detailing setup challenges, service configuration, and a unique approach to managing user homes.
A response to Alan Page's tweets on the future of test automation, discussing the role of automation engineers and the 'Automation in Testing' concept.
An overview of new features in C# 7.1, including Async Main and default expressions, for .NET developers.
A technical article exploring the implementation of a custom binary encoder/decoder for Swift using the Codable protocol.
A critique of past and present security tools, arguing for better collaboration between security and software engineers to create usable security.
A guide to connecting to various Office 365 services (Azure AD, Exchange, Skype, SharePoint) using PowerShell, with plans for an automation script.
A step-by-step tutorial on deploying an ASP.NET Core web application to an OpenShift cluster using Docker and the oc client tools.
A data scientist shares his career journey from psychology to Lazada, debunks common myths about the field, and offers practical advice for aspiring practitioners.
Lungo is a macOS app that prevents your computer from sleeping and the screen from dimming, with troubleshooting tips and FAQs.
A technical article exploring tail probability bounds for sums of random variables under 'sparse correlation' conditions, extending concepts like Bernstein's Inequality.
Introduces springmock, a library for injecting Spock or Mockito mocks into Spring Boot integration tests, simplifying test setup.