#devhack search results
Great to be here at the devhack by @defichain 🤩🤩✨ Got to know more about the defichain. Nice talk by Prasanna about the defichain. Had some amazing food too....🤤😁 @DeFiChainLabs #devhack
🚀 #DevHack pour les aficionados de Typescript ! Saviez-vous que ChatGPT peut être un allié de taille pour générer des 'types' Typescript à partir de vos données ? Oui, que ce soit du JSON, CSV ou SQL, il a le coup de main. 🤖✨ Exemples pratiques : 'Génère les types…
The creativity and technical skill on display during #DEVHack 2025 were incredible! We're excited to shine a light on the brilliant minds and outstanding solutions that earned honorable mentions in our new blog post. bit.ly/47j7JTe #AWSpartners #insurtech #innovation
Had alot of fun today at @defichain @DeFiChainLabs's hackathon- DevHack!!!! Hoping that I get a chance to showcase my skills and win a prize!! #Day1 #devhack #defichain #crypto
Desarrollo o hacking? ... Por qué elegir? Equipo de hackers que programan o de programadores que hackean... Mejor equipo #devhack
We proudly present our first judge - Shri Ramesh Kumar. From helping early stage startups to delivering TEDx talks, he has seen it all but maybe you can surprise him with your innovative idea. #DevHack #dsckiit #kiit @GoogleDevsIN @rameshkumarb
Excited to share that we have partnered with Axis Bank's @TFInnovationLab & @ZoneStartUpsIn for #DevHack 2018, a #Hackathon for #developers, #startups, student #Entrepreneurs and all the #techies to ideate and build prototypes on some brilliant problem statements.
💡 Coding Hack: Instead of writing multiple if checks for default values, use the get() method in Python dictionaries. Saves time ⏱️ and makes code cleaner ✨ #CodingTips #Python #DevHack
Let’s Redefine the future I gained a deeper understanding of decentralized finance and appreciated the practical tips on navigating the DeFi space. @defichain #defichain #devhack
Congratulations to all the teams for doing extremely well and coming up with the most creative ideas. Here are the final ranks. We hope you enjoyed yourself and this hackathon helped build up your skills. @GoogleDevsIN #DevHack #hackathon #dsckiit #kiit #BuildForCommunity
With 100+ teams and 18 colleges, #DevHack was our first ever online hackathon with many more such awesome hackathons to come in future. Here is the link to the after movie @YouTube 👇 youtu.be/yBmiWSJ4_5g @GoogleDevsIN #hackathons #code #KIITUniversity #googlestudents
#DevHack: Open your VSCode extension settings from the code via @eliostruyf #Microsoft365 bit.ly/3cwHrPi
Those who say they have less time should see what all we did in 24 hours. Glimpses of Azure DevHack at @SGTUniversity #azure #DevHack #sgtu #explore
Those who say they have less time should see what all we did in 24 hours. Glimpses of Azure DevHack at @SGTUniversity #azure #DevHack #sgtu #explore
#lifehack #devhack #nft If you are too into NFTs and you never use yarn, chances are high that you would run into this problem. Tip of the day💡: `alias nft=npm`
#DEVHACK🎯 @jonatanjas warned us about some vulnerabilities in #VSCode extensions which could represent a gateway for #hackers👾 Although there are several checkpoints before reaching end users, the impersonated plugin could manipulate the code that is sent to repositories⚠️
Register now for #DevHack our first online hackathon and build solutions for the community. ➡️ devhack.dsckiit.tech @GoogleDevsIN #dsckiit
Apply & submit your idea before #31stMarch'18:- ● Register as an individual/team on the #DevHack 2018 page: goo.gl/KAjCNd ● Submit your idea around any of the given problem statements: goo.gl/TuqMYS ● Pitch to Senior Management of @AxisBank
If you have never participated in hackathons then we have an insightful video for you along with instructions for the participants of #DevHack. Link youtu.be/qVBsrMIF6z8 #dsckiit #kiit @GoogleDevsIN #hackathons #BuildForCommunity
Tired of clicking “Apply” 100 times for Amazon Canada positions? Let my script do it while you sip coffee ☕ Free for first 100 comment “I’m in!” #AmazonCanada #DevHack #Python
🚀 FREE Tool Alert for 100 Users! I built an Amazon CA Auto-Apply tool that finds & applies to jobs in seconds insanely fast⚡️ Want it free? 👉 Follow + comment “I’m in!” and I’ll DM the first 100. - Abhi Chaudhari, Python Dev 🐍💻
Pro hack for Talus Labs builders: Use Nexus hooks for custom agent behaviors. Tailor predictions to niches like DeFi yields—efficiency unlocked. Code along? @Talus_Labs #DevHack
DevHack Season 2 is Arizona's biggest student-led hackathon, aiming to be the talent hub for startups. With 300+ attendees, it focuses on networking, entrepreneurship, and connecting students with startup founders and VCs for potential job opportunities. #DevHack #ArizonaStartups
💡 Coding Hack: Instead of writing multiple if checks for default values, use the get() method in Python dictionaries. Saves time ⏱️ and makes code cleaner ✨ #CodingTips #Python #DevHack
The creativity and technical skill on display during #DEVHack 2025 were incredible! We're excited to shine a light on the brilliant minds and outstanding solutions that earned honorable mentions in our new blog post. bit.ly/47j7JTe #AWSpartners #insurtech #innovation
Want to start Node projects faster? Use this: bashCopyEditnpm init -y && npm i typescript ts-node -D tsc --init folders: /src, /utils, /modules #devhack #nodejs
Forget Cursor This AI agent is smarter, faster and totally free. app.warp.dev/referral/JDZ69M 💡 Get Claude 4 Sonnet & Claude 4 Opus 🎯 150 requests per account no phone, no email, no verification ♾️ Unlimited accounts access #AItools #DevHack #Claude4 #FreeAI #CursorAlternative
@supabase setup in @nextjs (with Tailwind, TypeScript, App Router) is surprisingly smooth. Pro tip: Just use #SideStack #DevHack
Finally figured out how to get the highest quality MP4 videos from YouTube without dealing with those sketchy converter sites. Just one command to rule them all: Check out github.com/yt-dlp/yt-dlp if you're tired of low quality downloads. #DevHack
⚡️Spring Boot dev tip: Need a fast, throwaway database? Use H2 in-memory! Just plug in: jdbc:h2:mem:testdb 🧪 🚨 But heads up: Your data self-destructs on restart 💣 → Add data.sql to preload it every time. #SpringBoot #H2 #DevHack #JavaTips
Real-World Examples HTTP Client: // #nuget: Microsoft.Extensions.Http Make your C# scripting as easy as Python or Bash—supercharge your workflows! #DevHack #Productivity #PythonAlternative #Bash #RapidDev #Workflow #CodingLife
Ever wonder how to check if a property exists directly on an object vs inherited? Use Object.hasOwn(obj, key) to check only own properties. Use "key" in obj to check own + inherited properties. #JavaScript #Frontend #DevHack #React #WebDevelopment #CodeTips #LearnToCode
Great to be here at the devhack by @defichain 🤩🤩✨ Got to know more about the defichain. Nice talk by Prasanna about the defichain. Had some amazing food too....🤤😁 @DeFiChainLabs #devhack
Excited to share that we have partnered with Axis Bank's @TFInnovationLab & @ZoneStartUpsIn for #DevHack 2018, a #Hackathon for #developers, #startups, student #Entrepreneurs and all the #techies to ideate and build prototypes on some brilliant problem statements.
🚀 #DevHack pour les aficionados de Typescript ! Saviez-vous que ChatGPT peut être un allié de taille pour générer des 'types' Typescript à partir de vos données ? Oui, que ce soit du JSON, CSV ou SQL, il a le coup de main. 🤖✨ Exemples pratiques : 'Génère les types…
Desarrollando #maraton "Aprende a programar" con mentores Gary Briceno y Juan Guillermo Gomez de Escuela #DevHack en @el_labcoworking
Had alot of fun today at @defichain @DeFiChainLabs's hackathon- DevHack!!!! Hoping that I get a chance to showcase my skills and win a prize!! #Day1 #devhack #defichain #crypto
@NUMA_blr is the proud Community Partner for Hackathon, #DevHack 2018!It is conducted by @TFInnovationLab & @ZoneStartUpsIn . Come & build brilliant solutions! Takeaway cash prizes, PoC opportunities & lot more are waiting for you! Apply now: goo.gl/9mjzdb #developers
Desarrollo o hacking? ... Por qué elegir? Equipo de hackers que programan o de programadores que hackean... Mejor equipo #devhack
Let’s Redefine the future I gained a deeper understanding of decentralized finance and appreciated the practical tips on navigating the DeFi space. @defichain #defichain #devhack
Writing this hack and running it in a screen, is got to be one of my top 5 moments as a developer. maybe life in general #devops #devhack #bash #bashtricks
This is prototypal inheritance — no classes needed. Powerful and lightweight. 🔥 #JavaScript #Frontend #DevHack #React #WebDevelopment #CodeTips #LearnToCode #PrototypalInheritance
Something went wrong.
Something went wrong.
United States Trends
- 1. Northern Lights 45K posts
- 2. #Aurora 9,465 posts
- 3. #DWTS 53K posts
- 4. Carmilla 2,003 posts
- 5. #RHOSLC 7,151 posts
- 6. AI-driven Web3 N/A
- 7. H-1B 34.7K posts
- 8. Justin Edwards 2,460 posts
- 9. #GoAvsGo 1,563 posts
- 10. MIND-BLOWING 36.3K posts
- 11. Gonzaga 2,984 posts
- 12. Sabonis 6,226 posts
- 13. #MakeOffer 9,154 posts
- 14. Louisville 18.1K posts
- 15. Creighton 2,314 posts
- 16. Eubanks N/A
- 17. Jamal Murray N/A
- 18. Andy 59.9K posts
- 19. Cleto 2,556 posts
- 20. Oweh 2,125 posts