JavaScript

Setting Up A Fake REST API Using JSON Server Members Public

JSON Server is a great way to set up a full fake REST API for front-end development. JSON server can be set up literally in '30 seconds' and with no coding as the website claims. Capture some of the real API's data if it already exists

Rahul Pulikkot Nath
Rahul Pulikkot Nath
JavaScript

Setting up an Electron Application using create-react-app Template Members Public

Electron application using React.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
JavaScript

Azure Key Vault From Node.js Members Public

Connecting to Azure Key Vault from Node.js

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

ReactJS: Setting up the Environment Members Public

This post helps setting up the development environment for React on VS Code using Browserify and Gulp I have been playing around with React for the past few days and liking the one way binding and immutability concept that it puts forward. The component-based approach and having all related code

Rahul Pulikkot Nath
Rahul Pulikkot Nath
JavaScript

Learning TypeScript: Setting up the Environment Members Public

A short post on setting up the environment for starting with TypeScript, so as to see generated JavaScript real-time.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
TypeScript

yo ko - A Yeoman Generator For KnockoutJS Members Public

Templates/Scaffolding is something that we are all used to nowadays, given that we use an IDE for development. Visual Studio is one popular IDE, that is very popular among people developing on the Microsoft platform. Visual studio comes with a lot of pre-installed templates and scaffolding templates and also

Rahul Pulikkot Nath
Rahul Pulikkot Nath
JavaScript

KnockoutJS For XAML Developers Members Public

After a very long time since I have actually wanted to move out to web development, recently I have started developing a website as part of my personal project, along with a friend of mine. I have been into desktop/mobile development on Microsoft technologies, using XAML for a very

Rahul Pulikkot Nath
Rahul Pulikkot Nath
JavaScript