aliyu_01 Profile Banner
Dr. Aliyu Lawal Profile
Dr. Aliyu Lawal

@aliyu_01

Followers
972
Following
359
Media
147
Statuses
10K

Lecturer Computer Science | Do what's right not what's easy. PhD

Leeds, England
Joined April 2011
Don't wanna be here? Send us removal request.
@USinNigeria
U.S. Mission Nigeria
1 month
U.S. company @Google is democratizing access to technology to help young people in Africa dive deeper into the innovation sweeping across the continent. Between October 7 and December 9, 2025, university students in Nigeria (aged 18 and above) can subscribe to 12 months of free
57
557
1K
@Habibgajam
Habib Gajam, Ph.D.
7 months
1. Ensuring all students attain digital literacy before graduation 2. Empowering civil servants with the digital skills to deliver e-governance 3. Equipping entrepreneurs, SMEs, and the informal sector with digital tools to grow 4. Adequate budgetary and institutional support
@s_balaIdris
Sulaiman Bala Idris
7 months
PRESS STATEMENT ZAMFARA BECOMES FIRST STATE TO LAUNCH DIGITAL LITERACY FRAMEWORK Zamfara State is the first in Nigeria to adopt a Digital Literacy Framework (ZDLF) to equip its people with essential digital skills for inclusive economic growth, e-governance, and innovation.
4
24
77
@aliyu_01
Dr. Aliyu Lawal
9 months
Reconnaissance is the first strategy in mapping out an enemy in a war. Cybersecurity has the same strategy in remotely mapping out a client through checking active ports, protocols and services. nmap -sV -p- -T4 192.168.1.1 -p port -sV service detection -T4 aggressive scan
0
0
1
@aliyu_01
Dr. Aliyu Lawal
9 months
There is not much publicity on the need to understand and use Linux and its powerful features on X. Most engagements are around web dev, AI and Crypto. But Linux is a sword ⚔️ in the hands of a Samurai Why not start now: To access a directory "documents" $ cd ~/documents
0
0
2
@aliyu_01
Dr. Aliyu Lawal
9 months
# 7. Push changes to remote git push origin main # Use 'master' if your branch is named that # 8. Clone a repository git clone <repository-url> # 9. Pull updates from remote git pull origin main
0
0
0
@aliyu_01
Dr. Aliyu Lawal
9 months
# 4. Commit your changes git commit -m "Your commit message here" # 5. View commit history git log # 6. Connect to a remote repository (e.g., GitHub) git remote add origin <repository-url>
1
0
1
@aliyu_01
Dr. Aliyu Lawal
9 months
The LinkedIn of programmers is GITHUB🌟. You create repos for your projects. These are the 9 steps to start: #1. Initialize a new Git repository git init #2. Check the status of your repository git status # 3. Add files to staging area git add . git add <filename>
1
0
1
@aliyu_01
Dr. Aliyu Lawal
9 months
The X algorithm is designed to amplify paid accounts on this platform. With Twitter, engagements were largely knowledge driven and not just content creation of any sort. My algorithm is skewed, always receiving content not relevant to my preferences.
0
0
0
@aliyu_01
Dr. Aliyu Lawal
10 months
Just testing: #Get input from user num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) #Add the numbers sum = num1 + num2 #Print the result print(f"The sum of {num1} and {num2} is: {sum}")
0
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
10. Programming languages Python C++ C# Java Kotlin Javascript Typescript PHP Swift Objective C Go R
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
9. Cloud Computing & Virtualisation Again, networking is a core required skills before jumping into this. Learn: Amazon AWS Microsoft Azure Google cloud VMware NSX Cisco ACI/ONE https://t.co/ikLhMPnuzN
Tweet card summary image
coursera.org
Offered by University of Illinois Urbana-Champaign. ... Enroll for free.
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
8. Machine Learning (ML) & Artificial Intelligence (AI). What to learn: Algebra Probability Statistics Calculus Python #Python has the major libraries to actualise #ML & #AI algorithms. They are: Pandas Scikit Numpy Matplotlib (Un)Supervised algorithms
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
7. Cybersecurity You must have a solid foundation on computer networking to understand cybersecurity properly. #Cybersecurity cut across several domains (web, mobile & IoT). Threat intelligence Vulnerability Assessment Mitigation Strategy Ethical hacking Free courses below
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
6. Computer networking It’s imperative to start with: Cisco CCNA or it’s equivalent in CompTIA or Juniper. In this, you will learn basic networking concepts including (routing, switching, voice, wireless, security and datacentre). https://t.co/EaVYZTbLRy
alison.com
Explore computer networking with a diploma that indicates that you can employ cutting-edge cybersecurity measures to protect data as it flows across networks.
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
5. Apple app Development First, familiarise yourself with Xcode then learn: Objective-C or Swift Preferably learn Swift. Learning resources:
Tweet card summary image
developer.apple.com
SwiftUI is a modern way to declare user interfaces for any Apple platform. Create beautiful, dynamic apps faster than ever before.
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
4. Android App Development Learn: #Java or #Kotlin (native) 2 Flutter (hybrid) Hybrid maintains a single code base for publishing apps in #iOS & #android stores. Learning resources: Download android studio https://t.co/81o6LvCuzx Excellent documentation and support.
Tweet card summary image
developer.android.com
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
1
0
0
@aliyu_01
Dr. Aliyu Lawal
1 year
3. Web development Backend(BE) With BE, you build the behind the scene functions and algorithms that communicate with the front end. Choose any and start, there are many out there. Python(Django/flask) NodeJs Ruby(RoR) MySQL Angular Laravel ExpressJS
1
0
0