Getting Started With OmniSci, Part 2: Electricity Dataset
A technical tutorial on using Python and pandas to process electricity data and load it into OmniSci (formerly MapD) for dashboard creation.
A technical tutorial on using Python and pandas to process electricity data and load it into OmniSci (formerly MapD) for dashboard creation.
Second part of a series on building a Wayland compositor from scratch using wlroots, focusing on enabling client connections.
A technical guide on deploying a Docker Swarm cluster using Microsoft Azure and Azure Cloud Shell for hands-on learning from the Docker Deep Dive book.
A developer shares practical tips for running effective technical workshops, focusing on attendee-driven content and modular material.
A high-level introduction to Microsoft Azure covering regions, billing models, services, and management tools for the 70-533 exam.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
Announcement and tips for submitting session proposals to VMworld 2018, emphasizing accurate session titles and descriptions.
A developer's journey creating a custom Vue component to inline SVG icons, avoiding external libraries and manual file paths.
Analyzes the debate around zero-day vulnerability disclosure, arguing that lack of public evidence doesn't mean exploits aren't being used by stealthy attackers.
A technical guide on using Puppeteer to scrape and save a complete copy of a website, including all assets, for performance audits.
OpenIddict RC2 released with new features for third-party client support, application permissions, scope validation, and updated introspection endpoint.
An overview of cloud technology, covering its evolution from traditional infrastructure, key definitions, deployment models, and service models like IaaS, PaaS, and SaaS.
Explains the Strategy design pattern, its goals, structure, and provides a PHP implementation example for flexible algorithm selection.
How to detect Right-to-Left Override (RLO) characters in filenames using Python's unicodedata module to prevent malicious file spoofing.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
An introductory guide to Reinforcement Learning (RL), covering key concepts, algorithms like SARSA and Q-learning, and its role in AI breakthroughs.
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.