Curly Braces: New Line, Same Line, or Some Other StyleCurly braces are important to group lines of code. With something important as grouping code comes many ways to style the curly braces…May 30, 2021May 30, 2021
A Simple Hashing (Data Structure-wise)A hash table is a data structure that contains key/value pairs. Time complexity-wise, it is great to search for a particular key for its…May 23, 2021May 23, 2021
Writing Tests with JestTesting code is easy to do and lets programmers know that their program is working properly. These tests occurs automatically when run so…May 16, 2021May 16, 2021
Emailing from your AppThere are many npm packages that lets programmers create emails to send to people automatically. I have used two that is worth mentioning…May 9, 2021May 9, 2021
JWT AuthenticationThere are two methods of authenticating a user to a web application: session cookies and JWT. Session cookies are easier to grasp than JWT…May 3, 2021May 3, 2021
JavaScript and Ruby on Rails Project: The Steep Learning CurveThis project had a steep learning curve. The module was a total mess because it started talking about the DOM rather than start off from…Jan 21, 2021Jan 21, 2021
Rails Project: On the Train to SuccessMy Ruby on Rails project is a simple take on project management. I know for sure that it still requires so much work to make a decent app…Jan 21, 2021Jan 21, 2021
Sinatra ProjectThe Sinatra Project required a little more brain power to get it working. I am glad that this project is over but there is still a…Jan 21, 2021Jan 21, 2021
Why become a Software Developer?Why did I decide to learn software development? Good question but there is a better question: “Why did I not pursue software development?”…Jan 21, 2021Jan 21, 2021