A (Long) Peek into Reinforcement Learning
An introductory guide to Reinforcement Learning (RL), covering key concepts, algorithms like SARSA and Q-learning, and its role in AI breakthroughs.
An introductory guide to Reinforcement Learning (RL), covering key concepts, algorithms like SARSA and Q-learning, and its role in AI breakthroughs.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
A technical guide on using Kafka Connect to consume events from Azure Event Hubs and forward them to a Kafka topic.
Explains the purpose and benefits of the ActionResult<T> type in ASP.NET Core 2.1 for improving API action return types and documentation.
A practical guide to implementing Test Driven Development (TDD) by building a message service with .NET, XUnit, and Moq.
A technical talk on optimizing Elasticsearch query performance using caching strategies, presented at an Elastic User Group meetup.
A critique of modern software development's 'move fast and break things' ethos, arguing it leads to fragile, unreliable technology.
First part of a series on building a Wayland compositor from scratch using the wlroots library, aimed at developers with C experience.
A technical guide on deploying the Azure Stack Development Kit (ASDK) using nested virtualization on Microsoft Azure, including cost considerations.
A guide on how to use specific git commits of third-party packages in Python projects, covering setup.py and requirements.txt configurations.
A guide to finding the unique key value for custom attributes in Azure AD B2C, essential for referencing them in your code.
Part 3 of a VS Code setup series, detailing essential extensions for developers like bracket colorizers, spell checkers, and settings sync.
RSiteCatalyst v1.4.14 release notes detailing a single bug fix and encouraging community contributions via GitHub.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.
A guide to implementing screen reader accessibility in React applications using ARIA live regions, focus management, and accessible routing.
A guide to setting up Dockerized end-to-end (e2e) tests using Selenium and Webdriver.io, integrated with CI/CD pipelines like GitLab CI and Travis CI.
Compares VMware vSAN 6.6 Standard, Advanced, and Enterprise editions, explaining their features, licensing, and use cases for software-defined storage.
A critical analysis of Google's AMP project, focusing on its incentives, performance promises, and the recent AMP Stories announcement.
AT&T open-sources its dNOS network operating system, signaling a major shift towards disaggregated, open-source networking hardware and software.
A guide to creating CSS subgrid layouts using pure CSS workarounds, addressing the lack of native subgrid support in browsers.