A Year with Azure Functions
A developer's year-long journey using Azure Functions, covering lessons learned, CI/CD integration, and performance considerations.
A developer's year-long journey using Azure Functions, covering lessons learned, CI/CD integration, and performance considerations.
Explores best practices for managing ExecutionContext in Scala Futures, covering component design patterns for controlling asynchronous execution.
A personal exploration of aphantasia, the inability to voluntarily visualize mental images, and its surprising implications.
A product manager shares seven key habits of developers who consistently ship great, user-centric features, focusing on communication and ownership.
Announcement of Stitcher beta 1 release, detailing bug fixes, installation updates, and new features for the static site generator.
A guide on setting up a Windows PC to mine Siacoin cryptocurrency using a GPU, though it notes the method is now outdated.
Explores a neural network model, sketch-rnn, that generates vector drawings by learning from human sketch sequences, mimicking abstract visual concepts.
A technical talk summary on building reliable software systems, covering key concepts, books, and practices from Site Reliability Engineering (SRE).
Part 2 of a series on building stateful bots with the Microsoft Bot Framework, covering Dialogs, state management, and persistence.
A technical guide on adding a custom bytecode instruction (IL opcode) to the .NET CoreCLR runtime, including steps for the runtime, JIT, and Reflection.Emit.
A reminder about the VMworld 2017 early bird discount deadline and a preview of expected announcements like vSphere on AWS and vSAN updates.
How to access local variables and functions inside Underscore.js _.each loops when using TypeScript with AngularJS.
Fixing a TypeScript error in AngularJS when initializing a RegExp object incorrectly, with two valid solutions.
A developer shares their journey of discovering state normalization in Redux to improve lookup performance, moving from arrays to keyed objects.
A developer's humorous take on why Kotlin is superior to Java for Android development, highlighting frustrations with legacy Android APIs.
Explores the need for generics in PHP to solve type safety and performance issues with arrays, using blog post collections as an example.
Announcing ShevyJS, a JavaScript library for implementing typography scales and spacing in CSS-in-JS frameworks.
Introducing Mavo, an open-source HTML-based language for creating web applications without programming or a server backend.
A guide to implementing efficient batch processing in JPA/Hibernate by managing session cache, transaction size, and data fetching strategies.
A developer uses Azure Media Services to analyze a presentation video and count filler words, sharing a technical walkthrough.