Echosight  Echosight
Twitter/X Header Photo
pradumna_saraf Profile image

@pradumna_saraf
Developer Advocate | @Docker Captain | Open Source Developer | DevOps | Golang | Owner @syntaxmedia_
Posts

39

16 increase

Impressions

6.8K

253.5% increase

Likes

153

628.6% increase

Followers

97

0.4% increase

Impressions

Followers

Engagement

Top Posts

Post Actions
In Go switch statements, we have a feature called “fallthrough”. Its purpose is to continue execution to the next case, even if it doesn’t match. One of the hidden gems of Golang. Share two examples below, one for understanding and one real-life use cases. https://t.co/x0GJOH2k9j
Being kind and empathetic costs nothing and makes everything so much better. It’s hard to find that in people nowadays.
Whether you care about open source or not, you are using it in some form anyway.
If you're learning Golang and looking for a project to build, try creating a CLI tool. Many great tools are written in Go, like the Docker CLI and kubectl (Kubernetes). I also wrote a blog on building an AI-powered CLI, here is the link https://t.co/8DkK8rhRKZ
Received a Golang badge on @ThePracticalDev. It may sound childish, but I like these kinds of sweet badges. Of course, it's not easy to get. You have to have the best article weekly. https://t.co/NEqsHGXUbS
If you maintain a GitHub repo, turn on the Automatically delete head branches feature in settings. It’s great for the sanity of your Git workflow, as stale branches can clutter things up. Also, when someone clones a repo, all the merged branches get pulled too (if not deleted). https://t.co/mWhKdZx0eI
Do you know about IIFEs - Immediately Invoked Function Expression in Golang? They’re anonymous functions that run immediately when defined, great for handling quick tasks. https://t.co/7OmjR1NihV
Here’s a tip: If you are learning about some tech, listen to the problems people are sharing in support/help channels. You will learn so much just by reading and understanding the pain points, and it sparks curiosity.
@deno_land Done my part. Signed
@eddiejaoude Haha. Feature Flags safeguard you to deploy even on Fridays.