Skip to content

Instantly share code, notes, and snippets.

View ishanajmeri's full-sized avatar
💭
let's get started

ishan ajmeri ishanajmeri

💭
let's get started
View GitHub Profile
@ishanajmeri
ishanajmeri / logic.md
Last active June 26, 2024 10:41 — forked from r-kohale9/logic.md

Logic

Stories

Dynamic block

  1. 2 lives
  • show solution on last incorrect
  • show correct on correct attempt
- enormous
- admiration
- overwhelmed
- obliged
- frown
- gazillion
- lame
- lousy
- ravishing
- minimal
  • why would I hire you
  • What's the riskiest thing you have done in life? (Be Brief)
  • Choose between money or power? Why?
  • Do you usually strive for speed or perfection? Why?
  • How will your professors describe you?
  • What would you do differently if you knew nobody would judge you?

first of all,As you can listening me, I am working tirelessly on my communication abilities.

?

MuiThemeProvider

  • Wrap main container's content with the MuiThemeProvider component.
import { MuiThemeProvider } from 'material-ui/styles';
{"version":1,"resource":"file:///home/ishan/Projects/the-hw-app/android-app/app/src/main/java/ai/homework/app/ncert/cbse/maths/science/application_android/ui/question_bank/activity/QuestionBankComposeActivity.kt","entries":[{"id":"QUPG.kt","timestamp":1650693008970},{"id":"aFOl.kt","timestamp":1661496080593},{"id":"kmqq.kt","timestamp":1661496186931},{"id":"4bSd.kt","timestamp":1662060429416},{"id":"hpWg.kt","timestamp":1662331134587}]}

?

  • Node.js is an open-source and cross-platform runtime environment that executes JavaScript code outside of a browser.Which is used of buliding backand services called as Apllication Programming Interface.
  • use for prototyping and agile development.
    • prototype id an object that is associated with every functions and objects by default in JavaScript(similar to the constructor)
  • Node is a runtime environment for executing JS code.

The module wraper

  • Every file in a Node application is a module.Node automatically warps the code in each file with an IIFE(Immediately-invoked Function Expression) to create scope.So,variable and fuctions defined in one file are only scoped to that file and not visible to other files unless explicitly exported.
@ishanajmeri
ishanajmeri / react-codeWithMosh-importantPoints.md
Created March 6, 2020 16:37 — forked from r-kohale9/react-codeWithMosh-importantPoints.md
Summary / Important points from the course codeWithMosh - Mastering React

React Summary Points

Library's - All the installed files are stored in node_modules folder.

Boostrap

  • npm i bootstrap@4.1.1
  • import 'bootstrap/dist/css/bootstrap.css';

Font-Awesome

  • npm i font-awesome@4.7.0 // different font and symbol can be rendered
  • Interface is something like boundry between two system for exchnage information.
  • Graphical User Interface is a form of user interface that allows users to interact with electronic devices through graphical icons.
  • DOS is different from windows OS.DOS uses basic GUI ,but windows don't use basic GUI.
  • Kernel is a computer program. It connnects the system hardware to the application software. It is a central module of operating system.Darwin kernel is an open source Unix-like opoerating system released by Apple Inc.
  • Fortran is procedure oriented programming language used by scientists and engineers.
  • UTF-8 : Unicode Transformation Format-8bit.
  • A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another.
  • Platform as a Service(PaaS) or platform-based service is a category of cloud computing services that provides a platform allowing customers to develop,run and manage applictions wi
@ishanajmeri
ishanajmeri / react.md
Last active June 3, 2020 13:38
Spots of react JS
  • imrc
  • cc
  • start
  1. create-react-app folder_name
  2. In index.js add bootstrap
import 'bootstrap/dist/css/bootstrap.css';
import 'font-awesome/css/font-awesome.css';