3 Essential Traits to be a Good Software Engineer
AI Is a Tool, Not a Replacement. Master These 3 Skills to Stay Ahead in Techβs AI Revolution
Software engineers aren't just coding machines. They need to plan, communicate, and research they actually write any codes. In fact, I believe these traits are more important than coding skills when you gain higher levels.
beyondwebnewsletter.dev/p/3-essenti...
06.08.2025 15:44 β π 0 π 0 π¬ 0 π 0
And now everyone is just waiting for GPT 5 to be dropped.
05.08.2025 17:12 β π 1 π 0 π¬ 0 π 0
Follow up on that, OpenAI just released 2 open models that you can download and run on your machine. The performance is comparable to o4-mini which is really good for daily tasks.
openai.com/open-models/
05.08.2025 17:12 β π 1 π 0 π¬ 1 π 0
Just came back from holiday in Vancouver and Anthropic just dropped Claude Opus 4.1 with slight improvements over 4.0 and they have promised more larger improvements in the coming weeks.
www.anthropic.com/news/claude...
05.08.2025 17:12 β π 1 π 0 π¬ 1 π 0
GitHub - public-apis/public-apis: A collective list of free APIs
A collective list of free APIs. Contribute to public-apis/public-apis development by creating an account on GitHub.
If you are wondering where to get the data from to power your next app, here is a list of public and free APIs you can use. The list is very extensive so I'm sure you can find one that suits you.
github.com/public-apis...
04.08.2025 15:41 β π 0 π 0 π¬ 0 π 0
TypeScript 5.9 added support for defer-import-eval. Essentially you can import a module but it won't be executed until you start using it. I don't have use cases for this but could be useful in big and complicated apps.
devblogs.microsoft.com/typescript/...
02.08.2025 17:27 β π 1 π 0 π¬ 0 π 0
VSCode has a
terminal.integrated.suggest.enabled setting that is in preview and will make the terminal in VSCode much smarter with command suggestions. cd, ls, and git would give you relevant commands.
01.08.2025 15:48 β π 1 π 0 π¬ 0 π 0
Donβt think AI can even do that lol
31.07.2025 03:30 β π 1 π 0 π¬ 0 π 0
How are people finding ways to make Bluesky show dev stuffs more. Is list the only way. Heard it doesnβt have algorithm that recommends content
31.07.2025 03:16 β π 0 π 0 π¬ 0 π 0
I know there is React Compiler but doesn't seem that widely used yet or not talked about recently now.
30.07.2025 18:42 β π 0 π 0 π¬ 0 π 0
The Useless useCallback
Why most memoization is downright useless...
I don't know when the last time was I needed a useCallback or even useMemo. This is trading memory to save us from doing complex calculations but sometimes comparing the memoization costs more. Most of the time, it's easier to redo everything.
tkdodo.eu/blog/the-us...
30.07.2025 18:42 β π 0 π 0 π¬ 1 π 0
Just a realized not many people know about this: you should install the Claude Code VSCode extension so you can:
- Preview what CC is gonna change
- Quickly reference a line in your code
- Have it side by side without context and app switching
30.07.2025 14:50 β π 0 π 0 π¬ 0 π 0
New weekly limits are replacing the current limit. If you have too much fun first couple days, you will need to wait a week before you can use it again
28.07.2025 18:32 β π 0 π 0 π¬ 0 π 0
I only used this prompt to call the frontend agent I just created to generate this video. I'm impressed that it could create such good quality with this prompt and Remotion.
use frontend-agent to make a remotion video sample project showing next.js rsc code sample
25.07.2025 15:43 β π 0 π 0 π¬ 0 π 0
The other day I've learned a library called Remotion that lets you create video using React and it looks insanely good with their examples. Since Claude Code is good at coding, why not let them work together.
www.remotion.dev/
25.07.2025 15:43 β π 0 π 0 π¬ 1 π 0
This is kinda fun. Claude Code just released a new feature allowing us to create sub agents for specific needs. I took this chance to create a frontend expert agent and borrowed the code review and debug agents from documentation. π§΅
25.07.2025 15:43 β π 0 π 0 π¬ 1 π 0
Claude Code now lets you define sub agents with explicit instructions and tools access. You can different agents that are specializing in one thing and use it for different tasks. Update today and try with /agents
24.07.2025 22:10 β π 0 π 0 π¬ 0 π 0
Here is a reminder that Next.js server functions are still accessible by public. Next.js does use encrypted IDs that are periodically recalculated to prevent abuse but you should still add your own auth
24.07.2025 18:47 β π 0 π 0 π¬ 1 π 0
Code sample taken from:
www.mimecast.com/threat-inte...
23.07.2025 18:42 β π 0 π 0 π¬ 0 π 0
Today I learned that SVG isn't universally supported across email clients because of security concerns. Compared to JEPG which is binary raster data, SVG is text-based XML that can embed scripts so some clients choose to block it.
23.07.2025 18:42 β π 0 π 0 π¬ 1 π 0
Really impressed with macOS Tahoe. Beta 4 is polished and the new Spotlight just looks very good and finally usable with the speed and accuracy.
23.07.2025 17:20 β π 0 π 0 π¬ 0 π 0
Things Iβve learned from agentic coding:
- Give clear instructions
- Provide thorough context
- Prioritize works cuz you never know when your tokens run out
22.07.2025 18:41 β π 1 π 0 π¬ 0 π 0
How come I didn't know about git worktrees until now!
If you often git stash and check out branch, this is for you. You can work on multiple branches at the same time and they stay isolated. This enhances how Claude Code can work on multiple features at the same time.
20.07.2025 17:47 β π 1 π 0 π¬ 0 π 0
Example of you can ask Claude Code to do things: Spawn agents to do work in parallel. It will be faster and they will compare notes between each other.
17.07.2025 18:08 β π 0 π 0 π¬ 0 π 0
React Router's support for React Server Component is here!
Still experimental but RSC is not exclusive to Next.js anymore.
remix.run/blog/react-...
17.07.2025 00:09 β π 1 π 0 π¬ 0 π 0
Next.js 15.4
Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility.
There isn't much in Next.js 15.4 but It does give us a tease to what's to come in Next.js 16:
- Stable Node.js middleware
- Beta Turbopack builds
- Better caching including `use cache`
- Optimized client-side routing with prefetching and cache invalidation
- Log forwarding to terminal
15.07.2025 05:43 β π 0 π 0 π¬ 0 π 0
Quick Claude Code tip: if you want to have MCP available across all projects, make sure you define the scope. The default is current project.
14.07.2025 18:33 β π 0 π 0 π¬ 0 π 0
π Tech Enthusiast | AI & Dev Tools π οΈ
π₯ Sharing insights on Next.js, Payload, Supabase, Tailwind, AI, and serverless architecture.
πΊ Watch my tutorials & build with me: https://www.youtube.com/channel/UClxm1AYVvel_7Lhft3FPdhg
Building AI apps? You need sync.
https://electric-sql.com - see also @pglite.dev
The Windsurf Editor. Tomorrow's Editor, Today.
Rive is a new way to design, build, and ship UI for apps, products, websites, and games.
https://rive.app
Independent AI researcher, creator of datasette.io and llm.datasette.io, building open source tools for data journalism, writing about a lot of stuff at https://simonwillison.net/
https://e18e.dev (Ecosystem Performance) is a community initiative to bring together people who are passionate about improving performance in the JS ecosystem. Get involved at https://chat.e18e.dev π
Video Game deals in Canada π¨π¦, preorders, news. Nintendo, PS5, Xbox, PC. Links may be affiliate links. As an Amazon Associate I earn from qualifying purchases
https://linktr.ee/lbabinz
FreelanceBar is open 24/7! Resources, tips, and tutorials for freelancers. #Freelancers #RemoteWork #DigitalNomads πΊ Cheers!
linktr.ee/freelancebarme
Your web development agent. Created by Vercel.
βwalking between worlds with as much grace as is possibleβ βοΈ be kind.
π₯ generalist (design, eng, product), entrepreneur, alchemist
𧬠health x tech, longevity, nutrition, mindfulness
π€Έ parkour, dance, climbing, yoga
πΊοΈ https://paulmederos.com
Dad, husband, President, citizen. barackobama.com
building a community of 100M technologists | vp of global community @torc.dev | follow along for the journey | @appwrite.io hero | linktr.ee/taylordesseyn
how hackers start their afternoons. where 50k+ technologists publish blog posts for 4M+ monthly readers. https://hackernoon.com/
write your story π https://hackernoon.com/p/publish
VP of Software Engineering | @GitHub.com Star | Microsoft MVP | @playfulprogramming.com Partner | @TanStack.com Maintainer | Twitch Streamer (http://twitch.tv/crutchcorn) π
π
π
I Teach You System Design β’ Founder @ System Design One
Join 150K+ Subscribers β https://newsletter.systemdesign.one/
The React Framework β created and maintained by
@vercel.com
Senior Staff Software Engineer. 25+ Years Coding, Mother of Teens, Ruby, Book Lover, ADHD, Cats, Nature, Crochet, Boise, She/her.
Simple and performant reactivity for building user interfaces. Discord: http://discord.gg/solidjs