Marco Biedermann
1K posts

Marco Biedermann
@BiedermannMarco
Senior Full-Stack Software Engineer @MobimeoMobility working primarily with TypeScript, Node.js & React
Berlin, Germany Katılım Nisan 2011
226 Takip Edilen274 Takipçiler

@matteocollina Great book, thanks! Is there a way to contribute to it and suggest fixes/improvements?
English

Switzerland now requires all government software to be open source zdnet.com/article/switze…
English

Storybook Rsbuild is here! 🥳
It's built based on Rspack & Rsbuild, 5x faster than the webpack version.
See: github.com/rspack-contrib…
Made by @fi3ework ❤️

English

@wesbos SQLite is way more limited. You have fewer data types available, formatting functions, aggregators and so on.
English

I have to admit that I haven’t used @Netlify in quite some time but I was really impressed how it developed. With smart cashing of @nodejs modules and files, my @reactjs app written in @typescript got deployed in 17s 🚀
English

💡Today I learned that you can use `npm init` as an alias for `npx create-` e.g. `npm init react-app` instead of `npx create-react-app`. Especially handy when setting up a new project
docs.npmjs.com/cli/v6/command…

English

💡Today I learned that those are three different (sub)-types in TypeScript
#typescript #javascript

English

@_georgemoller Why not a simple `if (condition) return`? No need to learn a new component interface and almost language agnostic
English

I'd love to make some new shiny @codepen demos..
But ikd, my inner gut prefers planting flowers on my terraces
English

@wesbos Docker Compose and bridge the network, so I can access the database via localhost
English

@TheRealP_YAN @mattpocockuk ```
type Length<T extends readonly any[]> = T['length']
```
English

@Petekqt1 In JavaScript everything is an Object and it is a loosely typed language. With that in mind, all other concepts make perfectly sense
English



