'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 ads amazing angularjs artificial intelligence Awesome browser Chrome code coding css design earth firefox funny Google html images inspiring Ipad java javascript js learning linux machine learning magazine movie mozilla music nasa open source pics programming Research Science tool video videos web wikipedia Windows World XML youtube

RSS RSS

  • Understanding MCP: The Language That Helps AI Models Speak to Applications
  • Navigating Cursor IDE’s AI Models: A Developer’s Guide
  • AI Toolkit for Visual Studio Code
  • Running DeepSeek Locally on your desktop/laptop with Ollama
  • AI-Powered Color Palettes: Evoking Emotions Through Intelligent Design
June 2019
MTWTFSS
 12
3456789
10111213141516
17181920212223
24252627282930
« May   Nov »
© 2025  rushis.com. | The content is copyrighted to Rushi and may not be reproduced.