Ishaan Sheikh

Ishaan Sheikh @frikishaan

About: Software Engineer 💻

Location:
India
Joined:
Apr 4, 2020

Ishaan Sheikh
articles - 34 total

Unfiltered - Anonymous Inbox for the Internet

This is a submission for the Postmark Challenge: Inbox Innovators. What I...

Learn More 10 0May 30

Merry Christmas fellow devs 😊 https://codepen.io/sheikh_ishaan/full/PowjJrj

A post by Ishaan Sheikh

Learn More 0 0Dec 25 '24

Dev OPinion - Netlify Dynamic Site Challenge Submission

This is a submission for the Netlify Dynamic Site Challenge: Build with Blobs. What I...

Learn More 5 4May 6 '24

Horizontal scroll animation

Horizontal scroll animation. Inspired from this video by Kevin Powell. This can be used to show...

Learn More 4 0Mar 9 '24

Image zoom animation

This can be used in the hero section of the landing page.

Learn More 4 0Feb 3 '24

How to use Linode Object Storage with Laravel

What is Linode Object storage? Linode Object Storage is a highly available S3 compatible...

Learn More 3 0Feb 24 '23

Tiny CRM - Linode + DEV Hackathon Submission

What I built I have built a CRM (Customer Relationship Management) system named...

Learn More 7 0Feb 18 '23

Codebin - MongoDB Atlas Hackathon 2022 Submission

What I built I have built a platform (Codebin) where user can create and view their code...

Learn More 1 0Dec 8 '22

Using Python list as a Stack

What is a stack? Stack is a data structure which follows the *LIFO * property, which means...

Learn More 1 0Nov 5 '22

Please suggest some resources for learning.

Hello, Do you know any courses where someone teaches creating anything from scratch, like database,...

Learn More 7 14Oct 17 '22

How to force HTTPS in Laravel

To force your website to load with HTTPS in Laravel you can add the following code in your...

Learn More 12 0Apr 20 '22

MongoDB Submission Post - Endorsedeck

Introduction This is my submission for the atlas hackathon. This app allows you to collect...

Learn More 1 0Jan 13 '22

Tailwind Responsive Timeline Example

A simple timeline component using Tailwind CSS.

Learn More 13 2Jul 25 '21

Null Coalescing Operator in C#

If you have used javascript before you probably have used the logical OR (||) operator while...

Learn More 6 0Jul 19 '21

C# Array Methods

In C# there is an Array class which provides methods related to array operations. In this blog we'll...

Learn More 6 0Jul 16 '21

C# String Methods

In this tutorial, we'll learn about some common string methods in C#. Equal This method...

Learn More 10 0Jul 13 '21

C# Dictionary

The Dictionary in C# is a generic collection, which is used to store data in key-value pairs. It is...

Learn More 10 2Jul 11 '21

C# Exception Handling

Handling errors is an important part of programming which makes the program more user-friendly. In...

Learn More 8 0Jul 4 '21

C# loops

In this article, we'll learn about how to use loops in C#. In C# there are 4 types of loops...

Learn More 10 0Jul 2 '21

Submission for the actions hackathon

DEV ACTION This is the post for the submission of my action for the actionshackathon on DE...

Learn More 6 0Sep 16 '20

Initial Release

Initial release This is the initial release for the Dev-action. The action developed durin...

Learn More 4 0Sep 15 '20

Writing tests for my GitHub action

After writing the basic code for my GitHub action for the actionhackathon. I was thinking of how to...

Learn More 6 0Aug 30 '20

Working on GitHub action

Intro Post is available here Today I started working on the GitHub action for the GitHub action Hack...

Learn More 4 0Aug 16 '20

Add a Post on Dev after new Release on GitHub

This post is regarding the Github actions hackathon on Dev🔥. This is not related to the submission....

Learn More 9 2Aug 16 '20

C# Switch statement

The switch statement is a type of selection statement which performs an action according to the...

Learn More 13 0Aug 11 '20

JavaScript Array methods

In this post, we will learn some of the arrays methods available in JavaScript. 1....

Learn More 5 2Aug 3 '20

Free online GPU resources for your next machine learning project

The training phase in machine learning is a resource-intensive task, which needs a lot of computation...

Learn More 9 2Jul 16 '20

Creating a blog with NuxtJS and Netlify CMS - 2

In the first part of this series, we learned How to set up a blog using Netlify CMS. In this part,...

Learn More 17 6Jul 7 '20

Creating a blog with NuxtJS and Netlify CMS - 1

In this two-part series, I'm going to cover How I created my blog using NuxtJS and NetlifyCMS. ...

Learn More 12 3Jul 7 '20

Sentiment analysis using Node.js

What is Sentiment analysis? It refers to the use of natural language processing, text anal...

Learn More 10 1Jul 1 '20