Skip to main content

Reboot

 BLOG REBOOT

Hello fellas!

I know it has been a long time since anything has been posted here, so i have decided to reboot the blog and add some new touches and categories to the blog. so watch out for more exciting posts coming soon.

 



Comments

Popular posts from this blog

HOW TO CONVERT BLU-RAY GAMES TO PSN PKG GAMES FOR PS3XPLOIT V3 HAN.

 IN THIS TUTORIAL I WILL EXPLAIN HOW TO CONVERT Blu-ray Games to PKG file to be installed through HAN PACKAGE MANAGER, In this tutorial we need: A perfectly working pc an Ethernet cable ( for fast transfer of games above 4GB ) Download  Ps3games converter v0.91 Download  make-pkg-bat Master   Download  PKG Linker Download  Ps3 Game Updater Extracting Data from PS3 ISO ​ If your game is in ISO format, use a virtual disk utility to mount the ISO. Whatever utility you use, we want to extract the contents into and empty folder. Take note of where you saved the contents. Downloading Update and Converting to PKG ​ Run " ps3 game updater" and put the game ID starting with BLXXXXXX Download the update Run "PS3GameConvert_v0.91.exe" And follow the instructions. It will create a folder with your Games title into the directory you chose Inside this folder are another 2 folders. "NPUB..." and "BLUS..." these may be different if ...

Getting Started With PayStack API

  Get started with Paystack API with nodejs, and expressjs for adding payment features to your application. Before I decided to write this I searched the whole internet to figure out how to use the Paystack API created by  kehers  because there was none to little documentation on how to use the API instead of using the Paystacks Javascript request format on their official  API documentation . Installation After setting up your nodejs application then install the paystack API created by kehers: npm install paystack then after the installation has been completed, we move to set it up. Firstly create a Paystack account and copy the test API secret keys (Note: This is for development purposes only, for production purposes use live keys). Initialization Then go ahead and import Paystack //For JavaScript ES5 const Paystack = require ( "paystack" )( "SECRET_KEY" ); //For JavaScript ES6+ import Paystack from "paystack" ; var paystack = Paystack( "SEC...

THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER 1

 THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER         Well, this is my first article about myself, my journey on becoming a "software developer" but first let me talk about myself, I am Abdulraqeeb Taiwo , an Electronic and Electrical Engineer by discipline with shaky confidence in fulfilling a project at first sight until I go deeper in getting the desired result of the project.           I have learned a lot of skills over my years in the university, from skills related to my discipline to software skills, I engaged in varieties of projects over the years, even being a team leader on different projects. Now let's talk about the skills have acquired so far are listed below. 1.       Skills: 1.       Programming Skills 2.       Electronic Skills 3.       Application Skills 4. ...