DEV Community

100 Days of Code!

The 100 Days of Code is a coding challenge created by Alexander Kallaway to encourage people to learn new coding skills.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
⚡ Flexbox-Guide 🚀 Flexbox layout made simple with an Interactive tool

⚡ Flexbox-Guide 🚀 Flexbox layout made simple with an Interactive tool

11
Comments
3 min read
#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2

#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2

7
Comments
2 min read
Day 91,92,93,94,95,96,97,98,99,100:100DaysOfCode

Day 91,92,93,94,95,96,97,98,99,100:100DaysOfCode

5
Comments 2
1 min read
#2 of 100DaysOfCode

#2 of 100DaysOfCode

13
Comments 2
2 min read
A peek into Kubernetes Ingress

A peek into Kubernetes Ingress

6
Comments
3 min read
#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1

#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1

9
Comments
3 min read
Data Types and Mathematical Operations in Python

Data Types and Mathematical Operations in Python

7
Comments
2 min read
#1 of 100DaysOfCode

#1 of 100DaysOfCode

19
Comments 1
1 min read
Trying to Keep Comfy - A React Native 5-Day Trial-by-Fire

Trying to Keep Comfy - A React Native 5-Day Trial-by-Fire

2
Comments 1
2 min read
#Day22 - Cheatsheet for the Random Module in Python

#Day22 - Cheatsheet for the Random Module in Python

5
Comments
3 min read
Creating your own npm package

Creating your own npm package

14
Comments
3 min read
How to create a Twitter Bot using Python and Zapier

How to create a Twitter Bot using Python and Zapier

6
Comments
7 min read
Hey Student Techies! How do you cope with school and work ?

Hey Student Techies! How do you cope with school and work ?

3
Comments 2
2 min read
HOW TO INSTALL AND RUN MONGO DB ON WINDOWS 10

HOW TO INSTALL AND RUN MONGO DB ON WINDOWS 10

5
Comments 2
5 min read
#Day20 - Naming Conventions in Python

#Day20 - Naming Conventions in Python

5
Comments 1
2 min read
Start with Python

Start with Python

10
Comments
1 min read
Brand Name Generator in Python

Brand Name Generator in Python

8
Comments
1 min read
Epic React Fundamentals

Epic React Fundamentals

5
Comments
3 min read
Day 100 Of 100DaysOfCode: Regression with categorical features

Day 100 Of 100DaysOfCode: Regression with categorical features

9
Comments 11
2 min read
#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed

#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed

4
Comments
3 min read
Starting with Flutter

Starting with Flutter

4
Comments 2
3 min read
Day-3, 100 days of Python

Day-3, 100 days of Python

4
Comments
5 min read
Day 4, Randomization and Python Lists

Day 4, Randomization and Python Lists

4
Comments
3 min read
Arrow syntax in Flutter

Arrow syntax in Flutter

2
Comments
1 min read
Day-2, 100 days of Python

Day-2, 100 days of Python

2
Comments
2 min read
Software Engineering

Software Engineering

3
Comments
5 min read
#Day18 - Any() and All() in Python

#Day18 - Any() and All() in Python

6
Comments
3 min read
Day 99 Of 100DaysOfCode:Centering and scaling in a pipeline

Day 99 Of 100DaysOfCode:Centering and scaling in a pipeline

9
Comments 1
2 min read
Youtube To MP3 😍

Youtube To MP3 😍

13
Comments 1
1 min read
I recreated the Google Search page

I recreated the Google Search page

11
Comments 2
1 min read
#Day17 - Fastest way to format strings in Python

#Day17 - Fastest way to format strings in Python

14
Comments 1
1 min read
Day 98 Of 100DaysOfCode: Learning About Confusion Matrix

Day 98 Of 100DaysOfCode: Learning About Confusion Matrix

3
Comments 2
2 min read
Use Mail To 😍

Use Mail To 😍

6
Comments
1 min read
Transitions an element's height 😍

Transitions an element's height 😍

7
Comments
1 min read
Day 23 of 100 days of SwiftUi

Day 23 of 100 days of SwiftUi

4
Comments
2 min read
#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"

#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"

5
Comments 1
2 min read
React.js from scratch

React.js from scratch

263
Comments 5
14 min read
Day 97 Of 100DaysOfCode: Introduction To Supervised Learning Problem(Regression)

Day 97 Of 100DaysOfCode: Introduction To Supervised Learning Problem(Regression)

2
Comments
1 min read
What do Software Developers ACTUALLY do? (coding life)

What do Software Developers ACTUALLY do? (coding life)

4
Comments
1 min read
#Day15 - The Fastest way to combine Lists in Python

#Day15 - The Fastest way to combine Lists in Python

8
Comments
3 min read
#Day14 - Exceptions in Python

#Day14 - Exceptions in Python

6
Comments
3 min read
#Day13 - Map, Filter, Sorted, and Reduce in Python

#Day13 - Map, Filter, Sorted, and Reduce in Python

8
Comments 2
4 min read
Creating a Currency Converter with pure JS with exchangerate api

Creating a Currency Converter with pure JS with exchangerate api

5
Comments
3 min read
Day 20 of SwiftUI

Day 20 of SwiftUI

6
Comments
1 min read
MY FIRST YEAR CODING STORY

MY FIRST YEAR CODING STORY

3
Comments
4 min read
What is Bubble Sort?

What is Bubble Sort?

6
Comments
4 min read
Day 94 Of 100DaysOfCode: Introduction To Gensim

Day 94 Of 100DaysOfCode: Introduction To Gensim

4
Comments
1 min read
What the heck is optional chaining in javascript ?

What the heck is optional chaining in javascript ?

5
Comments
2 min read
#Day12 - Anonymous Functions in Python

#Day12 - Anonymous Functions in Python

6
Comments
1 min read
Day 93 Of 100DaysOfCode: Bank Data Scrapping

Day 93 Of 100DaysOfCode: Bank Data Scrapping

2
Comments
3 min read
Learn about content editable CSS attribute and how it is used to make editors for blogging websites in this post.

Learn about content editable CSS attribute and how it is used to make editors for blogging websites in this post.

7
Comments
2 min read
#Day11- Instance Methods, Class Methods, and Static Methods

#Day11- Instance Methods, Class Methods, and Static Methods

4
Comments
4 min read
Day 48: AVL Tree

Day 48: AVL Tree

6
Comments
2 min read
Day 92 Of 100DaysOfCode: Charting Practice

Day 92 Of 100DaysOfCode: Charting Practice

6
Comments 1
1 min read
#Day10 - Walrus Operator in Python

#Day10 - Walrus Operator in Python

11
Comments
2 min read
Show Hide Password (JS)

Show Hide Password (JS)

13
Comments 3
1 min read
Day 91 Of 100DaysOfCode: Word Tokenization with NLTK

Day 91 Of 100DaysOfCode: Word Tokenization with NLTK

5
Comments
2 min read
Day 16 of 100 Days of Swift UI

Day 16 of 100 Days of Swift UI

1
Comments 2
2 min read
#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference

#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference

6
Comments 1
5 min read
Ten Minutes a Day!

Ten Minutes a Day!

2
Comments
1 min read
loading...