Join us

ContentUpdates from UWS...
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Build a Memory Game with Rails, Stimulus JS, and Tailwind CSS

Explore how Stimulus JS can be used to add interactivity and functionality to server-side rendered applications... read more  

Build a Memory Game with Rails, Stimulus JS, and Tailwind CSS
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Debugging a FUSE deadlock in the Linux kernel

Netflix's compute team manages its containers, including auto-scaling deployment, issue remediation, etc. Recently, they had a strange issue involving a custom internal fuse file system. The blog post describes the problem and how they fixed it by digging into the kernel code and discovering thread .. read more  

Debugging a FUSE deadlock in the Linux kernel
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Memory Allocation

The Basics of memory allocation: Understanding malloc and free, fragmentation, and inline bookkeeping... read more  

Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

What’s new in Swift 5.9?

Macros, if and switch expressions, noncopyable types, and more!.. read more  

Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Why SQLite is so great for the edge

SQLite is a lightweight and optimized database library perfect for mobile or serverless environments, with a small memory footprint. It can even be run in memory without the need for persistent storage. Its open-source extension mechanism provides endless functionality, AI integration, and more. Plu.. read more  

Why SQLite is so great for the edge
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

The Right Way to Run Shell Commands From Python

Exploring Python's pptions for running other processes: The good, the bad, and the right way.. read more  

Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Most Common Website Errors and How to Fix Them

Discover the most common website errors that can hinder your online presence and learn effective strategies to fix them... read more  

Most Common Website Errors and How to Fix Them
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Tabyl — a frequency table for the modern R user

The tabyl function in R's janitor package simplifies the creation of frequency tables. It has an easy syntax, generates contingency tables with counts and proportions, is compatible with dplyr, and produces neat and informative output. The tabyl function is a useful tool for data analysis in R, maki.. read more  

Tabyl — a frequency table for the modern R user
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

The evolution of React APIs and code reuse

Trace the evolution of React APIs and the mental models behind them. From mixins to hooks, to RSCs, understand the tradeoffs along the way... read more  

The evolution of React APIs and code reuse
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Streaming ChatGPT with server-sent events in Flask

The Azure SDK team created a sample using Flask to stream ChatGPT completions to the browser using server-sent events (SSE). SSE allows the server to stream responses to the client in chunks, creating a chat-like experience... read more  

Streaming ChatGPT with server-sent events in Flask

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.