What if an angry customer tweet about your product went viral at 2 AM? Would you even know until morning? I built an #Automation that: * Monitors mentions every 15 minutes * Alerts teams instantly via Slack for negative mentions * Saves positive feedback on @airtable #Startups
🚀 Built a Crypto Watcher this week: ⚡ Tracks live prices & trends ⚡ Alerts via Slack ⚡ Logs to Supabase ⚡ Frontend powered by @lovable_dev → triggers Make.com automations End-to-end AI workflow for financial monitoring. Demo 👇 #AI #Automation #CryptoAlert
I'm live at #oscafest If you're here too at let's connect. #WebDevelopment #IndependenceDay #IndependenceDay2025
On this programming journey. Are there supplements you recommend for eye strains, brain fatigue or overall general health due to constant hours of being on our screen
How do you all handle responsiveness. I know about using rem and breakpoints but for some reasons it still don't look right to me. What displays on 1440p displays a bit differently on something else like 1360p. Any tips?
How do you all handle responsiveness. I know about using rem and breakpoints but for some reasons it still don't look right to me. What displays on 1440p displays a bit differently on something else like 1360p. Any tips
I'm a Junior Frontend Developer focused on React and Next.js, currently looking for a full-time remote role within $500-800 With the right, enabling environment, I'm confident that my growth and impact will speak for themselves. DM for Portfolio
Frontend tip: Avoid prop drilling 🌊 Are you passing data through 4+ components? Try useContext() or a global state manager. Cleaner code, better structure. #React @reactjs #MondayMotivation #MondayMorning #MondayVibes #mondayfun @nextjs
Tip for React devs 📘 Want to boost performance and write cleaner code? Know when and why to use each hook. 🧠 useState ⚙️ useReducer 🌍 useContext A well-chosen hook can level up your app’s structure. #React #FrontEndFriday #TGIF @reactjs @nextjs #SoftwareDevelopment
What's an "immediate return" in JS? 🤯 You can return JSX or objects directly using ( ) ( ) => ( <div>Hello</div> ) ( ) => ({ name: 'Precious', role: 'react/nextjs developer', }) Clean and concise. Just don’t forget the parentheses! #MondayMotivation @reactjs @nextjs
What’s “parallel” in frontend? Multiple async operations running together: const [a, b] = await Promise.all([fetchA(), fetchB()]) Great for performance when calls are independent. Don’t await sequentially when you don’t have to! #React #FrontEndFriday #TGIF @reactjs @nextjs
You are as strong as the quality of friends you surround yourself with. I used to have the issue of letting go of Friends. I would be the one to always call, chat etc. But I have learnt to allow the sieve to happen. #TREASURE
Parallel data fetching in React/Next.js ⚡ async/await ≠ always efficient ✅Use Promise.all() to fetch data in parallel. This speeds up load time & boosts performance Don't await sequentially if you don’t need to #React #MondayMotivation #SoftwareDevelopment @reactjs @nextjs
When should you use useReducer in React? If your state logic is: 🔹 Complex 🔹 Depends on previous state 🔹 Has many transitions Then useReducer is your best friend. #React #FrontEndFriday #SoftwareDevelopment #Web3 @reactjs @nextjs #FridayMotivation #FridayVibes #TGIF
router.push() vs redirect() in Next.js 🤔 Both navigate, but: 🔁 router.push() — client-side, fast UX ⛔ redirect() — server-side, often used in middleware Pick based on where/when you want the navigation to happen! #React #MondayMotivation #SoftwareDevelopment @nextjs @reactjs
United States 趨勢
- 1. Good Wednesday 18.1K posts
- 2. Lakers 95.7K posts
- 3. Luka 72.7K posts
- 4. Hump Day 8,169 posts
- 5. Froot N/A
- 6. Pharos 9,821 posts
- 7. Ayton 16K posts
- 8. #MLBS6Spoilers 9,948 posts
- 9. Talus Labs 15.3K posts
- 10. Warriors 96.8K posts
- 11. Steph 34.8K posts
- 12. Shai 34.5K posts
- 13. $BYND 120K posts
- 14. #MOST_WANTED_IN_OAKLAND N/A
- 15. Marcus Smart 8,946 posts
- 16. Usha Vance 8,894 posts
- 17. Kuminga 11.2K posts
- 18. Sengun 26.6K posts
- 19. Jen Psaki 9,615 posts
- 20. mingyu 77.8K posts
Something went wrong.
Something went wrong.