Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Finally Built My Developer Portfolio

After a lot of coding, learning, changing ideas, and rebuilding things, I finally launched my personal portfolio. ๐ŸŒ https://faridteymouri.com I didn't want it to be just a simple "about me" page. I wanted a place where I can share: Projects I build Things I learn along the way Technical experiences Case studies and experiments This is just the beginning. Iโ€™ll keep improving it and adding moreโ€ฆ

We haven't written up this one. Dev.to has the full story โ€” the link below goes straight to it.

Read the original at dev.to โ†’

More in Tech

Creating Adaptive Flutter Screens and Widgets

Flutter enables you to deploy a single application across phones, tablets, desktops, and the web. The challenge lies in designing an interface that feels purposeful on each platform.

  • Material Foundation package provides DynamicLayoutBuilder and DynamicScaffold widgets.
  • DynamicLayoutBuilder selects widget based on screen width (mobile, tablet, desktop).
  • DynamicScaffold incorporates adaptive behavior within SafeArea and Scaffold.

More from Saturday 12 September โ†’