Learning Golang (some rough notes) - S02E04 - Kafka Go Consumer (Function-based)
A tutorial on implementing a function-based Kafka consumer in Go, moving from the deprecated channel-based approach.
A tutorial on implementing a function-based Kafka consumer in Go, moving from the deprecated channel-based approach.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
A technical analysis comparing Deno and Node.js, focusing on Deno's design improvements like security, URL imports, and eliminating node_modules.
Explains how writing integration tests for C# APIs boosts productivity by catching bugs early and reducing manual testing.
An introduction to Netlify Functions, explaining how they simplify AWS Lambda by abstracting away complex configuration and deployment.
A developer's monthly update on Wayland book progress, wlroots/Sway improvements, and SourceHut/secret project work.
A tutorial on building a COVID-19 dashboard and interactive map application using Gatsby, React, and the Leaflet mapping library.
An introduction to JAMstack architecture, explaining its core components (JavaScript, APIs, Markup) and how to get started building modern web applications.
The author explains how they implemented Webmentions, an open standard for social reactions, on their personal site using third-party services and a Jekyll plugin.
A developer built an interactive tool using the DEV API to analyze article readability and sentiment over time, visualizing the data with charts.
Announcing the charity book 'Swift for Good', featuring chapters from 20 authors on Swift programming, with proceeds supporting Black Girls Code.
How to trigger non-HTTP Azure Functions (like Timer or Queue triggers) over HTTP during local development for easier testing.
Explains JavaScript Promises for handling asynchronous operations, covering states, syntax, and real-world analogies.
An introduction to the Document Object Model (DOM), explaining its structure and demonstrating basic manipulation using JavaScript methods.
Explains how to use RxJS merge operator to handle multiple concurrent API calls from a single NgRx Effect in Angular.
A talk on building a web service with Django and PostgreSQL to manage and aggregate YouTube channel revenue data via Google's APIs.
A beginner's guide to structuring an Express.js application with MongoDB, covering models, routes, controllers, services, and repositories for clean code.
A tutorial on using Apple's Combine framework to fetch and process data from a remote API (TMDb) asynchronously in Swift.
Explains three useful Express.js middlewares: Morgan for logging, and custom ones for camelCase conversion and removing empty properties.
A tutorial on using Apple's Combine framework with URLSession to make HTTP requests and parse JSON responses in Swift.