's   

Rushi's

Java, Js and everything web

  • Home
  • Musings
  • Tech
  • About
  • Contact

Month: June 2019

Jun 26
2019
0

const,let and never var

Posted by Rushi

In ES2015(ES6) and above, the advice given for variable declaration is “If possible, use const. Only use let if you know its value needs to change and never ever use var. (You can always go back and change a const to a let if it later turns out you need to change its value.) Lets […]

Read More →
javascript, tech const, ES2015, es6, execution-contexts, let, LexicalEnvironment, var, VariableEnvironment
Jun 17
2019
0

Apollo 11 In Real Time

Posted by Rushi

APOLLO 11 IN REAL TIME, A real-time journey through the first landing on the Moon. Relive every moment as it occurred in 1969 NASA’s Apollo 11 mission, second by second, from 20 hours before the launch on July 16, 1969, to just after Neil Armstrong, Buzz Aldrin and Michael Collins stepped aboard the USS Hornet […]

Read More →
Uncategorized apollo 11, apolloinrealtime, cool, cool website, landing, moon, moon landing, real-time, realtime
Jun 09
2019
0

Floating Point Arithmetic

Posted by Rushi

Open up your browser, and press F12, in most browsers it should give you a developer console(if not goto settings and then look for developer console). Type in the following: 1 2 0.1+0.2==0.3 false0.1+0.2==0.3 false The summation of 0.1 and 0.2 does not equal 0.3, that seems absurd to many who are noobs at programming. […]

Read More →
tech 0.1+0.2, Floating Point Arithmetic, IEEE754, stackoverflow

Tags

ad ai amazing android angularjs artificial intelligence automation browser Chrome claude code coding css design developer tools earth firefox funny git Google html images inspiring Ipad java javascript js linux machine learning movie mozilla music nasa open source pics programming Research Science software engineering tool video videos Windows XML youtube

RSS RSS

  • The Simple Guide to Running Qwen 3.5 9B Locally with Ollama
  • Claude’s Cycles: When Donald Knuth Met an AI
  • Sharing AI Agent Configs Between Cursor and Claude with Symlinks
  • Claude Code: A Software Engineer’s Field Guide
  • The Power User Playbook: Mastering Cursor Rules, Commands, and Skills
June 2019
MTWTFSS
 12
3456789
10111213141516
17181920212223
24252627282930
« May   Nov »
© 2026  rushis.com. | The content is copyrighted to Rushi and may not be reproduced.