TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

Category: Web Development

Make a Ping Network Utility tool using Django

July 2, 2020July 3, 2020 Aman Deepnetworking, Web DevelopmentLeave a Comment on Make a Ping Network Utility tool using Django

You must have used ping command on your Command Prompt or Terminal to check if a site is up or to get it’s IP Address. Ping is a network utility command used to check if a host is reachable. It…

Read More→

Build a Complete Quiz App using VueJS and Django

June 26, 2020June 26, 2020 Aman DeepWeb DevelopmentLeave a Comment on Build a Complete Quiz App using VueJS and Django

Let’s learn how to build an multi topic quiz app using Vue JS in the front-end and Django in the back-end. I have already build and deployed it. So you can try it live. https://onlinetool.in/quiz/python Overview of the working of…

Read More→

Popular & Easy to learn Web Frameworks in 2020

June 23, 2020June 23, 2020 Aman DeepWeb DevelopmentLeave a Comment on Popular & Easy to learn Web Frameworks in 2020

Hi, guys today we are going to take a look at the some of the easiest yet popular & powerful web application frameworks you should learn in the year 2020. Web frameworks make developing websites easier and systematic. They follow…

Read More→

Loader animation inside Vuetify Button with VueJs

May 17, 2020June 23, 2020 Aman DeepWeb Development1 Comment on Loader animation inside Vuetify Button with VueJs

We can show loader animation inside a button in Vuetify very simply without using any gif image. we use the buttons’s :loading prop. The loading animation inside button shows while waiting for an API response. we define a loading property…

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→

Fullscreen Toggle component in VueJS

May 6, 2020June 23, 2020 Aman DeepWeb DevelopmentLeave a Comment on Fullscreen Toggle component in VueJS

In this post we will see how to create a VueJs component that will toggle fullscreen mode in your browser. I took this code from W3Schools: https://www.w3schools.com/howto/howto_js_fullscreen.asp and integrated it into a VueJS component. Below is the full code for…

Read More→

Dynamically Create JSON with Foreign Fields nested in Django

May 19, 2019June 23, 2020 Aman DeepWeb DevelopmentLeave a Comment on Dynamically Create JSON with Foreign Fields nested in Django

I struggled a lot to create a JSON object which should also contain foreign field values. So after Googling and trying a lot, I came up with this masterpiece code 🙂 This code is very simple does not require any…

Read More→

How to Shuffle (Randomize) QuerySet in Django

May 12, 2019June 23, 2020 Aman DeepWeb DevelopmentLeave a Comment on How to Shuffle (Randomize) QuerySet in Django

Suppose you want get a random item from a QuerySet, It should be random but non repeating. In many posts I saw they use my_list = MyModel.objects.order_by(“?”) but it will produce repeating items. 1st Step: get a QuerySet my_qset =…

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