What you need to know about Status Code100 means hold on, something’s going to happenOct 7, 2022Oct 7, 2022
Unix Commands that you must know as a developerls displays the list of your current directoryOct 7, 2022Oct 7, 2022
Imperative Programming and Declarative programmingImperative programming is you tell you program imperative instructions on what to do, when to do, and how to do it. Example for imperative…Oct 7, 2022Oct 7, 2022
P, Print, and Puts in RubyUnlike other programming languages, Ruby has p, print, puts to print out information to the command line. For Ruby beginners, it might be a…Jul 21, 2021Jul 21, 2021
A mini project with Python to automate your workMy friend reached out to me yesterday asking me if I can generate emails for him. His request is simple. He wants to register a new Gmail…Jan 9, 20211Jan 9, 20211
How I build a single page application with Ruby API backend and JS frontend from scratchAfter I’ve finally deployed my app in Heroku, I decided to write a blog to go over this project. Hopefully it gives you an idea on how to…Oct 7, 2020Oct 7, 2020
Tricks that you don’t know about your developer tool.When you start to work with Javascript as a new developer, the developer tool console.log() becomes to your best friend. But, besides…Sep 29, 20201Sep 29, 20201
How to reverse every other word in the stringI recently just started my CodeWar journey. It’s a fun to learn algorithms by solving problems and see how many different approaches are…Aug 18, 2020Aug 18, 2020