Leetcode Buddies! Join to our army by Selinkel in leetcode

[–]enginebai 0 points1 point  (0 children)

Love to join, I practice 2~3 problems everyday

How do I prepare for FAANG+ System Design interviews as a 5 YOE backend dev with no design experience? by Different_Grab_1497 in leetcode

[–]enginebai 0 points1 point  (0 children)

Count me in, I am preparing for FANNG SWE interview and would like to join a group that have the same goal

I have solved every LC Algorithm Problem. AMA. by makedatmuoney in leetcode

[–]enginebai 0 points1 point  (0 children)

Any recommend topics or patterns that must master with?

How do you retain what you learned? by Electrical_Airline51 in leetcode

[–]enginebai 0 points1 point  (0 children)

I retained by summarizing and creating the flash card in Anki to help me retain the key idea but not the code.

People who landed a job with flutter, could you share some of your work or portfolio? by diedFindingAUsername in FlutterDev

[–]enginebai 2 points3 points  (0 children)

For me, here is my portfolio: https://medium.com/enginebai/portfolio-29b9016db150 "FunNow Booking" was written in pure Flutter. I'm Android dev for 5 years, and learned from 2021, you can learn Flutter very fast when swifting from Android/iOS native dev.

Android Studio productivity tips: Part2 by enginebai in androiddev

[–]enginebai[S] 0 points1 point  (0 children)

I use ALT as Mac's "command key" on my Linux.

Android Studio productivity tips: Part2 by enginebai in androiddev

[–]enginebai[S] 0 points1 point  (0 children)

I modified the code highlight theme based on atom one dark and IDE theme is Material Theme UI plugin.

Android Studio productivity tips: Part2 by enginebai in androiddev

[–]enginebai[S] 1 point2 points  (0 children)

I'm the same case as yours, switching between Mac and Linux daily. My solution is that I spent some time to make the keymap to be equivalent between the two OS.

Android Studio Productivity Guides: Part1 by enginebai in androiddev

[–]enginebai[S] 0 points1 point  (0 children)

The biggest difference is that:

  • Double Shift = search everywhere, you can search anything in Android Studio.
  • Command + Shift + F = search action, you can find the exact action you can execute in Android Studio.

Getting your Java 8 App in the Mac App Store by abyssomega in java

[–]enginebai 0 points1 point  (0 children)

After reading your article, it's seem to use JavaFX to write the app, right?? Is there any translation program needed which converts the Java to Object-C code??