vikesh (@vikesh) 's Twitter Profile
vikesh

@vikesh

Technical Project Manager

ID: 3864441

linkhttps://www.apps.mu calendar_today09-04-2007 05:46:10

407 Tweet

36 Followers

46 Following

Thibault Imbert (@thibault_imbert) 's Twitter Profile Photo

A picture tells a thousand words. Now you can quickly create and edit diagrams in markdown using words with Mermaid support in your Markdown files. 😎 github.blog/2022-02-14-inc…

A picture tells a thousand words. Now you can quickly create and edit diagrams in markdown using words with Mermaid support in your Markdown files. 😎 github.blog/2022-02-14-inc…
James Ide (@ji) 's Twitter Profile Photo

With the newest version of Git 2.37.0, you can run just "git push" to push new branches. No more "--set-upstream origin". Enable with: git config --global --add --bool push.autoSetupRemote true

With the newest version of Git 2.37.0, you can run just "git push" to push new branches. No more "--set-upstream origin". Enable with:

git config --global --add --bool push.autoSetupRemote true
Grant Skinner (@gskinner) 's Twitter Profile Photo

While working on the Wonderous app one of our devs suggested I build an easy to use, best of breed animation library for Flutter. I told him I didn't want to dive down that rabbit hole. I lied.🙃 Introducing Flutter Animate. blog.gskinner.com/archives/2022/…

Hugo Duarte 💻 (@hugoasduarte) 's Twitter Profile Photo

I've spent way too much time drawing and coding this just to realise I should have made a different illustration 😅 Created using React Native, Expo and Reanimated's useAnimatedSensor hook from Software Mansion Source in comments 👇

Anees Khan (@kingkhan2388) 's Twitter Profile Photo

If you often use Enums in PHP. you may find this trait helpful to add additional functionality to your Enum classes. #php #laravel #enum

If you often use Enums in PHP. you may find this trait helpful to add additional functionality to your Enum classes.

#php #laravel #enum
Grant Skinner (@gskinner) 's Twitter Profile Photo

Flutter Animate v2.0 is now available. Lots of updates including: card flip effect, smart params, animated adapters, automated tests, & more. Add beautiful animated effects & builders in Flutter, via an easy, customizable, unified API. pub.dev/packages/flutt…

Adam Wathan (@adamwathan) 's Twitter Profile Photo

Goals for Tailwind CSS v4.0: 🤏 Simplify mental model, fewer framework-specific concepts 🪄 Less configuration, without less power ✂️ Fewer dependencies ⚡️ 10x faster Aggressively defend against complexity, double down on robustness and stability 🤝

Wes Bos (@wesbos) 's Twitter Profile Photo

CSS is getting margin-trim! Remove margins from children that touch the sides of a parent. No more selecting :last-child