Install fresh Raspbian image on your Raspberry Pi - part 1
A step-by-step guide to installing a fresh Raspbian OS image on a Raspberry Pi, including prerequisites and initial setup.
A step-by-step guide to installing a fresh Raspbian OS image on a Raspberry Pi, including prerequisites and initial setup.
A tutorial on setting up and writing tests for a React Counter component using Mocha, Chai, and Enzyme.
A practical reference guide for developers transitioning from jQuery to modern vanilla JavaScript, covering common patterns and equivalents.
A crash course on the theory behind linear regression models, a fundamental machine learning algorithm for predicting numerical values.
A guide to automating LaTeX document compilation and PDF generation using GitHub Actions, demonstrated through a personal resume project.
An introduction to Algebraic Effects, explained in simple terms with JavaScript examples, and their relation to React concepts.
Explores the new Shortest Path algorithm support in SQL Server 2019's Graph Engine, a key feature for graph database functionality.
Explores the visual similarities between images generated by neural networks and human experiences in dreams or under psychedelics.
Announcement of Quantum Game with Photons 2, a browser-based puzzle game teaching real quantum mechanics with new features like entanglement.
A tutorial on setting up test coverage for a JavaScript project using Coveralls.io and Travis CI, including adding a coverage badge.
Extending a JavaScript x86 emulator to implement Linux system calls like exit and write, covering syscall mechanics and AMD64 conventions.
Explains a JSON payload issue when pushing data to a Power BI Hybrid dataset and provides a workaround using the correct REST API structure.
A tutorial on setting up Continuous Integration for a JavaScript project using Travis CI, including configuration and testing.
Overview of the new Learning Pathways concept at PASS Summit 2019, featuring structured educational tracks on AI, cloud, SQL performance, and Azure data engineering.
A technical guide on configuring Nginx to redirect non-www URLs to www for both HTTP and HTTPS, including example server blocks.
A guide for developers on generating product ideas by identifying real-world problems, emphasizing problem-first thinking over solution-first approaches.
A guide exploring 5 popular ways to style React components with TypeScript, focusing on type safety and integration.
Author shares excitement about presenting two technical sessions on SQL Server Columnstore Indexes and Batch Execution Mode at the PASS Summit 2019 data platform conference.
Argues against CSS-in-JS for most projects, advocating for traditional stylesheets and methodologies like BEM for better maintainability.
A tutorial on setting up and writing end-to-end tests for a React application using the Cypress testing framework.