tech/webdev magazine

September 26, 2023

Clean Code Is Slow, but You Need It Anyway…

Tuesday, September 26, 2023 Teklinks

In case you haven’t heard, something really interesting is happening in the programming/software development scene on Twitter. It started from one of Casey Muratori’s videos on Performance Aware Programming. It is aptly titled: “Clean Code, Horrible Performance.

Full article

September 25, 2023

Generating Real-Time Audio Sentiment Analysis With AI

Monday, September 25, 2023 Teklinks

In his previous article, Joas Pambou demonstrated how to build a tool to transcribe audio files and assign a score that measures the sentiment expressed in the transcription. The idea was to showcase how an audio file can be transcribed and evaluated for emotion. Now, Joas expands the tool to provide a sentiment score in real-time and enhances the user experience by providing multilingual support.

Full article

Introducing Playwright Support for Nx

Monday, September 25, 2023 Teklinks

We are very excited to announce our support for Playwright with our new plugin @nx/playwright. Before we start, let’s answer this question: what is Playwright and why should we use it?

Full article

Write Commit Messages Like a Pro: The Power of Conventional Commits

Monday, September 25, 2023 Teklinks

In my journey to becoming a better developer, I recently learned of a practice called “Conventional Commits.” This came to my attention after noticing how clean and easy to understand a new teammate’s commit messages were. Intrigued by their approach, I decided to give this convention a try.

Full article

September 24, 2023

Next.js 13.5

Sunday, September 24, 2023 Teklinks

Next.js 13.5 improves local dev performance and reliability with: 22% faster local server startup: Iterate faster with the App & Pages Router, 29% faster HMR (Fast Refresh): For faster iterations when saving changes, 40% less memory usage: Measured when running next start, Optimized Package Imports: Faster updates when using popular icon and component libraries, next/image Improvements: , art direction, and dark mode support, And over 438 bugs patched!

Full article