Thomas Scharke (@t_scharke) 's Twitter Profile
Thomas Scharke

@t_scharke

Software Engineer • Remote Worker • #JavaScript • #TypeScript • #React • #FullStack • Header by @gamell

ID: 971627635

linkhttps://www.linkedin.com/in/tscharke/ calendar_today26-11-2012 09:10:03

2,2K Tweet

884 Followers

3,3K Following

Nils Hartmann 🌻 @nilshartmann@norden.social (@nilshartmann) 's Twitter Profile Photo

Hi #JavaScript Testing Friends! What are you using to mock server calls in your tests (for example with TANSTACK Query): - #nock - Mock Service Worker 🇺🇦 Mock Service Worker - something else? ...and why? Thanks a lot! 😊

Smartino 📯 (@scherhagthomas) 's Twitter Profile Photo

Brandolinis Gesetz Alberto Brandolini ein italienischer Informatiker: „Das Widerlegen von Bullshit erfordert eine Größenordnung mehr Energie als dessen Produktion.“ Ich sehe das pessimistischer. Es sind Größenordnungen (Mehrzahl). 🫤 Daraus folgt: Empfänger von Falschmeldungen

Michaela Greiler (@mgreiler) 's Twitter Profile Photo

Here are six cool AI code review tools that integrate with GitHub: 1. Bito AI Code Review Agent: Offers comprehensive automated code review solutions, focusing on identifying bugs, code smells, and security vulnerabilities in pull requests.

Cory House (@housecor) 's Twitter Profile Photo

Quiz: Let’s see how well we understand React Server Components. Here are 12 questions. Question 1: Can a client component render a server component?

Smartino 📯 (@scherhagthomas) 's Twitter Profile Photo

Habt ihr ne FritzBox von AVM zuhause? Dann habe ich keine guten Nachrichten für euch, denn: "AVM von Investmentfirma gekauft" Ja und, who cares? 🤷 Doch, daß ist relevant. Sucht euch schonmal langsam einen neuen Router. Denn immer, wenn solch ein Unternehmen von einer

Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

Time to talk about one of the strangest TypeScript tricks around. It's the loose autocomplete trick. And it's ACTUALLY USEFUL for app development. Let me explain 🧵

Time to talk about one of the strangest TypeScript tricks around.

It's the loose autocomplete trick. And it's ACTUALLY USEFUL for app development.

Let me explain 🧵
Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

"it's unreadable" "a maintenance nightmare" "please don't do this" Your complex types don't need to be complex to use. Let me show you 🧵

"it's unreadable"
"a maintenance nightmare"
"please don't do this"

Your complex types don't need to be complex to use.

Let me show you 🧵
Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

Let's talk about another crazy TypeScript trick: `T[number]`. It looks like absolute insanity. But I promise by the end of this thread, you'll know how it works. Let's go 🧵

Let's talk about another crazy TypeScript trick: `T[number]`.

It looks like absolute insanity.

But I promise by the end of this thread, you'll know how it works.

Let's go 🧵
Prasenjit (@star_knight12) 's Twitter Profile Photo

CSS Clamp function 🌟 -> clamp() is a function in CSS that provides a concise way for combining both the min() and max() functions. ⚠ Note: This can be achieved by this also - min(100px, max(50%, 200px))

NullVoxPopuli (@nullvoxpopuli) 's Twitter Profile Photo

This presentation to TC39 has me *worried* for the future of JavaScript. I Do not like this phrasing. Let's dive in 👇 (1/35)

This presentation to TC39 has me *worried* for the future of JavaScript.

I 
Do not
like this phrasing.

Let's dive in 👇

(1/35)
Gabriel Vergnaud (@gabrielvergnaud) 's Twitter Profile Photo

Thinking of launching a series of short #TypeScript articles called Type Helper Explained 🤔 My goal is to: ✨ Break down real-world type helpers into bite-sized pieces ✨ Teach you advanced TS techniques along the way First up: OptionalKeysOf<T> 🎉 Link & more below 👇🧵

Thinking of launching a series of short #TypeScript articles called Type Helper Explained 🤔

My goal is to:
✨ Break down real-world type helpers into bite-sized pieces
✨ Teach you advanced TS techniques along the way

First up: OptionalKeysOf&lt;T&gt; 🎉 

Link &amp; more below 👇🧵
Thomas Scharke (@t_scharke) 's Twitter Profile Photo

#TIL that default values of properties on a #React component can also be a #hook. For example: function MyComponent({state = useState(0)}) {…}

MJ (@mjackson) 's Twitter Profile Photo

React hooks are full of footguns that make it easy to introduce bugs in your code. I have trained hundreds of developers on React and how to use React hooks effectively. Here are a few of the most egregious and common ways people misuse hooks. 1/n