
The Best Programmers I Know | Matthias Endler
I have met a lot of developers in my life. Late…
Linked is a fun article, mostly because I agree with just about all the points made!
I have met a lot of developers in my life. Late…
Linked is a fun article, mostly because I agree with just about all the points made!
The following are useful troubleshooting tools for analyzing and understanding network traffic.
Linked is an excellent rundown of Linux network performance tools and troubleshooting tips.
Write faster code by understanding how it flows through your CPU
Linked is a great overview of how common CPU optimizations work. It teaches with a really good metaphor. Worth reading even if you are not optimizing to the point of counting cycles!
A visual-focused review of some key practical algorithms used in the real world.
Linked is a super useful directory of many or most of the classic foundational Computer Science algorithms. No, there was no PID or Kalman Filter but those are a bit specialized.
I want to write a post about Pitchfork, explaining where it comes from, why it is like it is, and how I see its future. But before I can get to that, I think I need to share my mental model on a few things, in this case, Ractors.
Linked is a good explanation of Ruby ractors, and a reminder that they still exist!
None
Linked is a great summary of python type checking.
To celebrate 50k subscribers to Product for Engineers, here are the 50 most important lessons we’ve learned about building great products.
Linked are some really good ideas.
What are the alternatives to scrum and kanban you ask? Here’s 3 different product development processes that modern product teams are using that you may very well have never heard of.
Linked is an interesting review of different development processes and methodology. Beyond the well known two or three they discuss some options that have been very successful.
What I use them for and what I don't
Linked is a pretty good summary of ways to use “ai” in as a software engineer.
An article by Rob Allen
Linked is a useful little tip for if you are considering adopting UV.
A couple of days ago, Cursor went down during the ChatGPT outage. I stared at my terminal facing those red error messages that I hate to see. An AWS error glared back at me. I didn’t want to figure it out without AI’s help. After 12 years of coding, I’d somehow become worse at my own craft. And this isn’t hyperbole—this is the new reality for software developers.
Linked article talks about something I’ve been thinking about. I’ve experienced it myself but not programming. When I delved into an area that the LLM didn’t know as well, it started giving me incorrect hallucinated answers. I went back to regular searches and posting on specific forums!
Just a small tool to help me (and you but without any guaranty) to create command alias and sub-aliases (multi word alias) - adoy/cmdalias
Linked is not a recommendation - as I have not tried it. But I've been typing lots of repetitive commands the last few days and I got to thinking that having a way to have aliases which were more than a single word would make them easier to remember and more flexible. This is one that I found
More features, active users, and data are collected daily. Your database is slowing your application. Many people don't understand database sharding, which could solve their difficulties. This article explains database sharding, its benefits, including ho
Linked is a modern explanation of sharding and other approaches to dealing with scaling db backends.
Run local LLMs inside your browser. Contribute to sauravpanda/BrowserAI development by creating an account on GitHub.
This could be important. Linked is a tool that allows you to run an LLM locally in your browser. Why is that interesting? After all you can already run it locally, just on your laptop. I think, if this thing works, one can provide LLM features as part of a SaS app, while guaranteeing your users that their information is staying with them and not going into “the cloud”.
Sync, search and backup shell history with Atuin
Linked is a linux-friendly command history editor. I needed one and I grabbed the first one I saw. But I am feeling like it's too heavy weight.
Welcome to PyViz! The PyViz.org website is an open platform for helping users decide on the best open-source (OSS) Python data visualization tools for their purposes, with links, overviews, comparisons, and examples.
Linked is a big ole catalog of all the different visualization tools, packages and frameworks in python. Handy resource if you are experiencing analysis paralysis!
Music programming in the browser
Linked is a tool for writing electronic sounding music 5hrough a cryptic language, right in the browser. It reminds me of SonicPi except with a far worse syntax. But it runs in the browser which is pretty cool!
What are some of the benefits and challenges that come with caching? I'll do my best to illustrate what you should know about every caching layer.
Here I link to an overview of the different models of caching.
In this tutorial we will learn about the concepts behind the SQL syntax. We will go through the basics of how to use the FROM and WHERE clauses, and move on to more advanced topics like joins, aggregations and subqueries. If you’re anything like me, SQL is one of those things that may look easy at first (it reads just like regular english!), but for some reason you can’t help but google the correct syntax for almost every query.
Linked is a handy little SQL tutorial and guide.
Clearbit's free Logo API is still available here in 2021 — and still completely free.
We never found anything that catered well to company logos. And yet there's a lot of clear use-cases ranging from setting an organization's default image on signup to pulling in logos next to job listings.
Clearbit Logo API The API is incredibly simple, taking a company's domain and returning an image.
GET https://logo.clearbit.com/:domain
Behind the scenes we're using Clearbit's Company API [https://clear
Linked is a service that returns the logo for any domain name. I tried it on salas.com and it worked great!