Open in app

Sign In

Write

Sign In

Maleeha Bhuiyan
Maleeha Bhuiyan

4 Followers

Home

About

Dec 13, 2020

All About Queues

Table of Contents • What is a queue • Where are queues used • Implementing a queue with an array (with JavaScript) • Implement a queue with a singly linked list (with JavaScript) • The Big O Notation of queues • Resources What is a queue A queue is a…

5 min read

All About Queues
All About Queues

5 min read


Dec 6, 2020

Singly Linked Lists vs Doubly Linked Lists

Overview: • What is the structure of a singly linked list? • What is the structure of a doubly linked list? • What are the major differences between a singly linked list and a doubly linked list? What is the structure of a singly linked list? Singly linked lists consists…

2 min read

Singly Linked Lists vs Doubly Linked Lists
Singly Linked Lists vs Doubly Linked Lists

2 min read


Nov 29, 2020

3 ways to spice up your HTML text with CSS

Whenever I create projects, my favorite part is to play around with CSS. Here are my 3 favorite ways to spice up HTML text with just CSS! A glow effect : Source: https://www.w3schools.com/howto/howto_css_glowing_text.asp This particular glow effect will outline your text and it will give it a glowing effect. …

2 min read

3 ways to spice up your HTML text with CSS
3 ways to spice up your HTML text with CSS

2 min read


Nov 22, 2020

Singly Linked Lists

Here is a short introduction for singly linked lists. Table of Content: • What is a singly linked list • Memory via a singly linked list • The Big O Notation of singly linked lists What is a singly linked list? A linked list is a data structure that is…

2 min read

Singly Linked Lists
Singly Linked Lists

2 min read


Nov 14, 2020

Recursion, Recursion, Recursion

This is a sweet beginners guide to the world of recursions! When I initially started my journey into algorithms, recursion was a difficult concept to grasp. However with much (much much) practice, I was able to work out a strategy that helps me tackle recursive problems. If you have no…

6 min read

Recursion, Recursion, Recursion
Recursion, Recursion, Recursion

6 min read


Aug 19, 2020

Get to Know the Mysterious Virtual DOM.

The virtual DOM is a concept that I was introduced to at the start of my journey for learning React. The most important information that stood out to me is that the virtual DOM allows us to create and save the changes in our React app without us reloading our…

4 min read

Get to Know the Mysterious Virtual DOM.
Get to Know the Mysterious Virtual DOM.

4 min read


Jul 26, 2020

HTMLCollections vs NodeLists

HTMLCollections and NodeLists are data types with very similar structures and purposes. Both of these collections of data group things on the webpage. According to the MDN web docs, HTMLCollections represent a generic collection of elements and NodeList objects are a collection of nodes. …

2 min read

2 min read


Jul 8, 2020

If you give a child a cookie (and the dangers that may come along with it).

It’s 2020 and the cookie monster takes a new shape and form. It is so longer a blue and furry creature who is sweet at heart and his only wrongdoing is eating other people’s cookies! This cookie monster takes a modern form, which can only mean that it can be…

3 min read

If you give a child a cookie (and the dangers that may come along with it).
If you give a child a cookie (and the dangers that may come along with it).

3 min read


Jun 15, 2020

How to make your Rake Console not look like an Eyesore

Generally when one wants to play around with data using the rake console, the data will output like this: With two elements in this array, it does not look that bad. But what if you can output this information in a table via Ruby?

2 min read

How to make your Rake Console not look like an Eyesore
How to make your Rake Console not look like an Eyesore

2 min read

Maleeha Bhuiyan

Maleeha Bhuiyan

4 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech