warythebutterfly
wary-debugger-fly | Full stack software engineer and online instructor, specializiing in mostly ASP.NET Core & JavaScript.
IETech LtdLagos, Nigeria
Pinned Repositories
CerviTech-Website
This is the official page for CerviTech
node.js-rest-api-documentation
Documenting a Node.js REST API using swagger
API_Version
Working with Microsoft’s ASP.NET Core MVC Versioning package to version RESTful APIs built in ASP.NET Core.
API_Versioning
Working with Microsoft’s ASP.NET Core MVC Versioning package to version RESTful APIs built in ASP.NET Core.
ASP.NET-Core-Power-BI-Demo
Integration of Power BI & ASP.NET Core (IFrame & C# API Implementations)
CachingWebApi
Redis Cache In ASP.NET 6.0 Web API
Demo.AspNetCore.PushNotifications
Sample project for demonstrating Push Notifications based on Push API and Web Push Protocol in ASP.NET Core
Demo_Web_PushNotification
Demo_Web_PushNotification_NodeJs
design-conference
As web designers and front-end developers, we have the luxury of attending a number of great conferences dedicated to our craft. We're going to make up our own conference, Design Conference, and build a website for it throughout my lessons at MidroHub Academy. Here we go!
warythebutterfly's Repositories
warythebutterfly/Slyft
Final year project - car sharing application (React Native)
warythebutterfly/slyft-api
Final year project - car sharing application (NodeJs with Typescript)
warythebutterfly/EverySingle
Landing Page Website for EverySingle
warythebutterfly/node-unit-test
Unit Testing with Node.js
warythebutterfly/react-unit-test
React test cases demo on typescript
warythebutterfly/my-project
warythebutterfly/CachingWebApi
Redis Cache In ASP.NET 6.0 Web API
warythebutterfly/CerviTech-Website
This is the official page for CerviTech
warythebutterfly/node.js-rest-api-documentation
Documenting a Node.js REST API using swagger
warythebutterfly/IMEI-Number-Finder
An Ionic Mobile App to find the International Mobile Equipment Identity (IMEI) number which is a unique identification or serial number that all mobile phones and smartphones have.
warythebutterfly/Demo_Web_PushNotification_NodeJs
warythebutterfly/Demo_Web_PushNotification
warythebutterfly/jira
warythebutterfly/todo-app
We've been tasked with creating a proof-of-concept in React – an app that allows users to add, edit, and delete tasks they want to work on, and also mark tasks as complete without deleting them. My lessons at MidroHub Academy will walk you through putting the basic App component structure...
warythebutterfly/design-conference
As web designers and front-end developers, we have the luxury of attending a number of great conferences dedicated to our craft. We're going to make up our own conference, Design Conference, and build a website for it throughout my lessons at MidroHub Academy. Here we go!
warythebutterfly/temitoyosi
my portfolio
warythebutterfly/yosioluwa-osibemekun
my portfolio website
warythebutterfly/Multithreading_in_Node.js
Node.js runs JavaScript code in a single thread, which means that your code can only do one task at a time. However, Node.js itself is multithreaded and provides hidden threads through the libuv library, which handles I/O operations like reading files from a disk or network requests. Through the use of hidden threads, Node.js provides asynchronous methods that allow your code to make I/O requests without blocking the main thread.
warythebutterfly/upload-files-demo
Uploading Files using Formidable in a Node.js Application
warythebutterfly/react-sandbox
More advanced react hooks, useRef, useMemo, useCallback, useFetch and useLocalStorage
warythebutterfly/login-system-with-passport.js
Login systemin Node.js with Passport.js Authentication
warythebutterfly/feedback-app-backend
Feedback app backend server with node.js
warythebutterfly/feedback-app
warythebutterfly/FeedbackAppBackend
warythebutterfly/github-finder-app
github-finder-app with React.js
warythebutterfly/StoryTelling_App
warythebutterfly/SportManagerApp
The web application allows or helps sports team managers and squad members to communicate their decisions and intentions effectively, or share useful information. On this platform, registered squad members get to see a list of fixtures created by the team manager.
warythebutterfly/API_Versioning
Working with Microsoft’s ASP.NET Core MVC Versioning package to version RESTful APIs built in ASP.NET Core.
warythebutterfly/API_Version
Working with Microsoft’s ASP.NET Core MVC Versioning package to version RESTful APIs built in ASP.NET Core.
warythebutterfly/PasswordHasher
.net core console application using PBKDF2 (RFC 2898) to encrypt passwords