2179 results
Learn Deno and Go Beyond Node.js
Explore Deno basics, learn how it compares to Node.js, and follow a hands-on demonstration that uses Deno to build a simple HTTP web server.
How To Fix the “Uncaught TypeError: $ Is Not a Function” Error
The “Uncaught TypeError: $ Is Not a Function” Error is a common Javascript error. Learn all about it and how to easily fix it in this tutorial.
Persistent Storage: Long-Term Memory in the Era of Containers
Persistent storage used to be just disk drives and databases, but container-based development adds a new angle on non-volatile data.
What’s New in TypeScript 5.0: Declarators, Const Type, Enums Improvement, Speed, and Much More!
Take a deep dive into the new TypeScript 5.0 and find out what's new, including Declarators, Const Type, Enums Improvement, and much more.
Rest API vs Web API: Everything You Need To Know
Compare two popular approaches to building APIs: (REST) API and Web API and learn about their architecture differences and use cases.
Tor Browser Review: An Essential and Anonymous Way to Surf the Web
Internet safety and security start with a rock-solid browser that protects the user. This post gives an in-depth look into the Tor browser.
How To Perform a “Git Delete” on a Local Branch
Git branches are small in size, but you may not want extras around. This post will explain how to perform a "git delete" on a local branch.
Why MariaDB Is a Good Fit For Your Python Backend
Python is typically used in data-heavy applications because it has powerful libraries for data manipulation. Learn why MariaDB is a great choice wh…
Brandon D Hunt LLC
Nationally recognized and award winning designer, accomplished artist and professional nice guy, Brandon Hunt has been energizing and revitalizing his clients’ brands and communications for years. ...
How To Fix “React Must Be in Scope When Using JSX” Error (5 Methods)
Learn how to easily fix the “react must be in scope when using jsx” error using any one of these 5 methods listed.
Key GitHub Statistics in 2024 (Users, Employees, and Trends)
GitHub is the go-to platform for sharing and storing code. Learn about key GitHub statistics surrounding their users, employees, and trends.
How To Perform a “Git Rename” on a Branch
Using Git is straightforward most of the time, but some tasks need more explanation. This post will illustrate how to "git rename" a branch.