Code

Code posts, videos, courses, and more

Bobby Iliev · 1 year ago

Introduction to Structs and Implementations in Rust

Introduction Structs in Rust are a way to create custom data types that group together related pieces of data. This tutorial will introduce you to the basics of structs in Rust, including de...
5

Fahad · 1 year ago

🐍Python Project: 🎨Drawing Pad GUI

✨Introduction This tutorial is not focused on advanced topics. This will teach you how to make your own simple Drawing GUI using basic Tkinter and Python concepts. Also, feel free to sugges...
3

Rahul · 2 years ago

19 Unique Git and Github Resources for Developers

While beginning as a web developer, it tends to be not difficult to lose all sense of direction in the large number of dialects, devices and stages that are accessible in the present market....
1

Dhairya Shah · 2 years ago

View list of GitHub commits within the specified date range

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Have you ever n...
2

Dhairya Shah · 2 years ago

How can you implement the sleep() function in Javascript?

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I am her...
1

Dhairya Shah · 2 years ago

7 JavaScript One Liners to look like a pro

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. I love building...
1

Dhairya Shah · 2 years ago

This is how you make numbers more readable in your JS code

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I am her...
2

Dhairya Shah · 2 years ago

This is how you make images Responsive in CSS

Hello Folks 👋 What's up friends, this is SnowBit back here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I a...
3

Dhairya Shah · 2 years ago

Simple ways to convert a string into a number

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught front-end web developer and have an intention to become a successful developer. Today, I am he...
2

Dhairya Shah · 2 years ago

These things you should keep in mind while writing JavaScript

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I am her...
3

Dhairya Shah · 2 years ago

What are Template Literals and why you should use them?

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. In this article...
3

Richa Kiran · 2 years ago

Heap Data Structure using Arrays

A heap is a Complete Binary Tree in which elements are arranged in a specific order depending the type of Heap that we're trying to implement. It can be either the first element(root node) b...
3

Richa Kiran · 3 years ago

Divide and Conquer

Divide and conquer is just a simple yet complex strategy of solving problems. It basically includes the idea of dividing a problem into sub-problems or smaller problems. We solve each sub-pr...
5

Richa Kiran · 3 years ago

Selection Sort

In this article I'm gonna talk about selection sort algorithm and how to implement it in C language. What is Selection Sort? The main idea behind this sorting algorithm is to scan the unsort...
9

Richa Kiran · 3 years ago

Linear Search VS Binary Search

Linear Search and Binary Search are two popular searching algorithms. In this article, we'll be comparing the two algorithms in order to find out which algorithm is better based on their app...
7

Richa Kiran · 3 years ago

Chrome's Dino Game Tricks

In this video, I'll show you some cool tricks that you can use in Chrome's famous Dino game.
2

Richa Kiran · 3 years ago

Search Algorithms

Searching algorithms are designed to locate the position of an element (if present) in a data structure. To search for an element in a linear data structure like an array, we can use many di...
4

Richa Kiran · 3 years ago

Applications of Binary Trees

So far we've discussed about how we can perform certain operations on a Binary Search Tree. It is no fun to learn about new stuff when you don't know where exactly you can use it. So, In thi...
6

Richa Kiran · 3 years ago

K'th maximum element in a Binary Search Tree

In this article I'm gonna talk about how we can find the k'th maximum element in a given Binary Search Tree. Previously we talked about the methods of finding the k'th minimum element in a B...
4

Savio Martin · 3 years ago

8 books to change your life as a designer

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
5

Richa Kiran · 3 years ago

Trees

A Tree is a non linear data structure. Unlike the data structures that we've learned so far like - Linked Lists, Stacks, Queues, etc. In this type of data structure, one element can be linke...
6

Richa Kiran · 3 years ago

Doubly Linked Lists

Till now we've talked about linked lists and the basic operations associated with it. But today we're gonna talk about linked lists only, but with a slight variation. In a linked list, trave...
6

Richa Kiran · 3 years ago

Queues

A queue is a linear data structure which follows FIFO principle in deletion and insertion operations. In real sense queue is just a sequence of objects(people, vehicles, etc.) waiting for th...
6

Savio Martin · 3 years ago

15 amazing websites for UI inspirations 💖

Hello Geeks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
6

Richa Kiran · 3 years ago

Stacks

A stack is a linear data structure in which operations can be done in a specific order. Stacks follow the LIFO (Last In First Out) Principle. I'm sure you might've heard of a stack of differ...
7

Richa Kiran · 3 years ago

Circular Linked Lists

In this post, I'm gonna be talking about circular linked lists. To learn the basics of a linked lists you can check out my other posts here. So let's get started! So what exactly do we mean...
8

Richa Kiran · 3 years ago

Applications of Linked Lists

In this article, I'm gonna be talking about Applications of linked lists. Now that we've come so far and learned all the basics of a singly linked list, it's only natural to wonder what coul...
7

Richa Kiran · 3 years ago

Insertion Operations in a Linked List

Now that we've learned how the basic operations on a linked list are done let's look at the different types of insertion in a linked list. There are three ways of node insertion in a linked...
6

Rahul · 3 years ago

20 Developer Memes | You'll die laughing

(Invest Your 2 Minutes Laughing) Converting your developing seriousness to laughter. Every week this post will come up with amazing memes. So I just want you to devote your some minutes in...
8

Savio Martin · 3 years ago

Setup Google, Github and Facebook Authentication in your React App 🚀

Hello Folks 👋 This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend tec...
7

Loading More Content