Channel Avatar

Tech with Akshit @UCBlphb6_k7X1P28OCYXMsWg@youtube.com

44K subscribers - no pronouns :c

๐ŸŒ› Day without coding is a nightmare I am a guy sharing his


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Tech with Akshit
Posted 1 week ago

Drop suggestions for 10 mins Full Stack Development video topics -
eg -
1. Flutter Bloc in 10 mins
2. CORS in 10 mins
3. NodeJS v8 engine in 10 mins
4. Dart Mixins in 10 mins
5. Websockets in 10 mins
6. Docker in 10 mins

...comment more topics if you want

28 - 27

Tech with Akshit
Posted 1 week ago

Update - For the next few days I'll be posting videos on building Backend Projects using Go!!

#go #backend

24 - 1

Tech with Akshit
Posted 1 week ago

As promised, I have published the first video of Full Stack Projects + DSA Series. In this video I have used Binary Search Tree in my backend (NodeJS) & created a frontend using NextsJS + Tailwind CSS. I created a File Searching System. This Series is no doubt the best place to learn the real implementation of DSA in Development!

#fullstack #dsa #project

6 - 0

Tech with Akshit
Posted 1 week ago

Do you want a tutorial where I use a very efficient Data Structure in a Full Stack Project? I want to show you how to use Data Structures in Development Projects!

14 - 5

Tech with Akshit
Posted 2 weeks ago

First 50 signups are easy, 50 -> 100 is manageable, but 100 -> 1000 is the hardest. What challenges did I face building, publishing, and getting our first 1k users on the MbaCraft mobile app?

-> Being a Flutter developer myself, I focused heavily on standardization, a scalable project structure, and state management. Usually, in an MVP, people don't prioritize this. While it delayed our launch, I am confident this will benefit us in the long run.

-> We used BLoC for state management. Typically, when you use state management, your code structure improves, but every logic requires more lines of code to write. Fortunately, we used Copilot, which helped reduce development time while maintaining best practices.

-> It took us around three months to build our initial version, including testing. I think this is a decent timeline for an app with a custom backend in Node.js, rather than relying on Firebase. From a backend perspective, the major challenge was in prompting; we had to focus on crafting the correct prompts and handling edge cases effectively.

-> One suggestion: invest time in designing and deciding your app's onboarding process. Clearly communicate who the app is for and what is expected from users.

-> During publishing, as we all know, Apple excels at torturing developers. We faced issues like "App Completeness" and "Not following Apple UI guidelines." However, we eventually succeeded. Our app was accepted on the App Store on the third attempt.

-> As we move into 2025, micro SaaS impact is growing. Whatever you decide to create, ensure it solves at least one problem perfectly. Instead of adding features, focus on reducing clutter.

Building MbaCraftโ€”an app for MBAs to practice case studiesโ€”has been a great journey. I'm sure the path from 1k -> 10k users will be full of challenges, but don't worry, I'm documenting everything! ๐Ÿ˜‰

Try the app
Android - lnkd.in/djhaHbDC
iOS - lnkd.in/dnvZkWQA

#apps #appdevelopment #product #launch #tips

32 - 6

Tech with Akshit
Posted 2 weeks ago

๐Ÿ”น Dart โ†’ C++
๐Ÿ”น Python โ†’ C
๐Ÿ”น JavaScript (V8 Engine) โ†’ C++
๐Ÿ”น React Native โ†’ C++ & JavaScript
๐Ÿ”น TensorFlow โ†’ C++ & Python
๐Ÿ”น Node.js โ†’ C++ & JavaScript
๐Ÿ”น MySQL โ†’ C++
๐Ÿ”น Ruby โ†’ C
๐Ÿ”น Swift โ†’ C++
๐Ÿ”น Go โ†’ C
๐Ÿ”น Flutter โ†’ C++
๐Ÿ”น Kubernetes โ†’ Go
๐Ÿ”น Angular โ†’ TypeScript & JavaScript
๐Ÿ”น PostgreSQL โ†’ C
๐Ÿ”น LLVM/Clang โ†’ C++
๐Ÿ”น Rust โ†’ C++
๐Ÿ”น MongoDB โ†’ C++
๐Ÿ”น SQLite โ†’ C
๐Ÿ”น Elasticsearch โ†’ Java
๐Ÿ”น Hadoop โ†’ Java
๐Ÿ”น OpenCV โ†’ C++
๐Ÿ”น Unreal Engine โ†’ C++
๐Ÿ”น Unity โ†’ C++ & C#
๐Ÿ”น Docker โ†’ Go
๐Ÿ”น Chrome (Blink Engine) โ†’ C++
๐Ÿ”น LibreOffice โ†’ C++
๐Ÿ”น Git โ†’ C
๐Ÿ”น Matplotlib โ†’ Python
๐Ÿ”น Pandas โ†’ Python & Cython
๐Ÿ”น Scikit-learn โ†’ Python & Cython

Which ever tech stack you use, just research how they got built, it will make your learning journey more exciting & fun.

#techstack #programming

36 - 5

Tech with Akshit
Posted 2 weeks ago

This year I plan to go live weekly and answer all your queries regarding Tech, Jobs, Career, Freelancing, Projects, Startup etc. ๐Ÿ™๐Ÿ™Œโœจ

Thanks for supporting ๐Ÿฅณ๐Ÿฅณ For the first live QnA if you have any doubts, pls comment below ๐Ÿ‘‡

#newyear

25 - 6

Tech with Akshit
Posted 3 months ago

Only 3 Days to go for my Live Session on Flutter Bloc, it's a significant topic from both interview & freelancing point of view!!



See you in the class ๐Ÿ˜ฎ๐Ÿ˜ฎ๐Ÿ˜ฎ๐Ÿ˜ฎ



But wait have you enrolled?


If not you can do it here - learn.resumepal.app/



Topics to be covered in the 2-3 hours workshop -



Introduction to Flutter Bloc
โ€ข What is Bloc?
โ€ข Overview of state management in Flutter
โ€ข Difference between Bloc and other solutions
โ€ข Importance of Bloc in Flutter interviews


Core Concepts of Bloc
โ€ข Understanding Events, States, and Bloc
โ€ข Cubit vs Bloc
โ€ข BlocProvider and BlocBuilder


Hands-On: Basic Bloc Implementation
โ€ข Setup and Structure
โ€ข Implementing a Counter App with Bloc


Advanced Bloc Concepts
โ€ข Using BlocListener and BlocConsumer
โ€ข Error Handling in Bloc
โ€ข Bloc-to-Bloc Communication


Hands-On: Building an Ecommerce Cart App Feature
โ€ข Advanced State Management
โ€ข Adding, removing, and updating tasks using Bloc
โ€ข Implementing Bloc pattern in a practical example


Bloc Questions for Interviews | Sharing Mock Interview Resources
โ€ข Common Interview Questions on Bloc
โ€ข Best Practices for clean and testable Bloc code



#flutter #bloc #flutterbloc #session #live

57 - 2

Tech with Akshit
Posted 3 months ago

Hey Guys, Don't miss the LIVE Flutter Bloc Session, Advance Flutter Concepts will be discussed in that masterclass which are commonly asked in Interviews.

Register now & get the calendar invite - learn.resumepal.app/

#flutter #interviews

27 - 0

Tech with Akshit
Posted 4 months ago

I am super excited to share that I am conducting a 2 hr long LIVE Webinar on Flutter Bloc State Management ๐Ÿ’ฏ!! Early Bird Registration has started!

Who can join?

1. Beginners in Flutter Mobile App Development
2. Professionals who want to learn Bloc for building standard & better performance apps
3. Freelancers who want to impress clients by their logic

It's a 2 hr long webinar where we will learn Bloc from Basics to Advanced & also see Interview Questions that Employers ask from Flutter Developers.

Join now to get 50% discount on registration - learn.resumepal.app/
(The price is kept less than a Dominos Pizza + Coffee ๐Ÿ˜Š)

Let's see in the class guys!!!!

#flutter #flutterbloc #bloc #apps #android #iOS

47 - 1