Join us

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

Building GitHub with Ruby and Rails

GitHub upgrades Rails and Ruby weekly, benefiting from the latest improvements and security fixes. Frequent upgrades improve tool performance, simplify bug fixes, and deepen developer expertise. GitHub encourages other companies to invest in their frameworks for resilience and stability... read more  

Building GitHub with Ruby and Rails
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Functional Python - Dial M for Monoid

Functional programming is a useful concept that can lead to building robust software. Python's flexible syntax can also be used to implement it efficiently. Trick: instead of using type annotation, use abstract base class to define a type interface that allows for consistent use of monoids, helping .. read more  

Functional Python - Dial M for Monoid
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Understanding Python re(gex)

This book, available for free, heavily leans on examples to present features of regular expressions one by one... read more  

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

Understanding database Indexes in PostgreSQL

A deep dive into PostgreSQL indexes.. read more  

Understanding database Indexes in PostgreSQL
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Whywax? Ideas behind Bytewax

Bytewax is a library aiming to empower individual developers and data scientists to have maximum impact. It combines Python's data capabilities with Rust's performance and can be easily installed using `pip`. Bytewax utilizes Timely Dataflow, a distributed compute engine, and runs on Kubernetes, int.. read more  

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

Faster CPython at PyCon

A fast, two-member team at Microsoft's request has put together significant performance improvements for CPython. They describe a specialized adaptive interpreter and plan for future PEPs, all of which was covered at PyCon. The interpreter will specialize in common cases, and while it won't always b.. read more  

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

Python’s super() considered super!

Learn how to use Python's 'super' built-in effectively and write super concise code by giving a clear mental model of how it works with concrete advice using class building as an example in this article... read more  

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

Sorting a Django queryset by a custom sequence of an attribute

How to sort a Django queryset based on a custom sequence attribute? This article explains how to sort a table based on a list object in ascending or descending order. Django's search expression can also sort by conditional logic to return different expression values based on a criterion... read more  

Sorting a Django queryset by a custom sequence of an attribute
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Optimize Django Query Performance by combining Select Related and Prefetch Related

Blog post explores two powerful tools in Django that optimize query performance: (1) sql join operation for relationship model to retrieve related object in a single query, (2) initial QuerySet for reverse relationship to reduce the number of separate queries required to fetch complex objects... read more  

Optimize Django Query Performance by combining Select Related and Prefetch Related
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Learn Golang By Building Snake Game: A Complete Guide

Use the Ebiten library to develop cross-platform games. This tutorial covers basic Golang concepts and working in the Golang environment. Follow the steps to set up the Go environment, import required packages, and implement the game's basic logic. Plus, learn how to add features, different levels, .. read more  

Learn Golang By Building Snake Game: A Complete Guide

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