JMJoseph Mindoinmindo.hashnode.dev·Jul 29, 2024 · 1 min readBuilding in Public #0Today marks day 0 of building in public. I am not sure where this journey will take me but I am here for the ride. However, this time I will do things a little different. My latest awesome idea is a url shortener service. The idea came about as I rea...00
JMJoseph Mindoinmindo.hashnode.dev·Jul 19, 2023 · 2 min readAdd Authentication to your Rails App using Clerk.devClerk. dev is designed to make developers' lives easier by handling the complex parts of user management, authentication and security so you can build your apps faster. After using clerk in my node applications I was curious to see how different it i...00
JMJoseph Mindoinmindo.hashnode.dev·Apr 3, 2023 · 7 min readFlutter to the Finish Line: A Guide to Deploying Your AppIntroduction It allows developers to test the app in a production environment and make any necessary adjustments before releasing it to the public. It enables users to access and use the app on their devices, which is the ultimate goal of any app d...00
JMJoseph Mindoinmindo.hashnode.dev·Nov 28, 2022 · 5 min readA Deep Dive into more O.O.P. concepts in DartFactory Methods Factory methods are static methods that return an instance of the class. They are often used as constructors. An example of how a factory method works is class Employee { int _id; String _name; double _salary; Employee(thi...00
JMJoseph Mindoinmindo.hashnode.dev·Nov 24, 2022 · 3 min readSolving the Tower of Hanoi Problem in JS.The Tower of Hanoi is a puzzle game invented in the 18th century. The objective of the game is to move all the disks from the left-most rod to the right-most rod, following a set of rules. The rules are as follows: There are three rods, labelled 1, ...00