OIOdunayo Idowuinodunayo.hashnode.dev·Nov 5, 2025 · 1 min readDay 4 #90DaysOfDevops(ii)for today, I installed MySql and understood how to create connections on VsCode so as to be able to run the databases/Tables i’m going to create. the process went from trying to run a program > installing sql extensions > installing MySql and then tw...00
OIOdunayo Idowuinodunayo.hashnode.dev·Oct 28, 2025 · 1 min readday 3 #90DaysOfDevops (ii)For today, i moved on to topic 4 under phase 2 which is databases. since we will be working with databases, i need to know how databases work. halfway into the “intro into sql” lesson on khan academy, i struggled with the basics so i had to take a pa...00
OIOdunayo Idowuinodunayo.hashnode.dev·Oct 27, 2025 · 1 min readday 2 #90DAYSOFDEVOPS(ii)for today, i’m learning how to create a fast-api. it’s a modern high performance web framework for building APIs. to create a fast api application, you create an app instance, define an endpoint using either ‘GET, POST, PUT, DELETE’ and also define a...00
OIOdunayo Idowuinodunayo.hashnode.dev·Oct 24, 2025 · 1 min readDAY 1 #90DAYS OF DEVOPS(ii)ladies and gentlemen, i fell off. while learning python, i got engrossed with a side quest and just allowed my previous 3 months of learning go to waste. for the past two weeks, i have caught back on the basics of python and for today, i learnt rest ...00
OIOdunayo Idowuinodunayo.hashnode.dev·Aug 14, 2025 · 1 min readDay 85 #90DaysOfDevopsThese few days, i learnt how to use if…else conditions. and also while and for loops. these are used to support logical conditions from mathematics. using different conditions such as \==, !=, <,>. the while loop is used to execute a set of statement...00