Joshua Abel Alhassan (@josh_script) 's Twitter Profile
Joshua Abel Alhassan

@josh_script

SWE | Developer Advocate | CM voluntr @nexascale and @edustipend

ID: 1079058448912973825

calendar_today29-12-2018 16:55:56

6,6K Tweet

401 Followers

855 Following

Kent C. Dodds ⚡ (@kentcdodds) 's Twitter Profile Photo

Not everyone wants to be a "prompt engineer," and they don't have to be. Check out how MCP prompts makes it possible for regular users to get the LLM to perform complex tasks without having to make complex prompts and read the article for how to make your own!

Big Nenz ✨ (@adoranwodo) 's Twitter Profile Photo

A few weeks ago, we celebrated the 2nd anniversary of NexaScale, and I'm honestly so grateful for everything! What began as a vision to empower people with simulated work experience and opportunities to build has blossomed into a vibrant community of 11,500+ members strong! 💫

A few weeks ago, we celebrated the 2nd anniversary of <a href="/NexaScaleHQ/">NexaScale</a>, and I'm honestly so grateful for everything! What began as a vision to empower people with simulated work experience and opportunities to build has blossomed into a vibrant community of 11,500+ members strong! 💫
lucky.defi ☀️ (@_ojomajeh) 's Twitter Profile Photo

7. Big Thanks to everyone who came together to make this event a success; to the organizers, speakers, community partners and everyone who showed up to commemorate Global Pizza Day.

7. Big Thanks to everyone who came together to make this event a success; to the organizers, speakers, community partners and everyone who showed up to commemorate Global Pizza Day.
Joshua Abel Alhassan (@josh_script) 's Twitter Profile Photo

Hi #TechTwitter I need help integrating Yellow Card widget with a svelte finance platform I'm working on. Please you can reply in the comment and I'll connect with you.

'Dache (@stephendache) 's Twitter Profile Photo

🎤 Call for #Supabase #LW15 speakers!!! Have you been building a cool project lately w/ Supabase. Whether it’s a side project or production system - if you’ve learned something, someone else can too. We’d love to hear your story → forms.gle/dPRdpBCLLsbDZg…

Joshua Abel Alhassan (@josh_script) 's Twitter Profile Photo

A quality JavaScript program embraces coercions, making sure the types involved in every operation are clear. #javascript #javascriptDeveloper

Joshua Abel Alhassan (@josh_script) 's Twitter Profile Photo

== checks value (loose equality) ❌ === checks value and types (strict equality ❌) == Coercive equality - allows coercion (Different types) ✅ === Non-coercive Equality - Disallows coercion (types must be same) ✅ #javascript #javascriptDeveloper

Joshua Abel Alhassan (@josh_script) 's Twitter Profile Photo

Be default in #javascript, we see "anonymous function expression" a lot in code that we or others have written. But you really should have all "named function expression", if possible. Slide 1: anonymous func expression Slide 2: named func expression #javascriptDeveloper

Be default in #javascript, we see "anonymous function expression" a lot in code that we or others have written. But you really should have all "named function expression", if possible.

Slide 1: anonymous func expression
Slide 2: named func expression

#javascriptDeveloper
Uduak (Tech Zaddy) 🇺🇸 🇳🇬 (@meekg33k) 's Twitter Profile Photo

Today makes it exactly 10 years since I got my visa for a Software Engrg masters program at Carnegie Mellon University in Silicon Valley, USA, on a "fully-funded" scholarship for first class students by the Nigerian government. I've never publicly shared this story - a🧵

Joshua Abel Alhassan (@josh_script) 's Twitter Profile Photo

I think of closure ( a programming concept) as the "owe book or record" those mama put (food vendors) have for anyone that comes to eat on credit to pay later. There's a record of the number of times you've eaten - That's closure. #JavaScript #javaScriptDeveloper