Capitalist Nigger (@felixodingo) 's Twitter Profile
Capitalist Nigger

@felixodingo

Backend Engineer | Elixir | Phoenix and Liveview | OTP | Erlang| E-commerce enthusiast: Shopify, Woocommerce, Magento| Young, Ambitious & Stupid |

ID: 2525476641

linkhttp://www.malley.co.ke calendar_today03-05-2014 13:30:40

1,1K Tweet

266 Followers

957 Following

Richard Seroter (@rseroter) 's Twitter Profile Photo

"This was a very interesting debugging exercise that covered many layers of Netflix’s stack and infrastructure." netflixtechblog.com/investigation-… < blame the network first, right? This is a good Netflix post about how they did troubleshooting of an app with cross-region traffic

Bytebytego (@bytebytego) 's Twitter Profile Photo

A picture is worth a thousand words: 9 best practices for developing microservices. When we develop microservices, we need to follow the following best practices: 1. Use separate data storage for each microservice 2. Keep code at a similar level of maturity 3. Separate

A picture is worth a thousand words: 9 best practices for developing microservices. 

When we develop microservices, we need to follow the following best practices: 
 
1. Use separate data storage for each microservice 
2. Keep code at a similar level of maturity 
3. Separate
Capitalist Nigger (@felixodingo) 's Twitter Profile Photo

They chased away De LaRue, which was located in Kenya, and had actually employed many Kenyans, only to hire a German firm to what was already being done domestically. And you want us to believe you're creating jobs for youth.

Peter Friday (@peterfriday) 's Twitter Profile Photo

If you love Elixir and the Environment I have a dream job for you. We're hiring in both Cupertino and Seattle. #myelixirstatus jobs.apple.com/en-us/details/… jobs.apple.com/en-us/details/…

José Valim (@josevalim) 's Twitter Profile Photo

Please welcome Elixir's official Language Server team: icecreamcohen (Lexical), mitch the elixir-tools guy 👨🏻‍🔬👨🏻‍🔧 (NextLS), and Łukasz Samson (ElixirLS) team up to provide a unified language server platform. Read all about it here: elixir-lang.org/blog/2024/08/1…

Ole Lehmann (@oledoteth) 's Twitter Profile Photo

I'm European. I recently visited the USA for the first time since 2018, hitting up Las Vegas and New York City. What I witnessed left me stunned. 15 American oddities I still can't wrap my head around:

I'm European.

I recently visited the USA for the first time since 2018, hitting up Las Vegas and New York City.

What I witnessed left me stunned.

15 American oddities I still can't wrap my head around:
José Valim (@josevalim) 's Twitter Profile Photo

Hooray! Thanks to the Erlang Ecosystem Foundation, the next versions of Livebook and The Elixir programming language will have signed installers on Windows. This means a much smoother experience for those getting started. Kudos to Erlang Ecosystem Foundation and Wojtek Mach for doing the hard work!

Bonnie (@the_greatbonnie) 's Twitter Profile Photo

Yesterday, I was talking to an Android Developer and Cursor came up. The person didn't know what Cursor is and I said it is like VSCode but with AI integration. Then the person asked, "What is VSCode?"

Java Guides (@guidesjava) 's Twitter Profile Photo

Structure of JSON Web Token: [1] JWT is a standard for defining tokens. You can use them to represent claims. [2] A single JWT contains all the required info about an entity, making it ideal for authentication. [3] There are three main components of a JWT - header, payload,

Structure of JSON Web Token:

[1] JWT is a standard for defining tokens. You can use them to represent claims.

[2] A single JWT contains all the required info about an entity, making it ideal for authentication.

[3] There are three main components of a JWT - header, payload,
Raul Junco (@rauljuncov) 's Twitter Profile Photo

An Interview question every developer should know. What's the difference between Tokens and API keys? We use API keys and tokens for authentication and authorization. But they serve different purposes and have distinct characteristics. Tokens (like JWT - JSON Web Tokens):

An Interview question every developer should know. 

What's the difference between Tokens and API keys?

We use API keys and tokens for authentication and authorization.

But they serve different purposes and have distinct characteristics.

Tokens (like JWT - JSON Web Tokens):
Capitalist Nigger (@felixodingo) 's Twitter Profile Photo

Come to think of it, what heppened to all to all the hype and craze about web3 and blockchain? This was the talk of town in 2021. I remember trying to learn solidity out of pressure 😂😂😂.

Peter Ullrich (@pjullrich) 's Twitter Profile Photo

🚨 Announcement 🚨 I'm releasing RunElixir(.)com which is a free, 30min Elixir Quickstart guide. It aims to answer the question: "How can I get started with Elixir?" but also "What else is there to know about Elixir?" #MyElixirStatus José Valim Chris McCord Theo - t3.gg

Arpit Bhayani (@arpit_bhayani) 's Twitter Profile Photo

claude + cursor or copilot are great for easy/primitive work and quick scripting. But when you are coding something non-obvious or sightly complex, these tools are actually slow you down.

José Valim (@josevalim) 's Twitter Profile Photo

New article! Remix's concurrent submissions are fundamentally flawed (without causal ordering): dashbit.co/blog/remix-con… I expand on why allowing concurrent operations on the client can introduce bugs, races, and complexity without ordering on the server.