Published Articles
Programming Tutorials
-
Build a TypeScript App with Bazel
Explains how to prepare a workspace, run and test, and package and publish a basic application using TypeScript with Bazel. -
Project: Build a Python GUI Calculator
A step-by-step guide to building a calculator using Python’s Tkinter module.
API Integrations
-
How to Send Emails with Node.js [3 Different Ways + Code Tutorials]
Explores different methods to send emails using Node.js. -
Sending SMS Verification Using Node.js [How-To Guide]
A guide on sending SMS notifications using Node.js and Courier.
Data Management and Visualization
-
Tableau and PostgreSQL: How To Make Them Work Together
Demonstrates how to connect Tableau and PostgreSQL directly using Panoply. -
Efficient Postgres Full Text Search in Django
Walks readers through setting up and using a Django model that implements Postgres’ full-text search features. -
GeoDjango and PostGIS in Django
Explains step-by-step how to create a Django app using GeoDjango and PostGIS for geospatial data.
Web Development and Offline Functionality
-
How to Handle POST/PUT Requests in Offline Applications Using Service Workers, IndexedDB, and Background Sync
A tutorial on handling POST requests offline using a combination of Service Workers, IndexedDB, and Background Sync. -
A Simple Guide to Taking a Web Page Offline, using Service Workers
Explains how to use the JavaScript Service Worker API to enable offline functionality for web pages. -
How To Detect The Location of Your Website’s Visitors Using JavaScript
Covers how to detect the location of a website’s users using JavaScript.
DevOps and Kubernetes
-
Kubectl Login: Solving Authentication For Kubernetes
Previews concerns engineers should be aware of when building an authentication solution for Kubernetes. -
Automated Integration Testing in Kubernetes Using Garden
Explains how to set up automated integration tests for a Kubernetes workload using CI/CD pipelines and Garden.io.
Backup and Security
-
3 Ways to Back Up and Restore Repositories in Bitbucket Cloud
Compares different methods for backing up and restoring a single repository from a Bitbucket Cloud account. -
Backing Up Your GitHub Repository to Multiple AWS S3 Regions
Shows how to create redundant backups across multiple AWS S3 regions or set up automated archives to AWS Glacier.
Content Management Systems (CMS)
-
Build Your Admin Panel Without CSS or HTML
Walks readers through building an admin panel in Appsmith without requiring HTML or CSS knowledge. -
Build a CMS for Your Company in Under an Hour
Explains the steps required to build a CMS in Appsmith.
Real-Time Communication
- What is WebRTC? (Explanation, Use Cases, and Features)
Helps users understand how and when to use WebRTC and compares it to the capabilities of WebSockets.
Edge Computing
- Secured API Key Generation on the Edge
Shows how to generate temporary API keys on Fly.io.