Titan – JavaScript-first framework that compiles into a Rust server
https://www.npmjs.com/package/@ezetgalaxy/titan
#HackerNews #Titan #JavaScript #Rust #Framework #JavaScriptDevelopment #WebDevelopment #OpenSource
Titan – JavaScript-first framework that compiles into a Rust server
https://www.npmjs.com/package/@ezetgalaxy/titan
#HackerNews #Titan #JavaScript #Rust #Framework #JavaScriptDevelopment #WebDevelopment #OpenSource
Showh HN: SQLite JavaScript - extend your database with JavaScript
https://github.com/sqliteai/sqlite-js
#HackerNews #ShowHN #SQLite #JavaScript #database #JavaScriptDevelopment #openSource
Some features that every JavaScript developer should know in 2025
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
#HackerNews #JavaScript #JavaScriptDevelopment #WebDevelopment #2025 #DeveloperTips
Running a Web App like Angular, React, Vue.js, ... on an Android app with a Local Webserver running. Here is an example:
#Android #AndroidAppDevelopment #JavaScript #JavascriptDevelopment #JavascriptFrameworks
Referenced link: https://hackernoon.com/how-to-reduce-response-times-and-improve-performance-with-redis-caching
Discuss on https://discu.eu/q/https://hackernoon.com/how-to-reduce-response-times-and-improve-performance-with-redis-caching
Originally posted by HackerNoon | Learn Any Technology / @hackernoon: http://nitter.platypush.tech/hackernoon/status/1653746350402437123#m
Learn how to improve the performance of your web application by caching API requests with Redis and Node.js. Reduce response time and increase efficiency by sto - https://hackernoon.com/how-to-reduce-response-times-and-improve-performance-with-redis-caching #javascript #javascriptdevelopment
Referenced link: https://hackernoon.com/javascript-ordinals-adding-st-nd-rd-and-th-suffixes-to-a-number
Discuss on https://discu.eu/q/https://hackernoon.com/javascript-ordinals-adding-st-nd-rd-and-th-suffixes-to-a-number
Originally posted by HackerNoon | Learn Any Technology / @[email protected]: https://twitter.com/hackernoon/status/1589377122975596549#m
In Javascript, it's usually considered best practice to work with absolute numbers, as number is a defined type. However, when expressing these numbers in user - cc: @smpnjn https://hackernoon.com/javascript-ordinals-adding-st-nd-rd-and-th-suffixes-to-a-number #javascript #javascriptdevelopment
Referenced link: https://hackernoon.com/a-guide-on-how-to-build-a-blockchain-with-javascript
Discuss on https://discu.eu/q/https://hackernoon.com/a-guide-on-how-to-build-a-blockchain-with-javascript
Originally posted by HackerNoon | Learn Any Technology / @[email protected]: https://twitter.com/hackernoon/status/1586125667854389248#m
Although JavaScript is now the most widely used programming language worldwide, it is not usually the first language picked for building a blockchain - https://hackernoon.com/a-guide-on-how-to-build-a-blockchain-with-javascript #javascriptdevelopment #javascript
Referenced link: https://hackernoon.com/understanding-chrome-v8-chapter-24-how-does-v8-describe-your-javascript-function
Discuss on https://discu.eu/q/https://hackernoon.com/understanding-chrome-v8-chapter-24-how-does-v8-describe-your-javascript-function
Originally posted by HackerNoon | Learn Any Technology / @[email protected]: https://twitter.com/hackernoon/status/1584892587764318209#m
"Let's Understand Chrome V8" are serial technology articles that explain the V8 code, it covers many V8 kernel functions and fundamentals. - https://hackernoon.com/understanding-chrome-v8-chapter-24-how-does-v8-describe-your-javascript-function #javascriptdevelopment #understandingchromev8
Referenced link: https://hackernoon.com/understanding-javascripts-array-slice-method
Discuss on https://discu.eu/q/https://hackernoon.com/understanding-javascripts-array-slice-method
Originally posted by HackerNoon | Learn Any Technology / @[email protected]: https://twitter.com/hackernoon/status/1583022723982594048#m
The slice method on arrays returns a shallow copy of a part of an array. It takes two numbers, a start, and an end. Every array has a slice method. - by @smpnjn https://hackernoon.com/understanding-javascripts-array-slice-method #javascriptdevelopment #javascript
Referenced link: https://hackernoon.com/understanding-the-javascript-array-reduce-method
Discuss on https://discu.eu/q/https://hackernoon.com/understanding-the-javascript-array-reduce-method
Originally posted by HackerNoon | Learn Any Technology / @[email protected]: https://twitter.com/hackernoon/status/1582660334178865152#m
The JS reduce method is a recursive way to perform a computation based on every element in the array while considering the previous elements of the array. - by @smpnjn https://hackernoon.com/understanding-the-javascript-array-reduce-method #javascript #javascriptdevelopment