Abiodun Segun
@graphixbyshigo
Experienced graphic designer and intermediate Front End Developer. Transforming concepts into captivating visuals.
ID: 1721075438976380928
05-11-2023 08:02:29
1,1K Tweet
268 Followers
2,2K Following
Python and ML Books for FREE! - Intro to ML - ML Projects - Think Python - Python for Data Analysis If you want a FREE copy, 1. Like + Repost 2. Comment 'Python' 3. Follow me Python Space so that I can DM you.
We offered 20 people full scholarships & over 100 people 90% scholarships to learn skills across IT Support, Cloud, Cybersecurity & DevOps with Tech With Achievers 🥺🙌🏽 If you’re yet to register please say Hi below👏🏾. We still have 500 people to train to hit our 1k mark. We are also
Git Commands / Complete Cheatsheet Git Configuration `git config --global user.name "Your Name"` = Set global username `git config --global user.email "[email protected]"` = Set global email `git config --list` = View all config settings `git config