YAKSH BARIYA 👨‍💻 Profile picture
🇮🇳 I create amazing things using the knowledge I have gained so far. We all are learning till our last breath....
Dec 2, 2020 5 tweets 1 min read
Android Studio also has a set of Command Line tools for those who can't or don't want to have a full installation of Android Studio

You can do almost all the things you can do using Android Studio.

What other excuse do you have to not get started with app development?
Thread 🧵 What things you can do using the CLI tools..

✅ Build your app
✅ Manage Android SDKs
✅ Run your apps in emulator/physical device
✅ Debug your app.
✅ Check errors
✅ Use Gradle
✅ And much more............
Nov 30, 2020 4 tweets 1 min read
Bad day for me....

I was playing with my settings on Windows and suddenly changed the screen resolution greater than what supported. Wasted 1.5 hours fixing it 😅.

Unable to code much for my Day 3 : #100DaysOfCode

Tip: Never play with settings unless you know how to fix it.😂 Booted in safe mode.
Uninstalled Intel HD Graphics Driver.
Booted in normal mode.
Installed Intel HD Graphics Driver again.
Again had same issue, black screen.

Booted Windows in Low Graphics Mode
Installed Intel HD Graphics Driver again.
Rebooted to complete installation
Oct 24, 2020 15 tweets 4 min read
Why learn TypeScript?

I have posted the article here, incase you didn't read on @hashnode

Read on codingthunder.hashnode.dev/why-should-you… for better experience

#TypeScript #javascript #Microsoft #Thread 🧵 Some facts about TypeScript

- TypeScript was developed by Microsoft about 8 years ago (first public release: 1 October 2012)

- TypeScript is a superset of JavaScript, which means that every valid JavaScript code is a valid TypeScript code
Sep 1, 2020 8 tweets 4 min read
Ever wanted to learn coding but don't know from where to get started...

This thread 🧵 might help you.

#100daysofcode #programming #Coding #CodingTips #Thread #StartLearning #CodeNewbie @CodeNewbies 1. What you are interested in???

Do you want to create a website, or wanna deploy your apps on #Google PlayStore or #Apple @AppStore. Or you are learning just for fun...

Ask yourself this question before starting with actual coding
Aug 18, 2020 21 tweets 6 min read
My favourite VS Code extensions...

These are best of my favourite ones...

🧵 This is a thread 🧵

#programming #coding #CodeNewbies #CodeNewbie #Developer #java #javascript #python #DevComIN #DEVCommunity #100DaysOfCode #vscode @code #html #100DaysOfCloud #code #android 1. TabNine
• AI coding assistant
• Better auto-completes
• Understands patterns in your code
• Fast