Tutorial

Tutorial posts, videos, courses, and more

Dhairya Shah · 2 months ago

How to set up your own proxy server in minutes?

Today, most websites track your online activities by capturing essential information such as IP addresses, cookies, and geolocation. All this information starts associating with the user, an...
4

Mike Young · 9 months ago

Img2Prompt or BLIP-2: Which is better at turning pictures into prompts?

Whether we're trying to auto-generate meaningful textual prompts from visual content or seeking answers to specific queries about images, AI models have become our go-to solution. Two such m...
2

Mike Young · 10 months ago

A quick and easy guide to creating a sitemap for a Next.js site

If you're looking to generate sitemaps for your Next.js website, the next-sitemap npm package is a great tool to help you with that. In this tutorial, I'll guide you through the process of u...
3

Supernova3339 · 11 months ago

The Importance of a CSS Preloader and How to Implement One

In today's fast-paced world, online users have come to expect quick and seamless interactions with websites and applications. Slow loading times, while common, can leave users feeling frustr...
4

Baransel · 1 year ago

Getting Started with JavaScript Switch Case: A Beginner's Guide

Sign up to my newsletter for more tutorials!. JavaScript is a popular programming language used to create interactive websites and web applications. One of the most useful features of Java...
2

Valerio · 1 year ago

Why and how to create an Event Bus in Vuejs 3

Have you ever used an event bus in Vue 2 and don't know how to recreate it in Vue 3? Since I'm working on the 2.0 version of my product's UI (to be released in May) I'm publishing some techn...
1

Baransel · 1 year ago

A Comprehensive Guide to Getting Started with PHP: Tips, Tricks, and Code Examples

Basic Syntax Before we dive into the tips and tricks, let's go over the basic syntax of PHP. Here's a simple example that outputs "Hello, World!" to the screen: <?php echo &quo...
1

Baransel · 1 year ago

Getting Started with Python: Tips, Tricks, and Code Examples

Python is a high-level, interpreted programming language that is widely used for a variety of applications, including web development, scientific computing, data analysis, artificial intelli...
2

Rohith Gilla · 1 year ago

Automate your personal CRM with Notion and Hazel Base

Introduction Hazelbase and Notion are two powerful tools that can be used together to create a custom CRM system. With Hazelbase, you can organize data from the internet into an identity net...
1

marinsborg · 1 year ago

Learn Python functions & create a simple project

Functions are key elements of programming. They are used in most programming languages. Functions allow you to break your code into smaller pieces. That way your code is easier to manage and...
7

TechvBlogs · 1 year ago

Firebase Push Notification Laravel 9 Tutorial

What is Push Notification? Push notifications are clickable pop-up messages that appear on your user's browsers irrespective of the device they're using or the browser they're on. They serve...
6

Richard Dobroň · 1 year ago

Localizing PHP application with FBT instead of standard i18n

Since about 2010, I have been looking for a translation framework for PHP that can generate very complex phrases and at the same time combine options such as singular/plural and work with ge...
5

TechvBlogs · 1 year ago

Laravel Pint - A PHP Code Style Fixer for Minimalists

The long-awaited hype train is finally over, Laravel latest open-source CLI app has been released to the world, and we got our hands on it to tell you all about it. Introducing Laravel Pin...
5

TechvBlogs · 1 year ago

How to Add and Delete Users on Ubuntu

Adding and removing users on a Linux system is one of the essential system administration tasks to familiarize yourself with. When you create a new system, you are often only given access...
4

TechvBlogs · 1 year ago

Laravel 9 Eloquent WHERE Like Query Example Tutorial

When you put the search form in your application, you need to use like query to get matched pattern. The LIKE a query is used in a WHERE clause to search for a specified pattern in a column....
5

TechvBlogs · 1 year ago

How to Loop in React JSX

React allows you to easily write JavaScript code inside your components. This makes it easy for any developer to comfortably handle common programming techniques in React, such as looping th...
5

marinsborg · 1 year ago

URL shortener - Java & Spring tutorial

Introduction A URL shortener is a service that is used to create short links from very long URLs. Usually, short links have the size of one third or even one-fourth of the original URL, whic...
4

Karthikeyan · 1 year ago

How to build a movie application using Next.js and Appwrite ?

In this tutorial we are going to build a movie application using Next.js , Appwrite, tailwind css, Digital Ocean and deploy it to Vercel. Before going into coding. Let’s see a few details on...
9

Himanshu Sheth · 1 year ago

Most Complete MSTest Framework Tutorial Using .Net Core

With the advent of programming languages like Python, Ruby on Rails, etc., there is thinking amongst the developer community that the C language is losing relevance. Strikingly, C is still c...
2

TechvBlogs · 2 years ago

PHP Curl Get Request with Parameters Example

What is cURL in PHP? The Client for URLs is shortly called cURL, which was originally pronounced with a URL in uppercase to emphasize that it deals with URLs. It's pronounced as: see URL. cU...
5

TechvBlogs · 2 years ago

How to Get Previous and Next Record in Laravel

A really common task is to display links for the previous and next record typically you find these on blogs, when viewing the post a previous title and link are displayed and the same for th...
4

TechvBlogs · 2 years ago

How to change the URI (URL) for a remote Git repository?

What is Git? Git is the world's most popular distributed version control system used by many open-source and commercial projects. It allows you to collaborate on projects with your fellow de...
3

TechvBlogs · 2 years ago

How to Install OpenLiteSpeed on Ubuntu 20.04

What is LiteSpeed Web Server? Litespeed Web Server is one of the best and most well-known web server software in the world. Some sources also mention that this webserver is ranked 4 as the m...
3

TechvBlogs · 2 years ago

How to get a Client IP address in Laravel

What is an IP Address? An Internet Protocol(IP) address also known as a logical address is given by the internet service provider(ISP) which uniquely identifies a system over the network. IP...
3

TechvBlogs · 2 years ago

Laravel 9 Authentication Tutorial

What is Laravel? Laravel is an open-source PHP web application framework with expressive, elegant syntax. It is an MVC framework for building simple to complex web applications using the PHP...
3

TechvBlogs · 2 years ago

How to use Tailwind CSS with a React App

What is Tailwind CSS? Tailwind is a modern CSS framework. It is a utility-first-based framework and provides you with a unique set of utility classes which makes the development process very...
4

Baransel · 2 years ago

How to add an event listener to multiple elements in JavaScript

Sign up to my newsletter!. In JavaScript you add an event listener to a single element using this syntax: document.querySelector('.my-element').addEventListener('click', event => { //...
2

GeekTech · 2 years ago

5 packages to level up your React code

Howdy Geeks! 👋 As a React developer, your work is to build high-quality JavaScript code. Programming is a difficult task. Indeed, you are expected to produce high-quality code while also en...
2

TechvBlogs · 2 years ago

How To Install WordPress with LAMP on Ubuntu 20.04

For those who cannot afford the hustles of developing websites from scratch, there are now several content management systems (CMSs) such as WordPress that you can take advantage of to set u...
6

GeekTech · 2 years ago

The terminal formatting library you need in 2022

When designing CLI applications we always face challenges as python programmers when it comes to making the text/UI look good. But have you ever wondered if this tedious task could be abstra...
1

Loading More Content