mujammal_ahmed Profile Banner
Mujammal ahmed Profile
Mujammal ahmed

@mujammal_ahmed

Followers
142
Following
957
Media
67
Statuses
360

πŸ‘¨β€πŸ’» Building custom solution for startups | πŸ’‘ Sharing web dev insights | 🀝Let’s learn & grow together | πŸ”— Portfolio ⟢ https://t.co/aE0kgJFdWc

Let's connect πŸ‘‰
Joined August 2018
Don't wanna be here? Send us removal request.
@mujammal_ahmed
Mujammal ahmed
28 days
I’m building my personal Go Lang knowledge vault πŸ—„οΈ From basics to goroutines, all documented & explained. By the end, it’ll be a full guide anyone can use. Show some ❀️ (and maybe a ⭐) if you want to follow the journey! πŸ”— https://t.co/lc337AYivk #golang #LearnInPublic
Tweet card summary image
github.com
Contribute to dkn1ght23/go-practice development by creating an account on GitHub.
0
0
5
@mujammal_ahmed
Mujammal ahmed
8 days
Day 7 of Go πŸš€ In Go, an interface defines behavior. Toy β†’ anything with Play() is a Toy Car & Doll both implement Play() This makes code flexible & reusable. Diagram's codeπŸ‘‡ https://t.co/lc337AYivk #golang #100DaysOfCode
Tweet media one
0
1
2
@mujammal_ahmed
Mujammal ahmed
16 days
Day 6 of Go πŸ”₯ By value β†’ makes a copy (unchanged) By pointer β†’ works on the same object (changed) Value receiver β†’ methods act on a copy Pointer receiver β†’ methods modify the original Diagram's codeπŸ‘‡ πŸ”— https://t.co/lc337AYQkS #golang #100DaysOfCode #buildinpublic
Tweet media one
0
0
1
@mujammal_ahmed
Mujammal ahmed
19 days
Day 5 of Go πŸš€ Wrapped up Internal Memory and started diving into Arrays, Slices, and Maps πŸ§‘β€πŸ’» Code + notes will be updated in the repo soon πŸ‘‡ πŸ”— https://t.co/lc337AYivk #golang #100DaysOfCode #DevJourney
0
0
6
@mujammal_ahmed
Mujammal ahmed
20 days
Day 4 of Go πŸš€ πŸ” Escape Analysis in action: Returning a pointer β†’ escapes to heap Addr of composite literal β†’ heap Closure capturing local var β†’ heap Try it out πŸ‘‰ go build -gcflags='-m' Code: https://t.co/lc337AYQkS #golang #100DaysOfCode
Tweet media one
0
1
9
@mujammal_ahmed
Mujammal ahmed
27 days
Day 3 of Go πŸ”₯ Explored Stack vs Heap memory! ⚑ Stack = fast, short-lived data Heap = flexible, but slower & needs GC Check my terminal to see it in action! πŸ“‚ Code: https://t.co/p2QtBJjS0A #golang #100DaysOfCode #LearnInPublic
Tweet media one
2
0
2
@mujammal_ahmed
Mujammal ahmed
28 days
Hey community πŸ‘‹ I want to learn Go from the ground up. What are the best resources you recommend?? This is my GitHub profile, looking forward to connecting & learning with you all. https://t.co/EWI2UY10Gz #LearnInPublic
Tweet card summary image
github.com
Software Engineer | Go | JavaScript | TypeScript. dkn1ght23 has 24 repositories available. Follow their code on GitHub.
1
0
2
@mujammal_ahmed
Mujammal ahmed
28 days
Day 2 of learning Go πŸ”₯ Learned how Go treats functions as first-class citizens ➑ First-order: basic in/out ➑ Higher-order: pass funcs around like data Repo has the full notes πŸ”— https://t.co/lc337AYQkS #golang #buildinginpublic #100DaysOfCode
Tweet media one
Tweet media two
0
0
4
@mujammal_ahmed
Mujammal ahmed
28 days
Hey #golang community πŸ‘‹ I want to learn Go from the ground up, what are the best resources you recommend?? this is my GitHub profile, looking forward to connecting & learning with you all. πŸ”— https://t.co/EWI2UY10Gz #LearnInPublic
Tweet card summary image
github.com
Software Engineer | Go | JavaScript | TypeScript. dkn1ght23 has 24 repositories available. Follow their code on GitHub.
0
0
1
@mujammal_ahmed
Mujammal ahmed
1 month
Day 1 of learning Go πŸš€ βœ… Variables βœ… if-else βœ… Functions (incl. init, IIFE) βœ… Scope (package, local, block) Built a small program using all of them! Screenshot below πŸ‘‡ #golang #100daysofcodechallenge #buildinpublic
Tweet media one
3
2
18
@mujammal_ahmed
Mujammal ahmed
2 months
by llm? :v
0
0
1
@mujammal_ahmed
Mujammal ahmed
2 months
Sometimes I hesitate to post because I fear no one will care. But I’ve realized: silence β‰  failure, it’s just data. I’m trying to get better at showing my work, even if it’s not perfect. One post a day. One small insight. Let’s go.
Tweet media one
1
0
6
@mujammal_ahmed
Mujammal ahmed
4 months
Instead of posting random shit, I gotta start doing this
@marc_louvion
Marc Lou
4 months
Anyone can get 1,000 followers in 30 days by doing this: Step 1: + Pick one skill [coding, design, marketing] + Brand your profile around that Step 2: + Post this format once a day "Day {{number}} of {{skill}}. I {{learn/made}} this." with a screenshot for proof-of-work +
0
0
0
@mujammal_ahmed
Mujammal ahmed
4 months
Building the portfolio every recruiter asks for but never looks at. 🀷 #PortfolioDay
Tweet media one
4
1
5
@mujammal_ahmed
Mujammal ahmed
4 months
You can build the perfect app, but you're invisible if Google can’t see it. That’s why SSG or SSR isn't just extra work, it’s an investment in long-term traffic. πŸ‘‰ What best practices do you follow to make your Next.js app Google-friendly? #SEO #Next #WebDevelopment
Tweet media one
1
0
0
@mujammal_ahmed
Mujammal ahmed
5 months
First Semester βœ… Students from our new master's cohort at Algoma University just presented their final cybersecurity projects.
Tweet media one
0
0
0
@mujammal_ahmed
Mujammal ahmed
6 months
Share your GitHub profile, and let's review each other's profiles. Here is mine:
Tweet card summary image
github.com
Software Engineer | Go | JavaScript | TypeScript. dkn1ght23 has 24 repositories available. Follow their code on GitHub.
0
0
0
@mujammal_ahmed
Mujammal ahmed
6 months
Confused between Redux and TanStack Query
@andrewbaisden
Andrew Baisden
6 months
What's your favourite React state library? - Redux - Zustand - Jotai - ContextAPI - Tanstack Query
0
0
1
@mujammal_ahmed
Mujammal ahmed
6 months
I don't even have domain :3
@marc_louvion
Marc Lou
6 months
3 levels of entrepreneurs: - Buy domain names - Buy domains, ship apps - Buy domains, ship apps, do marketing
0
0
1
@mujammal_ahmed
Mujammal ahmed
7 months
Who doesn't use it? 🀌
@SullyBillions
Sully
7 months
Does anyone still use GitHub?
0
0
1