https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
Deno Deploy users are safe thanks to runtime-level mitigations applied by our team.
For more details:
deno.com/blog/cve-202...
Deno Deploy users are safe thanks to runtime-level mitigations applied by our team.
For more details:
deno.com/blog/cve-202...
> "Hmm, English is quite imprecise and the AI seem to interpret requests incorrectly. We need to refine this with a specification."
> Congratulations you've re-invented the concept of a programming language.
> "Hmm, English is quite imprecise and the AI seem to interpret requests incorrectly. We need to refine this with a specification."
> Congratulations you've re-invented the concept of a programming language.
• Given that tabs for indent allow the reader of the code to choose their own preference for the indentation size why do most developers enforce spaces for indents?
• Given the unix spec that lines must end with a new-line why do some editors by default remove them?
• Given that tabs for indent allow the reader of the code to choose their own preference for the indentation size why do most developers enforce spaces for indents?
• Given the unix spec that lines must end with a new-line why do some editors by default remove them?
Can anyone explain why that technology is there yet it is hardly ever used with FE development?
Can anyone explain why that technology is there yet it is hardly ever used with FE development?
// 1. Chaining various operations
const regexOperators =
['*', '+', '[', ']']
.map(ch => escapeForRegExp(ch))
.join('')
|> '[' + % + ']'
|> new RegExp(%)
;
// 1. Chaining various operations
const regexOperators =
['*', '+', '[', ']']
.map(ch => escapeForRegExp(ch))
.join('')
|> '[' + % + ']'
|> new RegExp(%)
;
youtu.be/qUhtlnL48yA?...
youtu.be/qUhtlnL48yA?...
“We should be careful both to avoid ‘optimising’ and accelerating the creation of legacy code and to mistake such pessimisation as productivity — especially if we’re doing so at the expense of joy, time and skill.”
To repeat: “at the expense of joy, time and skill”. Hits home that!
"By skimming past the friction necessary for learning, the pursuit of convenience can end up deskilling rather than enhancing skills."
kevlinhenney.medium.com/think-for-yo...
“We should be careful both to avoid ‘optimising’ and accelerating the creation of legacy code and to mistake such pessimisation as productivity — especially if we’re doing so at the expense of joy, time and skill.”
To repeat: “at the expense of joy, time and skill”. Hits home that!
IE: Error handling. Critical for biz needs. Yet so many companies I've seen absolutely neglect it. Why? Not enough engineers focusing on that discipline
Get good at that stuff and you'll be unstoppable
IE: Error handling. Critical for biz needs. Yet so many companies I've seen absolutely neglect it. Why? Not enough engineers focusing on that discipline
Get good at that stuff and you'll be unstoppable
tritarget.org#Rethinking%2...
tritarget.org#Rethinking%2...
Use Intl.Segmenter API. Available in every JS runtime
Use Intl.Segmenter API. Available in every JS runtime
Have I got your attention about Explicit Resource Management in #JavaScript yet?
Have I got your attention about Explicit Resource Management in #JavaScript yet?
piccalil.li/blog/nan-the...
piccalil.li/blog/nan-the...