Best Time to Buy and Sell Stock IIHere’s another algorithm style coding challenge that I worked on LeetCode. The problem is rated as easy, and I would agree with that…May 25, 20201May 25, 20201
Published inThe StartupRevisiting CRUD with SQLNowadays, if you want to communicate with a database you have several options. After working with the Object Relational Mapping system in…May 17, 2020May 17, 2020
Yet Another HackerRank Problem — 2D Array Hourglass in JavascriptAs a developer, it’s important to keep the skills sharp with algorithm practice. The details for the problem detailed in this post can be…May 11, 20201May 11, 20201
Merging Pre-Sorted Arrays in RubyRuby is a magnificent programming language. There is so much maturity in its syntax and methods that are all designed to make the…May 4, 2020May 4, 2020
Serialize with Fast_jsonapiSo you’ve created a great API using Ruby on Rails, and now its time to prepare the data object (probably a hash) to be consumed by your…Apr 27, 20202Apr 27, 20202
Ruby Serializer in ActionRuby has been in use now for quite a while. Even though that is the case, there is still a need to address well-used issues. In this…Apr 20, 20201Apr 20, 20201
Adding Swagger Docs to a Rails 6 API Using RswagSwagger is a powerful set of tools for developing, testing, deploying, maintaining, and documenting APIs. The tools are found at…Apr 13, 20203Apr 13, 20203
What’s So Great About Node.js?When designing backend applications, there are several choices. Ruby on Rails gained prominence due to its pillar of “Convention over…Mar 30, 2020Mar 30, 2020
GraphQL Basic Scenario using Node.js and ExpressWhile we’re all locked down and flattening the COVID-19 curve, I decided to expand my experience level a little.Mar 23, 2020Mar 23, 2020