Go client for Elasticsearch using Docker
A tutorial on using the Elasticsearch 7.0 Go client with Docker to set up a development cluster and build a web API.
A tutorial on using the Elasticsearch 7.0 Go client with Docker to set up a development cluster and build a web API.
A developer's critical questions for evaluating cloud providers, focusing on problem-solving, security implementation, and customer-driven development.
A CSS-only technique to create a masonry layout using flexbox, the :nth-child() selector, and the order property, avoiding JavaScript.
A tutorial showcasing 10 practical CSS Flexbox layout patterns with ready-to-use example code for common web design scenarios.
Analysis of 2019 Stack Overflow survey data comparing global and US salaries for R vs. Python programmers and data professionals.
A tutorial on setting up a modern Single Page Application (SPA) and Progressive Web App (PWA) using Vue.js, Parcel, and Workbox.
Sourcehut now offers full, first-class support for Mercurial version control, matching its Git features, including CI and email-driven collaboration.
Developer updates on aerc2 email client progress, git-send-email.io tutorial, lists.sr.ht improvements, and Wayland work for Sway and Godot.
A tutorial on implementing social media cards (Open Graph and Twitter) for a website built with Vue.js and the Gridsome static site generator.
A guide to manually configure a Raspberry Pi to connect to the eduroam university WiFi network using wpa_supplicant.
Explains the concept of pure functions in functional programming, defining them by deterministic outputs and the absence of side effects.
A guide to building a TypeScript interpreter using the TypeScript Compiler API to parse and execute code programmatically.
A guide to creating effective GitHub README files, covering essential elements like clear descriptions, usage examples, and multimedia to showcase projects.
A guide to setting up a local OpenFaaS development environment using KinD (Kubernetes in Docker) for lightweight, containerized Kubernetes.
A CSS Grid tutorial on using pseudo-selectors to control the layout of leftover items (widows) in a grid, comparing it to flexbox solutions.
A guide to building a polite web crawler that respects robots.txt, manages crawl frequency, and avoids overloading servers, with an example in .NET.
Explores strategies and challenges for orchestrating micro-frontends, comparing client-side, server-side, and edge-side approaches.
Guide on configuring KSQL to connect to a secured Confluent Cloud Schema Registry, including Docker setup and error troubleshooting.
Analyzes different methods for calling assertions in PHPUnit, comparing their popularity and performance.