Blog
-
Ideas for Faceless YouTube content
YouTube has emerged as a powerful platform for content creators. Allowing them to share their talents, ideas, and stories with the world. However, not everyone is comfortable being on camera.
-
How to Create a Faceless YouTube Channel with AI Video and Make $10K per Month
In today's digital age, you don't need to be in front of the camera to run a successful faceless YouTube channel. With the advent of AI video tools like AI Video, creators can maintain a faceless YouTube channel.
-
Build Chat PDF app in Python with LangChain, OpenAI, Streamlit | Full project
In this tutorial, you'll learn how to build a project by using Langchain and Streamlit to develop GUI-based ChatGPT for your PDF documents. We'll create an application that enables you to ask questions about PDFs and receive accurate answers.
-
Pokemon Cards App with React JS | Full project Tutorial | Beginners
In this tutorial, you will learn how to build a React app for searching Pokemon cards with the Pokemon API.
-
Understanding Hooks in React
In this tutorial, you will learn what are Hooks, why to use Hooks, how to use built-in useState and useEffect Hooks, effects optimizations, rules of Hooks, and adoption strategy for Hooks.
-
GitHub Search App in React JS | Full Project Using GitHub API | Tutorial
In this tutorial, you will learn how to build a React app for searching GitHub profiles by entering usernames.
-
How to host react websites on GitHub. A comprehensive guide!
React websites can be hosted on a number of platforms. One of the options here is to host these on GitHub.
-
A Beginner's Guide to Writing a Kickass README ✍
Your README should be as good as your project. A great README file helps your project to stand out from the sea of open-source software on GitHub.
-
Problems with Types in React
At most of the places, you'll find people talking about using type checking extensions such as Flow and, Typescript for React projects.
-
Sass it up! Why u should use Sass
Sass (and other CSS preprocessors) can be a powerful ally — a tool that any style-crafter can easily insert into their daily work. It took me a while to come around, but I'm sure glad that I did.
-
The Science of Recursive Functions for Dummies
A function is called a recursive function if it calls itself again and again. Recursion can be direct as well as indirect.
-
Javascript Variables and Data Types
In this lesson we'll learn how to declare variables in JavaScript & explore the available data types. We'll also learn about Dynamic typing & address common pitfalls with data types
-
Web scraping without writing code || Amazon data Project || Webscraper plugin
We will scrape data from amazon without writing a single line of code using a web scraper plugin.
-
Animation on Scrolling Effect Project AOS Library
In this tutorial, we will build a website from scratch using the AOS (Animate on Scroll) library to implement fading effects when the page is scrolled.
-
Javascript's three dots ( ... ) Spread & rest operators
Get a deep understanding of what the spread & rest operators are & also study their use cases. Filled with examples and use-cases.
-
JS Objects Basics
A simple tutorial explaining what objects are & how to create, modify objects in Javascript along with new ES-6 features. Also covers keywords such as this, new, class, constructor etc.
-
Javascript Operators
Learn various Javascript operators.
-
Python Snippets
Learn new tricks in Python with cool snippets.