Jamal (@jamal_aol) 's Twitter Profile
Jamal

@jamal_aol

Software Developer 📱 Flutter and NodeJs

ID: 1741871520002023424

linkhttp://github.com/jamal-o/ calendar_today01-01-2024 17:19:04

708 Tweet

45 Followers

127 Following

Fernando 🇮🇹🇨🇭 (@franc0fernand0) 's Twitter Profile Photo

Software engineering is such an addictive job. If you are making progress on a problem and have no distractions, it can be hard to put it down. You think about the problem in the back of your mind even when you stop.

Joe Muller (@bosonjoe) 's Twitter Profile Photo

Flutter 💙 VS Code Probably one of my favorite extensions for improving the Flutter DX + Awesome code lenses + One click upgrades and flutter pub get

Flutter 💙 VS Code

Probably one of my favorite extensions for improving the Flutter DX

+ Awesome code lenses
+ One click upgrades and flutter pub get
Emmanuel Onyeji (@thetechyxander) 's Twitter Profile Photo

Currently building an electronic health records MVP to store patients data as electronic documents. What it took: A problem statement from a medical practitioner, a post of linkedin and the drive to create something valuable. Is it done? No Can you anticipate, yeah. #health

Currently building an electronic health records MVP to store patients data as electronic documents. 

What it took: A problem statement from a medical practitioner, a post of linkedin and the drive to create something valuable.

Is it done? No 
Can you anticipate, yeah.
#health
Eric Seidel (@_eseidel) 's Twitter Profile Photo

Joe Muller This will compile the API_KEY into the app, from which it can be extracted. 🤷🏼‍♂️ FWIW, There isn’t any way to hide secrets within a client app, only way is to bounce through a server.

Jamal (@jamal_aol) 's Twitter Profile Photo

Today I attended a virtual workshop hosted by Felix The GenZ HR, Not Nkwobi HR👨‍💻 at GenZ HR. I had such a great time! 😊 It was really engaging, and I picked up so many valuable tips for improving my job applications. Thanks a bunch for the amazing session! 🙌

Ben X (@benn_x1) 's Twitter Profile Photo

It’s easy to lose track of the progress you’ve made when you compare yourself to others. You’d think you’re not doing enough. Life’s not fair and we don’t all start at the same level.

@escamoteur@social.tchncs.de 💙🦄🔴💉💉💉 (@thomasburkhartb) 's Twitter Profile Photo

My take on what good architecture for a #Flutter app looks like and why I don't think the recommendations of the Flutter docs should be followed blog.burkharts.net/practical-flut… Let's see if this reaches more #Flutter devs now that I have a premium account.

Joe Muller (@bosonjoe) 's Twitter Profile Photo

Flutter Tip 💙 This is all it takes to get the coordinates and position of a widget on screen 1. Add a GlobalKey to the widget 2. Use the GlobalKey to find the RenderBox 3. Calculate size + position 📏

Flutter Tip 💙

This is all it takes to get the coordinates and position of a widget on screen

1. Add a GlobalKey to the widget
2. Use the GlobalKey to find the RenderBox
3. Calculate size + position 📏
Jamal (@jamal_aol) 's Twitter Profile Photo

Why does the groupId of a Textfield default to EditableText? It took me some time to figure out why onTapOutside wasn't working 😢