Misty-42 · @Misty42
36 followers · 261 posts · Server hachyderm.io

Completed the Regex course which was in 33 parts.

The course covered groups, lookaheads, find/replace, and more.

The next course is Debugging.





freecodecamp.org/learn/javascr

#getfedihired #javascript #algorithms #datastructures #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
35 followers · 252 posts · Server hachyderm.io

New and improved 🪨 📄✂️ game!

For this lesson, we copied the code from Day 14 and looped the game until one player wins 3 rounds. It's also covering continue/break/exit and the error when the game ends is unhandled since that hasn't been covered yet.

Day 17 of

.

My Repls:
replit.com/@Misty-42




Join me on @Replit join.replit.com/python

#Replit100DaysOfCode #100daysofcode #lookingforwork #getfedihired #python #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
34 followers · 251 posts · Server hachyderm.io

Completed the ES6 course which was in 29 parts.

The course covered functions, modules, import/export, and promise and whew, I will need to spend more time in language if I want to do anything very complex with it as there are some aspects that felt counter intuitive. This is, no doubt, good for flexing my brain.

The next course is Regular Expressions.





freecodecamp.org/learn/javascr

#getfedihired #javascript #algorithms #datastructures #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
34 followers · 249 posts · Server hachyderm.io
Misty-42 · @Misty42
34 followers · 246 posts · Server hachyderm.io

This cert has 10 different courses. That first course, Basic JavaScript, had 113 parts. I completed the course today. I do need to spend some more time with recursive functions sans loops I think but overall I feel pretty comfortable with the basic syntax.
The next course is ES6.





freecodecamp.org/learn/javascr

#getfedihired #javascript #algorithms #datastructures #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
34 followers · 246 posts · Server hachyderm.io

The next certification I'm working towards is JavaScript Algorithms and Data Structures. Starting with Basic JavaScript. In my case, this is familiarizing me with language specific syntax.





freecodecamp.org/learn/javascr

#getfedihired #javascript #algorithms #datastructures #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
33 followers · 237 posts · Server hachyderm.io
Misty-42 · @Misty42
33 followers · 237 posts · Server hachyderm.io
Misty-42 · @Misty42
32 followers · 234 posts · Server hachyderm.io

Another project down, very satisfying. I created a bash script to pull element, type, and property information from a postgresql db with minor additions/fixes to said db first.

One more to go for the Certification path via .



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
32 followers · 229 posts · Server hachyderm.io

The next to last project for the Certification path via brings together what we've covered while working with a Periodic Table Database.

The project focuses on , , and, as always, shell.



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #git #postgresql #bash #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
32 followers · 229 posts · Server hachyderm.io

The next to last project for the Certification path via brings together what we've covered while working with a Periodic Table Database.

The project focuses on and, as always, shell.




freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #git #bash #getfedihired #postgresql #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
32 followers · 229 posts · Server hachyderm.io

The next project for the Certification path via was primarily about using . I learned a few things and got myself lost a couple times but I successfully completed the lesson.

The project also used and, as always, shell.

There are 2 projects left to complete the certification path.



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #git #nano #bash #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
32 followers · 229 posts · Server hachyderm.io
Misty-42 · @Misty42
31 followers · 222 posts · Server hachyderm.io

That was a quick lesson. is easy to use and that's another project down. Next will be using with an reference object.



freecodecamp.org/learn/relatio

#nano #git #sql #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
31 followers · 218 posts · Server hachyderm.io

The next project for the Certification path via uses . This will be a learning project as I've used vi or emacs in the past to edit text files.

As always, this project uses .



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #nano #bash #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
31 followers · 216 posts · Server hachyderm.io

Another project down for the Certification path via and 4 left.

I took a bit longer than usual for this project since I took some time for myself during the last couple weeks.

I did get stuck. I ended up reviewing the test code for the project and realized that I had a column that wasn't big enough for the test data. Once I corrected that, it was all good.

Next project has new to me stuff :D



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
31 followers · 216 posts · Server hachyderm.io

Another project down for the Certification path via and 4 left.

It took a bit longer than usual as I took some time for myself and then I got stuck at the end.

I had to look at the code to see what was being tested for and realized that I'd set one of my columns too small for the test to complete successfully. Once I made that correction, it was all good.



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
30 followers · 211 posts · Server hachyderm.io

The next project for the Certification path via is to build an appointment scheduler program. This project uses and .



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #bash #postgresql #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
30 followers · 211 posts · Server hachyderm.io

Another project down for the Certification path via and 5 left. This project had SQL joins, updates and more inserts, and a bash script with more loops, functions, and nested if...then...else...fi blocks.



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago

Misty-42 · @Misty42
30 followers · 207 posts · Server hachyderm.io

Another project down for the Certification path via and 5 left. This project had SQL joins, updates and more inserts, and a bash script with more loops, functions, and nested if...then...else...fi blocks.



freecodecamp.org/learn/relatio

#relationaldatabase #freecodecamp #getfedihired #rdbms #keepthemomentum

Last updated 2 years ago