lizardkinglk

lizardkinglk @lizardkinglk

About: Hello!

Joined:
Oct 7, 2020

lizardkinglk
articles - 22 total

Custom JSON Validator

Introduction As a developer I want to make cool apps and learn the insides of systems and...

Learn More 2 1Jun 12

YouTube's Metered Count

What is it? I had this need to understand how that youtube's view count thing works. I'm...

Learn More 1 0Oct 31 '24

DocsShare - Share Your documents

This is a submission for the The Pinata Challenge What I Built A simple and private...

Learn More 16 0Oct 13 '24

News posting website with AWS Amplify

This is a submission for the The AWS Amplify Fullstack TypeScript Challenge What I...

Learn More 4 0May 27 '24

Friendly Waffle 🧇

This is a submission for the Netlify Dynamic Site Challenge: Visual Feast. What I...

Learn More 1 2May 12 '24

Hacktoberfest23

Contribution to Hacktoberfest 2023 Intro Hacktoberfest has always been more...

Learn More 2 0Nov 11 '23

Expense Tracker App

What I built Expense and Income tracker using Supabase and Material UI. App...

Learn More 8 0Jul 19 '23

Cleaning an object

Let's say we have a javascript object or JSON object literal that we use to do some task. And let's...

Learn More 2 4Jul 3 '23

Roman to Integers

Hello everyone! There is this leetcode challenge which is to convert roman numbers to integers....

Learn More 2 0Jun 16 '23

Hourglass Problem

This problem is based on a challenge on hackerrank. It is a bit tricky beginner level problem. The...

Learn More 8 0Apr 24 '22

HasAllChildren

The below is a function to check if an sub array consist of all the elements of a given...

Learn More 12 0Mar 19 '22

CSS with Superpowers

What is SCSS ? Sass or Scss is a supertype of CSS (Cascading Style Sheets). Sass was...

Learn More 6 0Feb 26 '22

Circular Queues

Today I'm going to talk about circular queues on what I've learned. In the last post we discussed...

Learn More 6 0Feb 12 '22

Queues

What are Queues ? A Queue is a data structure that enables us to create an array of...

Learn More 6 2Jan 29 '22

npm basic commands

npm NPM a.k.a. 'Node Package Manager' is a registry of libraries for use in the...

Learn More 45 2Jan 15 '22

ReactJS

What is React ? Between many front-end frameworks that used in web apps, React JS takes...

Learn More 8 1Jan 2 '22

ExpressJS

What is ExpressJS ? Express js is a efficient and easy to learn web application...

Learn More 21 9Dec 26 '21

MongoDB

What is mongodb? MongoDB is open-source, non-relational hence document-based database...

Learn More 90 1Dec 19 '21

Stacks

What are stacks ? A stack is a data structure that serves according to last-in first-out...

Learn More 9 0Dec 12 '21

Password Validator

If we wanted to let the user create a password According to our condition/ruleset. Also enabling...

Learn More 18 1Dec 5 '21

Username Validator

Usernames should be formatted and they should conform to follow some validation...

Learn More 49 1Nov 27 '21

Indefinite Arguments

When your program needs indefinite number of arguments, and let's say, i. You are not allowed to...

Learn More 10 0Nov 20 '21