Cons, Car, Cdr and a little golfing
Explains Lisp's cons, car, and cdr concepts in JavaScript and demonstrates code golfing to minimize their implementation.
Explains Lisp's cons, car, and cdr concepts in JavaScript and demonstrates code golfing to minimize their implementation.
Explains Confidential VMs for Azure Virtual Desktop, covering security benefits, hardware support (Intel/AMD), and available VM SKUs.
Explores the potential new 'params collections' feature in C# 13, allowing the params keyword to be used with collection types beyond arrays.
Explores the personal and professional growth from transitioning to an engineering manager role, challenging past biases against management.
Part 7 of a VORON 3D printer build series, focusing on installing air filtration systems (Nevermore and HEPA) for safe ABS printing.
A technical exploration of Angular 17's new Server-side Rendering (SSR) features, covering setup, benefits, and practical implementation details.
Learn how Amazon CodeWhisperer uses generative AI to convert natural language into SQL code, accelerating database development.
Explores using logic programming (Prolog) for data analysis, demonstrating its application on a diamond pricing dataset to build robust models.
A .NET developer shares technical interview questions focused on C#, SOLID principles, async/await, and database queries to assess problem-solving skills.
Biweekly newsletter covering the latest news, tools, and best practices in mobile automation, including CI/CD, testing, and DevOps.
A SwiftUI tutorial on how to make a multiline TextField dismiss the keyboard when the return key is pressed, using FocusState and custom modifiers.
A quick tutorial on using the R magick package to remove backgrounds from AI-generated art, making images transparent.
A guide to reverse engineering .NET apps compiled with Native AOT, explaining the challenges and tools needed for analyzing native executables.
Explains the memory leak issue with C# events and demonstrates how to implement the Weak Event pattern using weak references.
Explains the difference between auto-property initializers and expression-bodied getters in C#, showing how each affects property value evaluation.
A guide to manually generating predicted values for logistic regression using matrix multiplication in R, as an alternative to the predict() function.
An exploration of functional programming concepts, arguing for practicing core tenets in familiar languages rather than learning new ones like Haskell.
Explains the performance and readability benefits of ordering LINQ queries as Where.Select instead of Select.Where in C#.
Explains why eliding the 'await' keyword in C# async methods results in missing stack trace information, with code examples.
A guide to using semantic SwiftUI extensions to conditionally apply new iOS features while maintaining backward compatibility with older OS versions.