Code_E_Pendant

2.3K posts

Code_E_Pendant banner
Code_E_Pendant

Code_E_Pendant

@code_e_pendant

Founder @ThunderSolutns | OSS | Occasional author of tech articles | Full Stack | Rustacean 🦀 | Also a giant weeb ← this is important

Pittsburgh, PA Entrou em Mayıs 2022
312 Seguindo158 Seguidores
Tweet fixado
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
Just published 🌩️Thunderous🌩️ to npm! Bringing a functional style, signals, and a render-once approach to web components. npmjs.com/package/thunde…
English
0
0
0
225
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
I don't think Scrum is right and our intuition is wrong. If the framework operates like a trick question that fools 75% of people, then the framework is wrong.
English
0
0
0
20
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
Technically, it's a static validator for dynamic types. But if you aren't into being pedantic, the shortcut is "a dynamically typed language" in my book.
English
0
0
0
7
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
TS is just JS with annotations. TS is not a complete language by itself, because its semantics, runtime, and behavior are all just plain JS. TS does not change JS behavior from dynamic to statically typed. So I think it's misleading to describe TS as a statically typed language.
English
1
0
0
7
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
Got a hot take for ya. TypeScript is more dynamic than static. Sure it checks before runtime, but calling it compile time is generous. It's source-to-source, and it only strips types. For the language holistically, compiler and runtime together, JS is truth, not the compiler.
English
1
0
0
16
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
If I said I was away for two years being enlightened among shaolin monks, would you believe me?
English
0
0
0
17
WarrenBuffering
WarrenBuffering@WarrenInTheBuff·
presenting: the x(dot)com compass
WarrenBuffering tweet media
English
28
2
113
6.2K
MapleLeaf 🍁
MapleLeaf 🍁@heyImMapleLeaf·
after two fun years, I've decided to move on from Astro. couldn't have asked for a better team, just thought I should find something that'd be a better fit with that, I am Officially™️ open for work! leaning towards React, TS, frontend stuff, but open to anything adjacent
English
10
16
296
90.1K
Code_E_Pendant retweetou
Espiritu
Espiritu@OtakuEspiritu·
Espiritu tweet media
ZXX
372
970
17.7K
331.5K
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
Hey, I don't want this
Code_E_Pendant tweet media
English
0
0
0
47
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
Putting aside the common crits, React is good at CSR. React is even good at SSR. But React is NOT good at server-first. Too easy to import something that throws in RSCs. Server actions abstract too much and invite vulnerabilities. Server-first is good, React is not good at it.
English
0
0
0
58
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
@adamdotdev this is the most agile thing anyone could say. Corporate scrum is so painful
English
0
0
3
167
WarrenBuffering
WarrenBuffering@WarrenInTheBuff·
wife just called me a soyboy and a nutbutt while on my way down the stairs to slave another night away mudding and sanding HER new basement so SHE has a place to "get away" so that's how my night is going, what are you up to?
English
18
0
47
1.6K
ThePrimeagen
ThePrimeagen@ThePrimeagen·
WHY DO YOU DO THIS, CONST ARROW IS LONGER
ThePrimeagen tweet media
English
563
170
5K
536.4K
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
So I'm not going to be all dramatic and talk about leaving forever, but I might start posting here less and less. You know where to find me if you care 🦋
English
0
0
0
56
Code_E_Pendant
Code_E_Pendant@code_e_pendant·
As I keep playing with native, I'm thinking the only big pain point is layouts. Copy/pasting HTML is not ideal, it'd be great to share a layout with some variables. The challenge is accomplishing this with the least amount of framework magic possible.
English
0
0
0
46
Anshul
Anshul@anshulxyz·
@_filtra Yes, think of file system, imagine you want to read the names of all the files in the directory and its sub-directories. Since the structure of the file-system/tree is unstructured, recursion is perfect for this kind of traversal.
English
2
0
3
87
filtra.io
filtra.io@_filtra·
Is there ever a good reason for recursion?
English
4
0
3
640