SMRTR Programming

Programming stories

Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.

Latest storyDec 3, 2024

Building a Llama-OCR app

A new OCR app using the Llama-3.2-vision model allows users to upload images and convert them into structured markdown. Built with Ollama for local model serving and Streamlit for the user interface, the app demonstrates how easily LLM applications can be created. The entire code, including Streamlit implementation, is available on GitHub. This showcases the simplicity of using frameworks like Ollama to develop LLM...

Latest stories

I was wrong about GraphQL

GraphQL has transformed from a trendy tech to a crucial tool for API Federation in big companies, now mainly addressing organizational challenges in scaling API development across teams, rather than just technical data-fetching...

SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

More recent stories

The HTML Native Search Element

The HTML element, introduced in 2023, offers a container for search interfaces, enhancing accessibility and clarity for browsers and assistive technologies, specifically for search inputs and autocomplete features.

If Not React, Then What?

React is no longer recommended for new web projects due to performance and accessibility issues. Teams should focus on user needs and evidence-based decision making when choosing technologies. Key points: 1. Server-generated...

Minimize Javascript in your codebase

Javascript's implementation varies across browsers, requiring polyfills to bridge gaps. It lacks built-in libraries, relying heavily on third-party packages for basic tasks. Server-side Javascript faces uncertainty with Node.js...

Code Chess game with React JS

A tutorial demonstrates how to create a two-player chess game using React, react-chessboard, and chess.js libraries. The hands-on coding lesson guides developers through building a fully functional chess application, offering...