Tagged: How-to

0

Getting started with SystemML

I have been exploring data as part of work and hobby for a long time. My process mostly involves clean up, analyze and visualize. Something that has always interested me but never gotten around to experiment was recommendations. I have done some rudimentary recommendations but never deep dive into it. Never explored machine...

Expo Browser Preview 0

Expo.io – Building Android and iOS Apps using React Native Made Easy

I have used MIT’s AppInventor in class rooms. All non-professional programmers appreciate how easy it is to use AppInventor to create apps. I have also seen lot of professionals using it to create one time use apps including me. It’s a great tool except you can’t generate an iOS app. On the side...

Home page of the Admin. Its empty as of now. It generally lists all the courses otherwise. 0

How to Launch your own Online Course

MOOCs (Massive open online course) is probably the best way to reach a set of learners whom you can’t reach otherwise. Its also the best way to reach thousands with just you as the teacher. That said installing and running a MOOC platform usually takes engineering skill, time and money. But lets say...

1

Securing your wordpress with self-signed SSL certificate

I have been wanting to do this for a long time now. At last thejeshgn.com is available through https. It’s mostly done for my own use than my readers. I wanted to protect the admin screen (basically wp-admin). Given that I use my own VPN on public wifi, it may seem less important....

Using sshuttle to remain Safe on Insecure Wi-Fi 2

Using sshuttle to remain Safe on Insecure Wi-Fi

Working from home mostly means working from cafes. Though I mostly tether through my mobile to get onto the Internet, it’s not always fast enough. Also bigger bandwidth does attract the geek in me towards public wi-fi. But most public wi-fis are insecure (I think even the private ones are insecure). Using HTTPS...

0

pyg2fa : Python Library for using Google Authenticator with your Web App

I have been using Google two factor authentication for a while. It’s probably the reason why I login using my Google id on every possible site I use. I can use a simple mobile app to generate time-sensitive one-time password (OTP) along with my regular password to login. Google authenticator mobile app allows...