codeheaps retweetledi
codeheaps
1.4K posts

codeheaps
@codeheaps
Codeheaps provides you with easy tutorials and articles on computer programming languages, latest web development trends, frameworks and scripting languages.
Katılım Aralık 2013
235 Takip Edilen105 Takipçiler
codeheaps retweetledi

Ok, I'm seriously so excited by #TypeScript 4.1!
(released today!)
I mean come on: you can now e.g. type all 80 color variations from @TailwindCSS in like.. no time:
English
codeheaps retweetledi

In #JavaScript, `void 0` isn't an magic incantation for `undefined`
It's an operator that evaluates what comes after it, then always returns `undefined`
`void 0` may as well be `void 1`
It can also be used for IIFEs by making functions into expressions rather than declarations

English
codeheaps retweetledi
codeheaps retweetledi
codeheaps retweetledi

Lazy loading #Angular components with async/await is
- 🥴not lazy
- 🧟♀️not cancelable
- ☠️hard to handle errors
- 🤕clumsy to use
Checkout out rxLet directive and see how to do it better withing just
🤯2 LINES of CODE 🤯
Also, 🌟 on GitHub if u like it!
github.com/rx-angular/rx-…

English
codeheaps retweetledi

🎉 Ionic Vue is (finally) here! 🎉
Truly native, truly web, truly cross platform
💚 Built with @vuejs 3.0
⚙️ Standard Vue tooling w/ vue-router
🧩 100+ mobile UI components
📱 iOS, Android, and PWAs
Give it a spin 👇
bit.ly/3lNOy90
English
codeheaps retweetledi

Missed the Accessible UI series with @una?
We've got you covered!
📝 Semantic Markup: youtube.com/watch?v=arMgwK…
🎨 Color: youtube.com/watch?v=sEDnmN…
🚘 Navigation: youtube.com/watch?v=qD7Sec…
🖼 Media: youtube.com/watch?v=F9VCfA…
🎢 Animation: youtube.com/watch?v=_ZdZh-…

YouTube

YouTube

YouTube

YouTube

YouTube
English
codeheaps retweetledi

⚠️ Here are our examples from our talk at @rxjslive:
👉 Progressive Data Enhancement
bit.ly/3cfeWVF
👉 Error Handling
bit.ly/33Gb4cr
👉 Flickering Spinner
bit.ly/2ZO4dwu
👉 `subscribedTo` Operator
bit.ly/32IkYuN
For questions, let us know!
English
codeheaps retweetledi
codeheaps retweetledi

🎉Announcing rxjs-for-await! A library providing different strategies for subscribing to #RxJS observables using async/await and `for await` loops
Now available on npm!
npmjs.com/package/rxjs-f…

English
codeheaps retweetledi

I'm happy to announce:
🎉 React Query Devtools! 🎉
Visualize, sort, debug, manipulate and explore your queries in real-time! This is just the beginning!
#TanStack #React #javascript
github.com/tannerlinsley/…
English
codeheaps retweetledi

"The Shell Library patterns with Nx and Monorepo Architectures" by @nacho_vazquez14 #angular #nx #webdev #javascript indepth.dev/the-shell-libr…
English
codeheaps retweetledi

🤯 I will never not be fascinated by Church Encoding
Here are some Church Encoded Numerals 👇
🎮 Playground: runkit.com/joelnet/5e5eee…
Theme is moonlight
#javascript #100DaysOfCode

English
codeheaps retweetledi

Asynchronous JavaScript in four parts by @rauschma:
Foundations - bit.ly/async-1
Promises - bit.ly/async-2
Async functions - bit.ly/async-3
Async iteration - bit.ly/async-4

English
codeheaps retweetledi

I just finished a major rewrite of my desktop to-do app, todometer!
Rewritten with React hooks, an updated Electron packager, and a few new features.
I'm really happy with it, check it out!
cassidoo.github.io/todometer/
English
codeheaps retweetledi

Chaining in OOP is syntactically convenient. Looking forward to the pipeline operator |> giving us chaining for functions:
const re_op = ['*', '+']
.map(ch => escapeForRegExp(ch))
.join('')
|> str => '[' + str + ']'
|> RegExp;
#pipeline-operator" target="_blank" rel="nofollow noopener">2ality.com/2019/01/future…
English



