Handling dates in Next.js can be challenging due to server-client time zone differences. This article highlights common issues and best practices, such as fixing locales and time zones, to ensure consistency. https://t.co/r3SZmVCIqW via @LinkedIn
I'm making 4 of my courses completely free
These are getting older and not selling much anymore. Content is still 99% valid and best practices
I put hours of ❤️ into these
• Beginner Tailwind
• Beginner React 2022
• Make 20 React Apps
• Productive VS Code
👇 Links below
I have an issue with latest @AppleSupport macOS Ventura.
I have a @nuxt_js project that used to work fine with MacOS Monterey, but after the upgrade to Ventura , files changes are not detected and nothing is getting compiled.
Any idea ?
Not everyone who uses your websites and apps will have really fast internet or brand new devices.
So how can you make sure your webpages render smoothly for all?
Here, Favour explains how pages get rendered on the browser + the pros/cons of each method.
https://t.co/qRM4QqESZS
Does your Mac becomes slow/unresponsive (fans kicking in etc.) when you `npm install` a huge project with a million tiny dependencies? I learned that adding an empty `.metadata_never_index` in /node_modules *beforehand* will prevent Spotlight from indexing all that crap.
Why ain’t nobody among tech reviewers put the spot on the #MacBook noisy fan especially when connected to external monitor 💨mine is constantly hitting 6000 rpm with nothing other than docker and a couple of browser tabs
This is so stressful 😵💫
What i don't like about @nuxt_js is the amount of abstraction; do this and it will work!
I really advise newcomers to spend time on #Vue first before jumping on #Nuxt, elsewhere you'll be missing so much!
Important reminder for React developers:
React.memo 👉 used with component to prevent re-render.
UseCallback 👉 return a memoized function.
UseMemo 👉 return memoized value.
Have a nice day!