Leetcode - Episode 12 - Starting Early (3 x E)
A developer shares optimal Python solutions for three LeetCode string problems, focusing on performance and clean code.
A developer shares optimal Python solutions for three LeetCode string problems, focusing on performance and clean code.
A case study on solving a complex, responsive layout challenge with CSS Grid, focusing on aligning dynamic content under specific constraints.
Explains how to implement OAuth and OpenID Connect authentication protocols in a Blazor client-side application.
Explains the impact of Safari's stricter same-site cookie policy on ASP.NET Core external authentication and proposes a solution.
Highlights from the Node.js Security WG's January 2019 meeting, covering bounty programs and vulnerability database improvements.
Exploring methods to use private iOS APIs on an iPad using Swift Playgrounds, JSBox, and Pythonista for on-the-go hacking.
A guide to writing unit tests that ensure ASP.NET MVC action methods have the ValidateAntiForgeryToken attribute, with tips for the ReSharper/Rider test runner.
Announcement for a lecture series on machine learning, covering topics like Weka, deep learning, algorithmic fairness, and sparse supervised learning.
A guide to customizing Git through the .gitconfig file, covering essential aliases and color settings for improved workflow.
A guide to key Azure developer sessions at Microsoft Ignite | The Tour: Sydney 2019, covering serverless, security, data, and deployment.
A developer's opinion on best practices for integrating a custom API with Nuxt.js 2, covering three main architectural approaches.
A developer shares solutions and insights for three LeetCode string problems, focusing on performance and algorithm efficiency.
A software team shares their adapted Git workflow for managing a monolithic codebase with multiple independent development teams.
Guide on configuring TLS termination using the HTTP application routing addon in Azure Kubernetes Service (AKS).
Explores integrating Docker's mutable image tags with Git Flow's mutable release branches to create a flexible versioning and continuous delivery framework.
Identifies three common ActiveRecord usage mistakes in Rails that cause unnecessary SQL queries and slow down application performance.
Using ReSharper's Structural Search and Replace to find ASP.NET MVC action methods that need the ValidateAntiForgeryToken attribute for CSRF protection.
A guide to profiling concurrent .NET applications using BenchmarkDotNet's ConcurrencyVisualizerProfiler and visualizing the results in Visual Studio.
A guide on implementing Webmentions in Eleventy to pull social media reactions back to your static site.
A developer shares how they created a custom TSLint rule to count RxJS operators in a project, exploring AST manipulation.