tech/webdev magazine

June 29, 2023

Unveiling the Dark Side of AI: How Prompt Hacking Can Sabotage Your AI Systems

Thursday, June 29, 2023 Teklinks

As the artificial intelligence (AI) landscape continues to rapidly evolve, new risks and vulnerabilities emerge. Businesses positioned to leverage large language models (LLMs) to enhance and automate their processes must be careful about the degree of autonomy and access privileges they confer to LLM-powered AI solutions, wherein lies a new frontier of cybersecurity challenges.

Full article

June 28, 2023

June 27, 2023

Why I Switched From Neovim To VSCode

Tuesday, June 27, 2023 Teklinks

I recently switched back to VSCode from Neovim as my primary code editor. You may think this is weird because everyone seems to be going the other way around. Why would anyone want to move away from the most loved code editor? In this post, I’ll explain why I made the switch and my experience so far.

Full article

Bundle Analysis: An Underrated Tool

Tuesday, June 27, 2023 Teklinks

Many modern web applications are composed of lots of JavaScript and even more third-party dependencies. Bundlers like WebPack, Rollup, and ESBuild simplify building and distributing bundles of code to a user’s browser.

Full article

Improving Performance with HTTP Streaming

Tuesday, June 27, 2023 Teklinks

You may have heard a joke that the Internet is a series of tubes. In this blog post, we’re going to talk about how we get a cool, refreshing stream of Airbnb.com bytes into your browser as quickly as possible using HTTP Streaming. Let’s first understand what streaming means.

Full article