Creating a simple Twitch clone

There are three parts to this project (which is done as part of the Udemy course on Redux). Firstly, a React (with Redux) client repository, which displays the UI of the application. Git repo here. Secondly, a RESTful API repository, which hosts the streams and the user ID associated with each stream (the user ID … Continue reading Creating a simple Twitch clone

Retrospective on JumpStart Boot Camp

With the 3 months programming boot camp drawing to a close, I thought I should do a retrospective on it. I was recommended the boot camp by a programmer friend and qualified for the IMDA subsidy. You’d think it’d be an easy decision, but it took months of deliberating and attending the showcase night of … Continue reading Retrospective on JumpStart Boot Camp

Application Security

Dangers: Data Leaks such as those from Sony, SingHealth, Target Internal components are not safe behind the firewall. App sec should have multiple layers like a medieval castle. Web security: Same origin policy (Same protocol, domain name, port). Subdomains are cross origin. HTTPS: SSL/ TLS to prevent eavesdropping, certificate for server(eg: veriSign) checked against store … Continue reading Application Security

Design a site like this with WordPress.com
Get started