Link Blog

11 collections · 221 total posts

January 2024

December 2023

31-12-2023
Configuration in Python Applications: No Magic, Just Necessary Practice

Configuration in Python Applications: No Magic, Just Necessary Practice

Source: robertrode.com

During the development of Python applications, I've continually asked myself how and when variables should be passed and initialized for the application's configuration. I want to be able to easily override the configuration for tests, for example, to use a local database for testing. But what exactly is application configuration, and why is it needed? The website a ...

November 2023

October 2023

August 2023

July 2023

June 2023

16-06-2023
Akshay's Blog

Akshay's Blog

Source: akshaykhot.com

I am a Ruby on Rails developer based in Victoria, BC. This blog is my attempt to spread the joy of building web applications in Ruby on Rails with the world.

Another great resource for learning how to use stimulus and hotwired in Ruby on Rails.

14-06-2023
Nova

Nova

Source: nova.app

The beautiful, fast, flexible, native Mac code editor from Panic.

Looks interesting! Will anything ever lure me away from vscode? Yes: I’m old enough to know that eventually every programming habit gets superseded by a better one.

April 2023

March 2023

19-03-2023
Zed - Code at the speed of thought

Zed - Code at the speed of thought

Source: zed.dev

Just to prove that theres never the last word on anything, especially programmers editors. I thought history ended with vscode. But take a look st this, pretty tantilizing! Author says: “Code at the speed of thought. Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.”

A very interesting new text editor. Looks a lot like vscode. Playing with it. It is written in RUST which is always now the key to being a cool app. It is very very fast. But it does not have all the plugins I rely on.

December 2022

15-12-2022
Coding Interview Preparation | Codinginterview

Coding Interview Preparation | Codinginterview

Source: codinginterview.com

A very interesting overview of companies and their spproach yo coding interviews. Good if youre applying for a job there. But also good if you are designing your interview process. Author says: “Take the guesswork out of coding interviews with codinginterview.com. Explore comprehensive guides to hack the process at top companies including Amazon, Microsoft, Google, Apple, Facebook, and more “

November 2022

27-11-2022
Using Rust at a startup: A cautionary tale

Using Rust at a startup: A cautionary tale

Source: scribe.rip

The author (not me) says: “Right up front, I should say that Rust is very good at what it’s designed to do, and if your project needs the specific benefits of Rust (a systems language with high performance, super strong typing, no need for garbage collection, etc.) then Rust is a great choice. But I think that Rust is often used in situations where it’s not a great fit, and teams pay the price of Rust’s complexity and overhead without getting much benefit.”

October 2022

02-10-2022
The Hundred-Year Programming Language

The Hundred-Year Programming Language

Source: codefol.io

A suprisingly thoughtful and detailed essay. I skimmed it. It's a bit of intellectual play because the question could be answered much more briefly. But the article does go deep and look at the question in many different interesting ways.