Posts

How To Securely Send An Email From Gmail

Image
Electronic mails are very important part of our daily life , specially in the era of covid when people are far from their office and loved ones. Emails are one of the most used communication media to transfer data from one node to another.  Gmail is one of the most common email service provider , there are approximately 1.5 billion active gmail users all around the globe. With such a big count the company has a huge load to protect users data. In 2019 Google added a new security feature to their gmail app named confidential mode. If you are a person who share his sensitive data over mails then this is the feature you are looking for. So what the hell is confidential mode ? This feature will protect your mail from unauthorized access. This feature will help you to add another layer of protection to your mail , you can set a password authentication to your mail along with an email expiration date. Let's see how to use this feature. Open gmail app/website on your desktop/laptop/mobile

Create A Simple Html Form With Google Sheets As Database

Image
  In this article , we will learn how we can create a simple html form using google sheets as our database. Google Sheets is a spreadsheet program included as part of the free, web-based Google Docs office suite offered by Google within its Google Drive service, Google sheets provide developers various tools to customise and modify google sheets according to their needs. We will use one of these tools to make google sheets as our database.  Approach Step 1 :  First of all we will create a simple html form with two fields name,email  <!DOCTYPE html> < html > < head > < title > Simple Form </ title > </ head > < body > < center > < form id = " myform " > < input type = " text " name = " Name " > < input type = " email " name = " email " > < input type = " submit " value = " Send Data " > </ form >

M1 MacBook Air For Development (A Student Review)

I have been using M1 MacBook Air for last 15 days and my development experience is quite good. I have used python modules like numpy, pandas and selenium and my experience is quite good , though numpy and pandas don't work natively on m1 but it can be used with rosetta2. I have also tried the browser automation on Safari using selenium with python and it runs completely smooth and also work natively on m1 Mac. I have also tried Visual Studio Code on  m1 Mac though initially when I was testing visual studio code for web development it was not available for m1 Mac but still the experience was quite smooth , Now Vs code is available natively for m1 Mac but I haven't tested the new arm based Vs Code. If you love the terminal package manager then there is good news for you home brew the Mac package manager is natively available for m1 Mac but it's not completely functional but soon the home brew will be available for m1 Mac. Before Purchasing the M1 Mac  I was using a intel i5

How To Run Jupyter Notebook , Pandas And Numpy On M1 MacBook ?

Image
 Last month apple came with their own m1 chips with arm architecture. Till current date only Jupyter Notebook is supported by the m1 chip but you don't need to worry you can use pandas and numpy on your new m1 with the help of rosetta 2.  Install Python3 1st we will see how we can setup python3 on m1 Mac , the process is quite simple open terminal on your m1 Mac and type python3 and hit enter if you have already installed python then an interactive  python shell will open,  if you haven't install then it will say that given package is not installed, it need developer tools and will ask you if you want to install press return python3 will be installed. Install Jupyter Notebook Open terminal and type the following command pip3 install jupyterlab  After typing this command press enter , your package will begin to install. Check if any warning is raised that given package is not on path. if such warning is raised this means your python package is not installed on PATh. You have to

Android Tv Tips And Tricks

  In the year 2008, we got the lifeline of our mobile Phones, our favorite Android, android is found in almost every second mobile phone but now android is also ruling the Television industry. Android in Television is a little bit different from android that is in our mobile phones, many apps of android are not available for Android Tv but do you know that you can overcome this limitation? Welcome guys You are at Techsyapa and my Name is Akshit. Today we will talk about how You can use Your Android Tv with full efficiency. Usually, Android Tv comes with 1 Gb Ram and 8 Gb Rom, so if you notice that the ram provided is very less, so you can't install many apps in the Android Tv this the primary reason Why Android Tv manufacturers don't install a Proper Browser on your Tv and moreover the Browsers are not available on Tv's play store also but do you know that Android is a Linux based operating system it has it's own terminal just like windows cmd and Linux

Notorious Kid Doing Online Shopping 👶(Automating Login Form Submission Using Python)

Few months ago I found an online shopping website for buying stationary and college stuff. The Interface of the website was Ok but there was some serious security flaws in the website. So to kill this lock down daemon I decided to play with that website. The major flaw was that it was to much easy to create a new user account on that website , you just simply have to enter your email and password , Hurray your account is created. Seriously no otp , no captcha nothing just enter a random email babubhaiay@ly.com or anything else your account will be created. It's hard to find such websites these days but still there are many if you explore the internet. This flaw on XYZ shopping website activated the beast inside me , so I just decided to do something diabolical. I wrote a python script through which you can create hundreds of fake account sorry thousands , sorry millions ok wait as much as you can or want. Just four lines of python code and bhoom companies database will be flooded w

Automating My Online Class Attendance(Fun with Python)

Attending online class is a very tedious task, students have to face many difficulties like network issue,audio issues and many more and if you are an Indian student then attendance is also a big issue for you because in India it's necessary to maintain the 75 percent attendance criteria. Last month our college decided to conduct online zoom and for same purpose they  designed a moodle portal for taking attendance of the students , so criteria was that any random time teacher will unlock the Attendance portal and you have to mark the attendance within 5 to 10 min , after that your portal will close. Sometimes teacher close the portal within 2 mins , so one has to be very fast and concentrated in class. Moreover marking attendance was not also to easy, you have to follow series of event. login to portal -> select your subject from dropdown -> click on Attendance Button -> One more link to Attendance form ->Click on Present Radio button -> Submit the Form. As You can s