pranavv.site Open in urlscan Pro
172.67.137.49  Public Scan

Submitted URL: http://pranavv.site/
Effective URL: https://pranavv.site/
Submission: On April 19 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="contactForm">
  <input type="text" placeholder="name" id="name" required="">
  <input type="email" placeholder="email" id="email" required=""><br>
  <textarea placeholder="your message" id="message" required="" rows="5"></textarea><br>
  <button class="btn_one" type="submit">send</button>
</form>

Text Content

about work contact blogs


PRANAV VERMA.


SOFTWARE DEVELOPER / PHOTOGRAPHER / HUMAN (I THINK)

Download Resume
about work contact blogs




WORKS.


F1 IN SCHOOLS 2022

Development of a Miniature Car in the Style of the Real F1, making it from
Scratch for it to be the Fastest it can be on the track. (We Won Fastest
Reaction Time Award)

Source Code


RE:READ

Re:Read was a Book Recycling Business, for School a Thon on Sustainability
Competition.

Source Code


ARDUINO PROJECTS

I have many Ongoing Arduino and Raspberry Pi Projects.

Source Code


INFINITYX OS

A OS Made from Scratch Using C and x86.asm (Currently Abandoned, Plans to
Re-Write it Again As InfinityX-OS-2, find links on my Github)

Source Code


TECHNOXIAN 2022 (FASTEST LINE FOLLOWER)

I Participated in Technoxian 2022 Fastest Line Follower Competition.

Source Code


LIVE CHAT

I made a Live Chat using Firebase and JS.

Source Code


PORTFOLIO

Well, you are looking right at it!

Source Code


CUSTOM DRONE

I Made my Own Drone! (Custom PCB, Small Motors, under 10$)

Source Code


MINECRAFT JAVA SERVER

I have run a minecraft server dedicatedly for 2 years :)

Source Code


ADVANCEDTECH

A Simple Addon for the Minecraft Plugin: Slimefun 4.

Source Code


DISCORD BOTS

I have made my Own Discord Bots using Discord.py library.

Source Code


ABOUT.


ABOUT ME

Hello, I'm Pranav Verma, a 15-year-old high school student at Lotus Valley
International School in India. I'm really exited to share my coding journey with
you! My true passion? It's programming. I'm deeply invested in being a developer
and going into the enchanting world of programming languages – it feels like
exploring a magical world of technological marvels. As for my dream, I want to
work at Google or NASA someday. I'm literally reaching for the stars, because
that what life is all about – having ambitious dreams. While I'm working on my
10th Grade studies, I'm also fully committed to coding and taking each step
closer to making the world a better place with every line of code I write. ✨🚀
Oh, and here's a fun tidbit about me – I love doing everything from scratch. For
instance, I've built my own Photo server (Piwigo), File server (Filegator), and
even a Minecraft Server hosting. Why, you ask? Well, as a teenager, I don't want
to shell out loads of money for cloud hosting when I can build it myself. It's
all part of my journey to become self-sufficient in the tech world. 💻🚀


TOOLS (THAT I KNOW HOW TO USE)


LINUX (DEBIAN)

I am experienced in Linux Command Line and GUI (Debian - Based Systems only)


DOCKER

I have containerized this project using docker. Check out Source Code here


GITHUB

A Software to Back up and Version Control my Software.


IT MANAGEMENT

I have adequate knowledge in Networking, IT, Server Management, RAID, etc.


FIREBASE

Firebase is an app development platform that helps you build and grow apps and
games users love. (Everything in this Project is Powered by Firebase!)


GIT

Version Control with Speed in Mind.


VUE.JS

Powerful and Fun Javascript Framework.


TOR NETWORKING

I have info about Tor Networking, Onion Relays, Hosting on the Dark Web, etc.


BLENDER

Open Source Graphic Maker.


ARUDINO

A Simple Microcontroller with its own C Programming Language


GIT LFS

A Extension of Git - To add Large Binary Files to Git


TAILWINDCSS

Supercharged CSS.


UNITY

Create and grow real-time 3D games, apps, and experiences for entertainment,
film, automotive, architecture, and more.


3JS

A Framework for Javascript that allows for rendering 3D models on the web.


ZAPIER

API for Tech Stack for Emails, Automation, etc.


IMMICH

A Self-Hosted Photo Management Software.


PTERODACTYL

A Minecraft Server Wrapper.


PUFFERPANEL

A Simple Minecraft Server Wrapper.


LANGUAGES (LEARNT / LEARNING / TRIED)


CSS

CSS is the language we use to style an HTML document. CSS describes how HTML
elements should be displayed.

Visit


EMBEDDED C (ARDUINO)

This Programming Language is Used to Program Arduino / IOT Projects.

Visit


HTML5

HTML is the standard markup language for Web pages. With HTML you can create
your own Website.

Visit


JAVA

Java is a multi-platform, object-oriented, and network-centric language that can
be used as a platform in itself. It is a fast, secure, reliable programming
language for coding everything from mobile apps and enterprise software to big
data applications and server-side technologies.

Visit


JAVASCRIPT

Javascript is the Programming Language of the Web.

Visit


KOTLIN

Kotlin is a cross-platform, statically typed, general-purpose high-level
programming language with type inference. Kotlin is designed to interoperate
fully with Java, and the JVM version of Kotlin's standard library depends on the
Java Class Library, but type inference allows its syntax to be more concise.

Visit


PYTHON3

Python is a popular programming language. Python can be used on a server to
create web applications, and work with AI and ML.

Visit


CONTACT.


CONTACT ME





send




BLOGS.


PUBLIC BLOGS


DOCKER 🐋

Hey There! Second Blog of the Year!

I recently learnt Docker, which is a containerizing tool.
If you don't know what docker is, it is basically like a VM, but, it is
different from a VM in many ways.
A VM Typically tricks the host into thinking it is running on the hardware, but,
Docker seems to be more friendly with the host, by sharing the Kernel with the
Host Machine. That is why containers are so fast to run, and take up less
resources. Also, in a container, all the versions of the tools remain the same
(unless you change them manually in the config), so a container creates an
environment for you application, that will remain same, wherever you deploy it.
I have tried out docker, and, it is fantastic. I have containerized this
Portfolio, then run it on my own servers now, and the experience was fantastic.
First, we will need to create a Dockerfile (All Source code here) which will
define the container image, from which the containers will be created.
Overall, Docker was a fantastic experience, and, containerizing you application
is the best practice to avoid unnesesary confics in dependency versions, and
also being able to deploy them anywhere.

By pranav@verma.net.in | Published on April 5, 2024


MY UPDATED TOOLSET

Hey There! Been a While! 😅

To be Honest, I have been really busy with Studies for Class X and Now XI. But,
Nevertheless, I have started coding!
I have been thinking about some programming languages that have the best chance
of getting me a job into google, as well as talking to some people that already
have a job at Google.

The Programming Languages that I chose are Python (for AI and ML), Java (for its
versatility), and Kotlin (to make android apps). I decided not to go for Flutter
here, as, Kotlin will give me much more direct access to hardware on Android,
which is my primary dev environment.

Python will be my Primary, because I really want to learn AI and ML development,
and, Java is a really helpful language, so I decided to learn Java aswell.
Kotlin is for developing Apps for Android, which will be helpful in the future.

I hope with these programming languages, I can get a job into Google someday 🤞
I have listed all the Programming languages and All the Repo's in the about
section of this website, so, you guys can see my progress.

By pranav@verma.net.in | Published on April 3, 2024


THE WSL EXPERIENCE

So, I recently Started using Kali Linux in a Windows Subsystem For Linux format.

To be Completely Honest, I Really Enjoy it. The Major Reasons for this is
because, in a WSL format, you can have multiple distro's, and, you don't even
need to restart your PC. So you might be Like "Hey, You can also do that in a
VM" but, VM's are really heavy things to run on a computer, but, for a WSL, you
don't even need to think about it.

The Main Reason for Adopting Linux is because I need it to work on my Own Custom
OS that I will b making from C. Actually, the First Prototype is already ready,
named InfinityX-OS.

The WSL's Can slow down your main OS, so, check before using it.

By pranav@verma.net.in | Published on September 7, 2023


FIREBASE: FREE BACKEND

Hey There!


So, I have started Using Firebase for my Backend Project, and I started Even
Hosting on it, and, so far, it has been AWESOME.
Firebase give developers soo many tools to make your app/website its best that
it can be.
A Firebase Project Gives you User Authentication, Hosting, Realtime Database,
Cloud Firestore Database, Cloud Storage Buckets, and EVEN MORE.
And, the Best Part, its FREE, for the FREE TIER!
I was not sponsored to say this, its just a Great Tool for New Developers!

By pranav@verma.net.in | Published on August 19, 2023


MY TECH STACK 🖥

My Tech Stack Is Really Simple Currently, which is Powering This Website. For
the FrontEnd, I am using Vue.js and TailWindCSS. For the API's, I am using
Zapier, which provides me with Free Email and is a really good alternative to
IFTTT, and for the Backend, I am using Firebase for the Database, and Firebase
Hosting to Deploy 🚀 💻, other things include Github for open source development
and Github Actions for automatic deployment.

By pranav@verma.net.in | Published on August 3, 2023


WELCOME TO INFINITYX BLOGS PAGE! 📝 🥳

Hey There! My Name is Pranav Verma, and, I am a Passionate Programmer that loves
to code in Python and JavaScript. I really like the Backend - "Firebase", as it
gives me a lot of control over my Backend and It also has a Free Tier! I will
plan to use This Blog Page to Build in Public for my Future Projects, and, I
expect You all to be there! Thanks!
- Pranav Verma.
My Github: PranavVerma-droid & My Email: pranav@verma.net.in

By pranav@verma.net.in | Published on August 3, 2023


CREATE BLOGS:

Sign in with Google
made on earth by a human
PranavVerma-droid