Bank Settlement Application
FrontEnd Developer and Frontend Team Leader
Activedge
constcoder_Profile={name:'Lawrence Eagles',skills:['React', 'React Native', 'Next.js', 'Redux Toolkit', 'Node.js', 'Express.js', 'Fastify.js', 'REST API', 'GraphQL', 'MongoDB', 'JavaScript', 'TypeScript', 'Tailwind CSS', 'Docker'],hardWorker:true,quickLearner:true,problemSolver:true,hireable:function() {return(this.hardWorker&&this.problemSolver&&this.skills.length>=5);};};Who I am?
Hello, I am Lawrence Eagles --- a skilled Software developer with hands-on experience building responsive and secure web applications using React Native, React.js, Redux Tookit, Node.js, Express.js, TypeScript, and modern JavaScript (ES6+). Strong understanding of component-based architecture, RESTful APIs design, and state management. Collaborative team player committed to performance, code quality and best practices.

Rabbit Ecommerce
constproject={name:'Rabbit Ecommerce',tools: ['React', 'Redux Toolkit', 'Node.js', 'Express.js', 'Mongoose', 'Mongo DB],myRole:Fullstack developer,Description: An e-commerce application for selling clothes. This appliation receives payment via paystack and it features advance filtering and search functionality,};Expo Ecommerce
constproject={name:'Expo Ecommerce',tools: ['React Native', 'React.js', 'Node.js', 'Express.js', 'TypeScript', 'Inngest', 'Mongo DB', 'Mongoose],myRole:Fullstack Developer,Description: A mobile ecommerce application for Android and IOS. This application features a dashboard visble on desktop and it uses paystack for mobile payment and inngest to handle background jobs.,};Expo Chat
constproject={name:'Expo Chat',tools: ['React Native', 'React', 'TypeScript', 'Node.js', 'Express.js', 'Mongoose', 'Mongo DB],myRole:Full Stack Developer,Description: A chat application for web and mobile platforms. This is a well-thought-out chat application like Whatsapp that handles realtime communication using Socket.io,};Stock Management Application
constproject={name:'Stock Management Application',tools: ['Node.js', 'Express.js', 'SendGrid', 'Mongo DB', 'Mongoose],myRole:Backend Developer,Description: Worked in a 4 man team to build a stock management application for a company named Vertiva in Victoria Island, Lagos. This application manages the stocks of the company staff. It features an inhouse notification system and I handled email sending using SendGrid,};
5 years ago
8
The 3 Main Reasons, You Should Learn JavaScript
4 Min Read
Table of Contents The JavaScript Law The JavaScript Scope The JavaScript...

5 years ago
64
4
An Easy Guide To Understanding Classes In JavaScript
10 Min Read
Explaininig JavaScript classes to the last detail

6 years ago
100
2
An Easy Guide To Understanding Constructors In JavaScript
10 Min Read
Learn the inside-out of JavaScript constructors and their role in prototypal inheritance.

6 years ago
152
6
AN EASY GUIDE TO UNDERSTANDING CLOSURES IN JAVASCRIPT
11 Min Read
Completely explaining the concept of closures in Javascript in the most simple way

6 years ago
73
7
Understanding Prototypal Inheritance In JavaScript
13 Min Read
Explaining prototypal inheritance in JavaScript to the last detail

6 years ago
53
1
MODERN METHODS TO REMOVE ITEMS FROM ARRAYS IN JAVASCRIPT
6 Min Read
This explains the different ways to remove items in JavaScript beyond the built-in array methods