Feb 2Arduino introductioninformation is taken from ‘ELEGOO most complete starter Kit for UNO V2.0.2021.05.23’! what is Arduino? Arduino is an open-source electronics platform. it has easy to use hardware and software. what programming language should I use? c/c++ arduino can read Acceleration and steering finger on a button a twitter message light…Arduino3 min read
Dec 11, 2021Angular (directives, pipes, bindings)Directives class that attaches to an existing DOM elements and modifies appearance , behavior, or adjacent elements structure. uses decorator— @ Directive Directives: componentsAngular3 min read
Dec 11, 2021Angular ( ngModule, observables)angular is an application design framework and development platform for creating single-page apps. observables observables are a technique to event handling, asynchronous programming, and handling multiple values. observables are like promises but there are differences: observables take more than one arguments and callback is called for each event. observables are called…Angular3 min read
Dec 11, 2021forRoot() and forChild()forRoot and forChild allow us to have control of the provider depending on the type of load we give them.this allows us to have different configurations for different load cases. forRoot() we use forRoot when a module is not lazy loaded.angular creates a factory for all modules except lazy loaded(when loaded…Angular2 min read
Aug 15, 2021Chrome DevTools part 2 (network)Network you use network when: checking if resources are actually being uploaded or downloaded at all. Inspecting the properties of an individual resource, such as its HTTP headers, content, size, and so on.Js3 min read
Aug 12, 2021Chrome DevTools part 1Chrome DevTools is a set of web developer tools built directly into the google chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster.if you want to use them on a phone it depends on which brand u have.u…Devtools5 min read