hello there, i'm chubbi a software engineer. please take a look
around, see what i've been up to, and let's see what we can build
together.
Intro
Of course you create value to your city, community or even the
entire country, but if someone needs what you have will your website
draw them in? What exactly is your method to get the presence you
deserve in other to thrive? A fully responsive and accessible web
presence is no longer merely a 'bonus' or 'cool to show off'- it is
ESSENTIAL!
It is of great privilege to offer the chance to be seen on the web
to small businesses and individuals around me. Whether that be
creating a website for you from the ground up, or updating an
already existing presence for the mobile age. Creating a spot for
parties from all over to find and learn about what you do is what i
do. So how can i be of help today?
My Work
Here are a few of my projects, with description on the technologies
used to achieve the final outcome, feel free to explore them.
Official Website for the SixthSenseMusic Studio.
Transformed the digital presence of SixthSenseMusic Studio with a bespoke website crafted from scratch using HTML, CSS, JavaScript, and SCSS. Designed an immersive online platform that captures the essence of the studio's creativity and professionalism. Implemented intuitive navigation, visually appealing layouts, and seamless animations using JavaScript to create an engaging user experience. Leveraged SCSS for efficient styling, ensuring a responsive and visually cohesive design across all devices. The SixthSenseMusic Studio website stands as a testament to the harmonious blend of technical expertise and artistic vision, reflecting the studio's unique identity in the digital realm.
Juddie Ecommerce.
Designed and developed Juddie Ecommerce, a dynamic online shopping platform powered by React, Redux, and API integration. Leveraged Tailwind CSS for a sleek, responsive, and visually engaging user interface. Seamlessly integrated backend APIs for robust functionality, enabling users to browse, search, and purchase products effortlessly. Implemented Redux for state management, ensuring a smooth and interactive shopping experience. Juddie Ecommerce represents a fusion of cutting-edge technology and seamless user experience, redefining online shopping for the modern era.
Moscath Garden Apartments.
Crafted a sleek, user-friendly website for Moscath, a premium short-term apartment rental company. Designed a seamless browsing experience, allowing guests to effortlessly explore and book meticulously curated apartments. Enhanced functionality, intuitive navigation, and ensuring a hassle-free experience for users. Elevate your stay with Moscath's exceptional shortlets, now just a click away.
Simple Calculator
This is a calculator built using HTML, CSS and Javascript. Built
using the simplest of logic, hope you like it.
Fylo Landing Page
A landing page built using React.js and tailwindcss
Tic Tac Toe App
A Tic Tac Toe App built using vanilla JavaScript.
About
My name is Ude-okolie Chukwubuikem Stephen (Chubbi) a software
engineer based in Lagos, Nigeria.
Solving problems and providing accessible solutions Is a passion of
mine. Through freelancing I help empower business in my community
who lack an online presence and technological expertise. When I'm
not coding, I'm mostly found listening to music, playing my piano or
in the studio making music since I'm also a music producer. I have
lots and lots of hobbies which include pencil drawing, painting,
playing with kids etc.
This is bold and this is strong. This is
italic and this is emphasized. This is
superscript text and this is subscript text.
This is underlined and this is code:
for (;;) { ... }. Finally,
this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis
sagittis eget tempus euismod. Vestibulum ante ipsum primis in
faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat
ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in
faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';