Skip to content

bolufowobi/bolufowobi.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babs Olufowobi

About me

using System;
using System.Collections.Generic;

var details = new BioDetails
        {
            Details = new Dictionary<string, string>
            {
                ["- ⚡ Quick bio:"] = "Quality oriented self-motivating engineer that is commercially aware, evolving, and enthusiastic about building stuff",
                ["- 👯 I’m looking to collaborate on:"] = "Dotnet, C#, ASP.Net, and Docker related projects",
                ["- 💬 Ask me about:"] = "Dotnet, ASP.NET, C#, SQL, Software Design & Architecture, Web-Dev, and CI/CD Pipelines",
                ["- 📫 How to reach me:"] = "olufowobibabs@gmail.com"
            }
        };

        foreach (var (key, value) in details.Details)
        {
            Console.WriteLine($"{key} {value}");
        }
    

interface IBioDetails
{
    Dictionary<string, string> Details { get; }
}

record BioDetails : IBioDetails
{
    public Dictionary<string, string> Details { get; init; } = new();
}

You can reach me at 👽

Babs Olufowobi's LinkedIn Profile Babs Olufowobi's LinkedIn Profile Babs Olufowobi's Stack Overflow Profile

My stack 👨‍💻

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Babs Olufowobi :: StackShare

Releases

No releases published

Packages

No packages published

Languages