Back to #100DaysOfCode
Day 42 after a 4 months hiatus:
✔️Diving deep into the subject of testing to fill the gaps in my knowledge. Documenting at: https://t.co/HvdfJPNUyf
✔️Working on implementing integrations tests in my latest Java/Springboot project https://t.co/iwrywx63UL
Day 41 of #100DaysOfCode
👻I've been sick so I took a little break from programming these days, but I finally decided to enroll in the @udemy DSA course (https://t.co/H2WxTNGF0R).
👻And I'm 58% done with the Sorting Algorithms @Codecademy course (https://t.co/hOoBLU6moQ).
Day 39 of #100DaysOfCode
Today I had many issues seeding my database using rake and I'm still debugging it. I think it's something related to my 'seeds.rb' file. Unrelated, but I found this postgresql cheatsheet very helpful to refresh my memory https://t.co/nC90zRf9sU
Day 38 of #100DaysOfCode (yesterday)
�� Reviewed some old notes about OS and decided to publish them (https://t.co/VbWIxCWGht)
🎃 Worked on my Spotify project.
🎃 "re-solved" @LeetCode problems ("Best time to buy and sell stock" and "Top k frequent elements")
Day 37 of #100DaysOfCode
This weekend I attended my first Hackathon! We had 26h to create a full-stack application, and my group chose to use React, Express.Js and Kintone for that. Shout out to @CaroleKalvelis who went above and beyond to deliver the project.
Day 35 of #100DaysOfCode
👽 Studied greedy algorithms (This video really helped me to understand the patterns https://t.co/1UmKlnNDPL)
👽 Solved some @hackerrank challenges.
Day 33 of #100DaysOfCode
🦖 Spent the day reviewing SQL:
https://t.co/9LTJCcTt9y
https://t.co/9RleUfYYiP
https://t.co/U2ouxo4dls
🦖 And attended a @HackForLA meeting.
Day 32 of #100DaysOfCode
⭐️ Spent a good few hours setting up my dev env for a project using Ruby and PostgreSQL.
⭐️ More issues and PRs reviews for @HackForLA.
- Did pair programming with someone from my 'team' on the HotSoup project. We thought we had fixed an issue with MongoDB but turns out there is still something off. We'll work on it again during the week.
Day 31 of #100DaysOfCode
- Attended to a #HfLA meeting where they gave us an introduction to GitHub Actions: what they are, what they do, and components of GHA. I was also assigned to review a backend issue PR.
- Finished a LeetCode problem that I started yesterday.
I didn't know about half of these join types! I'm curious to see them working in real code. I might write something this weekend to practice when and how to use them.
@_JustinJZhang I know right?! I haven't been using SQL at all lately, I'm sure it'll be easier to understand as soon as we start practicing it more.
And thanks for the kind words!
Day 27 of #100DaysOfCode
Reviewed some old notes about Data Modeling and AJAX.
I also watched some YouTube videos about SQL because the ‘joins’ still confuses me a little bit.