Hacker News
- Generating code was never the hard part https://nick.scialli.me/blog/generating-code-was-never-the-hard-part/ 2 comments
- I'm skeptical of low-code https://nick.scialli.me/blog/why-im-skeptical-of-low-code/ 299 comments
- Generating code was never the hard part https://nick.scialli.me/blog/generating-code-was-never-the-hard-part/ 256 comments programming
- Software testing observations and recommendations https://nick.scialli.me/blog/testing-observations-and-recommendations/ 2 comments programming
- In-code TODOs are just documentation of tech debt https://nick.scialli.me/blog/in-code-todos-are-just-tech-debt/ 81 comments programming
- Are nitpicks really worth it? https://nick.scialli.me/blog/are-nitpicks-really-worth-it/ 222 comments programming
- Why I'm skeptical of low-code https://nick.scialli.me/blog/why-im-skeptical-of-low-code/ 52 comments webdev
- Why I'm skeptical of low-code https://nick.scialli.me/blog/why-im-skeptical-of-low-code/ 325 comments programming
- Callbacks, Promises, and Async-Await https://nick.scialli.me/callbacks-promises-and-async-await/ 17 comments javascript
- Short-Circuit Evaluation in JavaScript https://nick.scialli.me/short-circuit-evaluation-in-javascript/ 9 comments javascript
- A More Idiomatic Two-Sum Solution in JavaScript https://nick.scialli.me/a-more-idiomatic-two-sum-solution/ 2 comments javascript
- Beware the Reduce / Spread Operator Combination! https://nick.scialli.me/beware-the-reduce-spread-operator-combination/ 13 comments javascript
- An Introduction to Memoization in JavaScript https://nick.scialli.me/an-introduction-to-memoization-in-javascript/ 26 comments webdev
- An Introduction to Memoization in JavaScript https://nick.scialli.me/an-introduction-to-memoization-in-javascript/ 12 comments javascript
- Exploring the Two-Sum Interview Question in JavaScript http://nick.scialli.me/exploring-the-two-sum-interview-question-in-javascript/ 3 comments coding
- Exploring the Two-Sum Interview Question in JavaScript http://nick.scialli.me/exploring-the-two-sum-interview-question-in-javascript/ 21 comments javascript
- Exploring the Two-Sum Interview Question in JavaScript https://nick.scialli.me/exploring-the-two-sum-interview-question-in-javascript/ 17 comments coding
- Exploring the Two-Sum Interview Question in JavaScript https://nick.scialli.me/exploring-the-two-sum-interview-question-in-javascript/ 55 comments javascript
- First-Class Functions in JavaScript https://nick.scialli.me/first-class-functions-in-javascript/ 40 comments javascript
- Object Assignment vs. Primitive Assignment in JavaScript for Beginners https://nick.scialli.me/object-assignment-for-beginners/ 10 comments javascript