🚏 Database Categories w/ Examples
Broadly databases can be categorised into below categories.

🛢
⮑ Relational
⮑ NoSQL
⮑ Document
⮑ Wide-Column
⮑ Key-Value
⮑ Graph
⮑ Time Series
⮑ Search

And, few others.
🚥 Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
🎯 Today's Twitter Space

📅 05-Feb-2022 (Today)
⏰ 07.30PM IST (02.00PM GMT)

⬘ Join me in this space and, hear me out about many aspects of Content Creation and, Twitter Growth.

⬙ Share among your circle if anyone is interested.

twitter.com/i/spaces/1yoKM…
Are you interested in such illustrations? I am regularly sharing for HTML, CSS, JavaScript, Data Structures and, Database.

To never miss any, Follow me ✅

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Swapna Kumar Panda 

Swapna Kumar Panda  Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @swapnakpanda

Feb 6
100+ Project Ideas for JavaScript "Absolute Beginners"

🚥 Disclaimer

⬖ Complete projects as per the order in which they are mentioned.

⬘ Knowledge of HTML & CSS is very much required for designing UI.

⬗ Take these ideas and, form your own ideas. Do not STOP.
➊ Unit Conversion

➀ Currency
➁ Weight
➂ Height
➃ Temperature
➄ Distance
➅ Area
➆ Volume
➇ Time
➈ Numbers (Binary, Octal, Hexadecimal)
➉ Color (rgb to hsl)
Read 15 tweets
Feb 4
🏙 All CSS Flexbox Properties & Values Image
🚥 Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
🚏 Upcoming Twitter Space 🏃‍♂️

📅 05-Feb-2022 (Tomorrow)
⏰ 07.30PM IST (02.00PM GMT)

⬘ Join me in this space and, hear me out about many aspects of Content Creation and, Twitter Growth.

⬙ Share among your circle if anyone is interested.

twitter.com/i/spaces/1yoKM…
Read 4 tweets
Jan 31
🦾 11 Modern JavaScript Hacks

📋 Table of Contents

➊ Conversion to Number
➋ Conversion to Boolean
➌ Conversion to String
➍ Complex String
➎ Short Circuit && / ||
➏ Nullish Check
➐ Default Value
➑ Default Function Parameter
➒ Optional Chaining
➓ Array Resizing
➊➊ Function Rest Parameter
➊ Conversion to Number

To convert any data to a Number type, use

⇥ Unary "+" operator
⇥ Number function
⇥ parseInt function
Read 14 tweets
Jan 30
JavaScript Interview Questions

Series: 1️⃣
Level: Beginner
Topics:

➊ Data Types
➋ Boolean
➌ Number
➍ Logical Operators
➎ Comparison Operators
➏ Arithmetic Operators
🚥 Disclaimer

⬖ The questions covered here are mostly conceptual
⬘ I never claim only these type of questions are/should be asked during interviews
⬗ For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Read 14 tweets
Jan 29
🚥 22 HTML Input Element Types
There are total 22 "input" types in HTML.

⇥ text
⇥ password
⇥ search
⇥ url
⇥ email
⇥ tel
⇥ number
⇥ button
⇥ submit
⇥ reset
⇥ file
⇥ checkbox
⇥ radio
⇥ range
⇥ datetime-local
⇥ month
⇥ week
⇥ time
⇥ date
⇥ hidden
⇥ color
⇥ image
⚠️ Message ⚠️

I have compiled these information with all sincerity. But in case you find any omissions or, wrong presentations, please inform me.
Read 4 tweets
Jan 26
How is Math.min() > Math.max() ?

A JavaScript 🧵
➊ Background

⬔ Try to execute below in console.

⇥ Math.min() > Math.max()

⬓ You will be surprised to see the result "true".

⬕ How can min() be more than max()? Is it weird?

Let's find out.
➋ Variadic Function

⬔ A function is called "variadic" when it can handle variable number of arguments.

⬕ Both Math.min() and Math.max() can handle any number of arguments including "Zero".
Read 10 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

:(