TLDR Dev 2023-06-12
All-cash vs stock compensation for devs ๐ฐ, CS:GO security issues ๐, LLM unit testing ๐
Whatโs the simplest way to add email and scheduling capabilities to your app? (Sponsor)
Upwork, WiX, and Crunchbase reached the same answer. They use simple APIs by
Nylas to seamlessly
integrate emails, calendars, and contacts. Because devs have better things do to than write email and calendar integrations.
Nylas lets you sync data from your usersโ inboxes, calendars, and address books. It supports every provider in the world, including Google, Microsoft, and Apple. You can automate tasks like scheduling meetings, sorting emails, and data entry. And itโs maintenance-free with a 99.9% guaranteed uptime.
To learn more, you can connect with a Nylas expert. And yes, thereโs also a free-forever tier.
๐งโ๐ป
Articles & Tutorials
What is a Vector Database? (12 minute read)
Many AI applications that involve large language models or generative AI rely on vector embeddings, a type of data representation that carries within it semantic information thatโs critical for the AI to gain understanding and maintain a long-term memory they can draw upon when executing complex tasks. Vector databases offer optimized storage and querying capabilities for embeddings. They have the capabilities of a traditional database that are absent in standalone vector indexes and the specialization of dealing with vector embeddings, which traditional scalar-based databases lack.
CS:GO: From Zero to 0-day (16 minute read)
Neodyme identified three independent remote code execution (RCE) vulnerabilities in the popular Counter-Strike: Global Offensive game. Each vulnerability can be triggered when the game client connects to their malicious Python CS:GO server. This post details their journey through the CS:GO binary and conducts a technical deep dive into various identified bugs. They conclude by presenting a proof of concept (POC) exploit that leverages four different logic bugs into remote code execution in the gameโs client, triggered when a client connects to the server.
Gotchas of Streaming Pipelines: Profiling & Performance Improvements (9 minute read)
Lyft's engineering blog discusses strategies for identifying and addressing performance issues in streaming pipelines. The author emphasizes the importance of an iterative process involving measurement, root cause identification, and fixing. Key performance issues they address include data skewness, large window size, interaction with low-speed services, and serialization/deserialization, with solutions ranging from avoiding unnecessary operations to optimizing network aspects.
TinyBase (GitHub Repo)
TinyBase is a reactive data store for local-first apps. It has many features, like support for both KV stores and tabular data, a powerful query engine, flexible UI reactivity to data updates, data sync between remote and local storage, and more. When compressed, TinyBase is less than 10kB and has zero dependencies.
Ozone (Website)
Ozone is software to help developers build unit tests for LLMs. Ozone enables developers to ensure prompt reliability, increase security, and foster efficient collaboration. It provides intuitive prompt testing and refinement, including automated registered tests, for reliable and secure AI interactions.
Faker.js UI (GitHub Repo)
Faker.js UI provides an easy way to generate fake, but realistic data, for testing and development.
The Myth of the AI Infrastructure Phase (2 minute read)
Can LLM infrastructure be built before LLM applications? The phrase โsell shovels in a gold rushโ has led to a host of infrastructure for LLMs startups in the wake of the LLM boom. However, knowing the correct APIs and use cases for LLM infrastructure before real LLM-enabled applications are deployed for a long time is difficult. It may not be the time yet for AI infrastructure companies as actual AI applications need time to grow first so that actual problems can be discovered.
How Much Does it Cost to Develop an App Like Shein? (15 minute read)
Shein is a fashion shopping app that contains basic features like authentication, payment, and more. This article contains numerous business aspects of developing an app like Shein. It starts by explaining how much it costs to develop the app, which depends on factors like app size, platform and location of app developers. A basic small-scale app can cost between $25,000-$35,000 and take 4-6 months to develop. The article then focuses on the business model of Fashion apps like Shein, what makes it popular and key features to include in a fashion app. On the technical side, it covers the process of developing such an app, from market analysis to development and to testing.
Mental Liquidity (5 minute read)
Mental liquidity is the ability to quickly abandon previous beliefs when the world changes or when you come across new information. However, mental liquidity is rare and can be hard to change as you get older. Morgan Housel, the author of Psychology of Money, lays out some anecdotes about how Albert Einstein himself even had a problem with mental liquidity. Itโs important to be careful about what beliefs you let become a part of your identity and how most fields have theories, ideas, and hunches, but not laws - things that are unimpeachable and cannot ever change.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email