TechBlog: All things web design, software development, tech, or programming.
Decoding the Regex for Validating Email Addresses
December 20, 2024
Likes: 2
Email validation is a common task in programming, and using a regular expression (regex) can simplify this process. One of...
Understanding Regex for Digits
December 17, 2024
Likes: 0
The regex pattern backslash d plus is a fundamental expression used for identifying and working with digits in a string....
Understanding Word Boundaries and Alternation in Regex
December 16, 2024
Likes: 1
Regular expressions (regex) are powerful tools for matching patterns in text. In this article, we’ll explore two key concepts: word...
Master Regex: A Practical Series with an Interactive Tester
December 13, 2024
Likes: 2
Regular expressions, or regex, are powerful tools for solving complex text processing challenges.
Vim Motion Series 10: Advanced Search, Replace, and Regular Expressions
October 10, 2024
Likes: 1
We’ll focus on advanced search, replace, and regular expressions using Vim motions.
Extracting Coordinates with Regex from Google Maps URLs
May 19, 2024
Likes: 0
In web development, dealing with URLs and extracting specific data from them is a common task. In this article, we'll...
Express App with PostgreSQL Integration
March 22, 2024
Likes: 0
Our application will provide APIs to fetch and add customer data in a PostgreSQL database.
Express server API request object
March 18, 2024
Likes: 0
Various Express server APIs
Creating a Basic Express Server in Nodejs
March 17, 2024
Likes: 0
Create a functional server running on your local machine, ready to handle requests and serve JSON data.
Google Cloud Platform Uploader
February 15, 2023
Likes: 0
This article covers an implementation of a server using the Express framework that allows uploading, checking, and deleting files to/from...