Hi, it’s Hasani and today I will show you a 3d animation in Gsap and how to make it, so let’s jump right into it! The one thing we are making is a 3d rotation, it’s simple to do so let’s start. first add your variables like this,(add as many as you want) var variableContinue reading “How to make a 3d animation in Gsap”
Author Archives: brotherswhocode
Best Mobile Photoshop apps for mobile 2021
Hello, this is Ajani, and today we are talking about some of the best Photoshop Apps (in my opinion). 1: PicsArt. PicsArt is a popular all-in-one image editing app and creative community that makes it easy to take your photos to the next level. With thousands of powerful editing features, you can remix amazing pictures, collagesContinue reading “Best Mobile Photoshop apps for mobile 2021”
How to make a simple animation using Gsap
Hey guys, so you’re probably wondering how you can make cool animations that transform your static webpage into an impressive animation beast. Here are some simple and helpful tips to get you started using Gsap. 1: The Setup of Gsap is pretty simple first, you set up an HTML boilerplate then, put in these tagsContinue reading “How to make a simple animation using Gsap”
Using Boilerplate to Build Websites
Hello, this is Ajani, and today we are talking about the basics of building a website. Please feel free to check out our content on Youtube and Instagram. Learning to code is easy if you concentrate on the fundamentals and enjoy the learning process. Here are a few things you need to know about theContinue reading “Using Boilerplate to Build Websites”
Mistakes I Made When Learning to Code
Today, we’ll be discussing common HTML and CSS coding errors frequently made by novice programmers: That’s it, for now! thanks for reading. https://brotherswhocode.dev/see you later.
How To Use CSS-Grid
Sup Hasani here one of the BrothersWhoCode so today I was looking in one of my old blogs when I saw How To Make A Header Using HTML & CSS, And in this blog, I saw me using CSS-Grid in this blog, but I did not explain what CSS-Grid was, So in this blog, So inContinue reading “How To Use CSS-Grid”
What is a API
Sup, BrothersWhoCode Here With a Blog Today I Will Tell You How To What is an API. So What is an API? An API AKA Application Programming Interface is a computing interface that defines interactions between multiple software. It Can Also Be Used To Store Data Used To Make Dashboards(This is a dashboard). An exampleContinue reading “What is a API”
Brotherswhocode Portfolio Debut!
I’m thehomeschooldev.com, a self-taught web-developer. I have been homeschooling children for 15 years. In 2018 I made some changes in our homeschooling curriculum changes the focus to a Tech curriculum. We want to inspire every to learn to code, and today we are showcasing youth Tech talent. I’m an advocate for Tech homeschooling! Ajani isContinue reading “Brotherswhocode Portfolio Debut!”
How to Start a PhpWebSite
Hi Ajani here and I’ll be showing you how to start a PHP website First, you have to install Mamp, VScode. Create a project folder call it whatever you want, Then open it in VScode and make an Index.Php File. Once Installed go to Mamp on the top left corner press preferences after that goContinue reading “How to Start a PhpWebSite”
How to store data from a form in PHP
Hey, guys today using PHP we will store user data from forms, but before that, we need to set up a database in ubuntu (Before You Follow the steps install ubuntu and PHP) Step 1: First Open ubuntu next type “npm install sudo” then type “npm install mysql” for the database, next just wait forContinue reading “How to store data from a form in PHP”
