Hai there, I’m Varshith V Hegde 馃憢

Welcome to my blog
Website

How I Created Augmented Reality(AR) Web App using Only HTML

What is Augmented Reality(AR)? Augmented Reality(AR) is a technology that superimposes a computer-generated image on a user鈥檚 view of the real world, thus providing a composite view. It is related to a more general concept called mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. As a result, the technology functions by enhancing one鈥檚 current perception of reality. AR can be defined as a system that fulfills the following criteria simultaneously:...

October 24, 2022 路 3 min
Website

How I Created a File Sharing Website using Simple JavaScript

Any Share is a simple, lightweight, and fast file sharing service. It is written in Javascript and uses the Firebase platform. Website I created for secure file sharing with friends and family. You can Create your own website with this code. Features Upload files Download files Delete files Share files View files Secure file sharing Working Any Share uses Firebase to store files. It uses Firebase Storage to store files and Firebase Realtime Database to store metadata of files....

October 24, 2022 路 3 min
Website

Make your contact form working without using a server

The Problem I was trying to make a contact form for my website. I was using Formspree for that. But I as a fellow developer I love to learn new things. So I decided to make my own contact form without using any server. I hope this tutorial will help you to make your own contact form without using any server. Introduction In this tutorial, we will learn how to make a contact form that will work without using a server....

September 24, 2022 路 4 min
Website

Easy way to Create your own API for FREE

Introduction An application program interface (API) is a set of routines, protocols, and tools for building software applications. An API specifies how software components should interact. It can be used to create a new API or extend an existing API. An API can be entirely custom, specific to a component, or it can be designed based on an industry standard to ensure interoperability. An API can be entirely custom, specific to a component, or it can be designed based on an industry standard to ensure interoperability....

September 14, 2022 路 3 min
Website

Github for Everyone

What is Github? Github is a web-based Git repository hosting service. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. Github is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere....

September 12, 2022 路 9 min
Website

Awesome Web Projects Ideas You Can put it on your Resume

Introduction This is a list of awesome web projects that I have created. These projects can also be put on your resume. I have created this list to help you decide which projects you can put on your resume. Hosting If we are talking about web projects, it is important to know how to host your web project. Because you cannot show your web project to the world without hosting it....

September 4, 2022 路 5 min
Website

Create Your Own Live Web Editor using HTML, CSS, and JavaScript

Introduction In this tutorial, we will be creating a live web editor. This is a web application that allows you to write HTML, CSS, and JavaScript code and see the results in real time. This is a great tool for learning web development and for testing out code snippets. We will be using the iframe element to display the results. The iframe element is used to embed another document within the current HTML document....

August 31, 2022 路 4 min
Website

Create an Android App with SignUp And SignIn using Firebase

PREREQUISITE: Installation of Android Studio. Must be aware of Java language. Basic concepts of android. What is firebase? Firebase is Google鈥檚 mobile development platform. It provides you the platform to quickly and high-quality app with a better user base. There are multiple complementary features in firebase you can use according to your known needs. The main need to connect firebase with the android studio is that the Google repository version is equal to or greater than 26....

August 16, 2022 路 4 min
Website

Build Portfolio Website with Hugo

A personal webpage is a perfect place to let the world know about you and showcase your past accomplishments. Put your resume, your projects, your blogs in with a personalized theme which makes people know you have a great taste: all-in-one! It鈥檚 your portfolio displayed online, a small yet cool project you can do with not much effort, why not? With Github Pages, we can host a personal webpage without bothering about finding a domain name, and with Hugo, we have a variety of themes to choose from....

August 14, 2022 路 2 min
Screen Mirroring

SCRCPY : Screen Mirroring

Sometimes you need to mirror your mobile screen in to your desktop. For that you may have to install some heavy softwares. But you can just connect your mobile phone to your desktop and easily can mirror your phone and you can also control your mobile phone with your desktop machine. Because the project is open source on github this application is actively made updates to increase the security. Download the package from this link...

August 13, 2022 路 1 min