This is a submission for the Postmark Challenge: Inbox Innovators. What I...
A post by Ishaan Sheikh
This is a submission for the Netlify Dynamic Site Challenge: Build with Blobs. What I...
Horizontal scroll animation. Inspired from this video by Kevin Powell. This can be used to show...
This can be used in the hero section of the landing page.
What is Linode Object storage? Linode Object Storage is a highly available S3 compatible...
What I built I have built a CRM (Customer Relationship Management) system named...
What I built I have built a platform (Codebin) where user can create and view their code...
What is a stack? Stack is a data structure which follows the *LIFO * property, which means...
Hello, Do you know any courses where someone teaches creating anything from scratch, like database,...
To force your website to load with HTTPS in Laravel you can add the following code in your...
Introduction This is my submission for the atlas hackathon. This app allows you to collect...
A simple timeline component using Tailwind CSS.
If you have used javascript before you probably have used the logical OR (||) operator while...
In C# there is an Array class which provides methods related to array operations. In this blog we'll...
In this tutorial, we'll learn about some common string methods in C#. Equal This method...
The Dictionary in C# is a generic collection, which is used to store data in key-value pairs. It is...
Handling errors is an important part of programming which makes the program more user-friendly. In...
In this article, we'll learn about how to use loops in C#. In C# there are 4 types of loops...
DEV ACTION This is the post for the submission of my action for the actionshackathon on DE...
Initial release This is the initial release for the Dev-action. The action developed durin...
After writing the basic code for my GitHub action for the actionhackathon. I was thinking of how to...
Intro Post is available here Today I started working on the GitHub action for the GitHub action Hack...
This post is regarding the Github actions hackathon on Dev🔥. This is not related to the submission....
The switch statement is a type of selection statement which performs an action according to the...
In this post, we will learn some of the arrays methods available in JavaScript. 1....
The training phase in machine learning is a resource-intensive task, which needs a lot of computation...
In the first part of this series, we learned How to set up a blog using Netlify CMS. In this part,...
In this two-part series, I'm going to cover How I created my blog using NuxtJS and NetlifyCMS. ...
What is Sentiment analysis? It refers to the use of natural language processing, text anal...