Аневризма retweeted
We are proud to have a profitable business model that doesn't rely on collecting personal data. Our Founder & CEO explains how we make money & why companies like Google & Facebook could still be wildly profitable without invasive tracking: quora.com/What-is-the-revenu…
459
2,306
5,690
U know what’s the difference between between #angular and #react ? That React has hooks bitch!!! #javascript
3
4
Аневризма retweeted
Emerging JavaScript pattern: multiple return values loige.co/emerging-javascript… #JavaScript
1
Аневризма retweeted
How does merge sort algorithm works? codeburst.io/how-does-merge-… #JavaScript
1
Аневризма retweeted
JavaScript design patterns blog.logrocket.com/javascrip… #JavaScript
2
Аневризма retweeted
life hack: console log function that auto-indents based on the depth of your call stack
65
1,110
5,088
let u = 9; let v = &u; // так же z = ref u; u == z // true #rust
React’s useEffect hook, by default runs both after the initial render and after every update, so ir is consistent with what rendered #javascript #react
1
1
Аневризма retweeted
The Node.js Master Class: No Frameworks, No NPM, No Dependencies. The class consists of 83 lectures, 15 hours of content, 3 large projects, 7 small projects, and a few quizzes. Join the 4000+ students who have already enrolled. Discounts available! pirple.thinkific.com/courses…
100
937
4,352
async/await is not the answer to handle #asynchronicity We should embrace it! #javascript
only one reference can own a piece of data at a time #rust #ownership
1
Аневризма retweeted
Math In JavaScript Can Be Awesome youtube.com/watch?v=wlhZZ-kb… #JavaScript
4
3
The #heap is a little bit slower than the #stack because the #CPU has to follow a #pointer down where the actual data is being stored #rust
Аневризма retweeted
Function calls between JavaScript and WebAssembly are finally fast! 🎉 wasm » JS 🔥 ~750ms → 450ms JS » wasm 🔥 ~5500ms → 450ms monomorphic JS » wasm 💥 ~5250ms → 250ms wasm » built-in 🔥 ~5750ms → 600ms See how we did it → hacks.mozilla.org/2018/10/ca…
46
878
2,438
function composition is about modeling the flow of data across of series of operations состав функции о моделировании потока данных через серии операций #javascript #functionalprogramming #функциональноепрограммирование
Частичное применение функции означает создание новой функции с пред-заполнением некоторых аргументов оригинальной функции. const partial = (fn, ...args) => (...moreArgs) => fn(...args, ...moreArgs) #javascript #functionalprogramming #react
1
Аневризма retweeted
Demystifying The Service Worker Lifecycle scotch.io/tutorials/demystif… #JavaScript
1