TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

Tag: javascript

What to use? let, const or var in JavaScript

May 20, 2020May 20, 2020 Aman DeepjavascriptLeave a Comment on What to use? let, const or var in JavaScript

const and let are features of the new JavaScript ES6. For variable declaration, instead of the old var we can now choose between const and let. const is for values that we don’t want to change and let is like…

Read More→

Randomized In-place algorithm JavaScript implementation

May 17, 2020June 23, 2020 Aman DeepalgorithmLeave a Comment on Randomized In-place algorithm JavaScript implementation

What is a In-place algorithm? It means that the algorithm does not require any extra space. For example Quick Sort is in-place as it shuffles elements in the given array itself. But Merge Sort is out of place algorithm as…

Read More→

Axios Cheatsheet for GET, POST, PUT, DELETE Requests

May 16, 2020June 23, 2020 Aman Deepaxios, javascript, REST, Web DevelopmentLeave a Comment on Axios Cheatsheet for GET, POST, PUT, DELETE Requests

Axios is a promise-based HTTP client for JavaScript. It is used to send asynchronous HTTP request to REST endpoints. It can be used with plain javascript and popular front-end frameworks like React, Angular and VueJS. Below are some frequently used…

Read More→

An online Drum Machine I built using Web Audio API

May 1, 2019June 23, 2020 Aman Deepdrum machine, javascript, music sequencer, Web DevelopmentLeave a Comment on An online Drum Machine I built using Web Audio API

Hey guys today I want to share a Drum Machine application that I built using. https://www.onlinetool.in/drum-machine/. Used Web Audio API to built it. The web audio api was initially proposed by google is used for processing and synthesising audio in…

Read More→

Recent Posts

  • Make a Ping Network Utility tool using Django
  • Build a Complete Quiz App using VueJS and Django
  • Popular & Easy to learn Web Frameworks in 2020
  • Process in Linux/Unix explained with ps command examples
  • Create Ajax View method for GET/POST in Django
  • What to use? let, const or var in JavaScript
  • Loader animation inside Vuetify Button with VueJs
  • Randomized In-place algorithm JavaScript implementation
  • Axios Cheatsheet for GET, POST, PUT, DELETE Requests
  • Fullscreen Toggle component in VueJS
Tech Infected
Follow @TechInfected

Recent Comments

  • Pratik Rane on Loader animation inside Vuetify Button with VueJs
  • john on Cool Matrix scrolling in linux terminal – CMatrix
  • Anonymous on How to install and use Tkinter in ubuntu / Debian / Linux mint
  • Unknown on How to install and run Juypter/Ipython Notebook in Ubuntu/Debian/Linux Mint
  • Anonymous on Difference between Seeds, Peers and leeches in Torrent
Copyright © 2020 • TechInfected. All rights reserved.
Blog Kit by WP Charms