Javascript (Demo)

My experience in Wikimedia Hackathon 2022

Hi everyone, hope you all are doing good. I would like to share my experience in Wikimedia Hackathon 2022 and that is the reason...
Ramaiah M
3 min read

How To Use Promises in Node.JS

Promises help everyone become a better developer. They can be used to replace callbacks for asynchronous operations like HTTP calls, Database queries among other...
Abilash
1 min read

How to integrate MobX with React.

One of the biggest problems to solve in front-end applications is state management. Since there are numerous approaches to solving state management problems, two...
Keerthana M
2 min read

How WebPacker and Rails 6 Tortured Me and how…

One fine day when I was having a chit chat with my colleagues in the cafeteria, I received the email notification which I was...
Siva G
3 min read

How to build an API driven chrome extension

Developing chrome extension is fun. With the help of chrome extensions we can add more functionality to our web page or browser, we can...
Prabakaran Marimuthu
2 min read

Integrate Google Ads in Apache Cordova Mobile Apps

I have recently implemented Google Ads for Mobile Application using AdMob by Google in cordova. Google gives nice doc about Google Ads implementations. I...
Praveen Kumar
1 min read

May Month Chennai-JS Meetup Will Be Hosted By Spritle…

The official announcement can be found at Chennai-JS Meetup.com. Two of our staffs (Abilash and Prabakaran) will be talking at this meet-up.
Balaji D Loganathan
35 sec read

Fix for Nodejs – Cannot allocate memory and Process…

When you face the error Uncaught Error: ExecJS::RuntimeError: FATAL ERROR: Evacuation Allocation failed - process out of memory and rails assets pipeline Cannot allocate...
Prabu D
1 min read

Three Ways to Manage Assets in Rails

These days almost all web applications uses loads of JavaScripts (like jQuery, AngularJS and so on) and its becoming challenging to maintain the its...
Surendran Sukumaran
1 min read

Capture & Embed Image in PDF using Html2canvas

I recently faced a situation where I needed to capture a part of a HTML page and embed it in a PDF file. I...
Surendran Sukumaran
1 min read

Animations with Angular js

In this post I would like to share my experience on trying to do animations with AngularJS and how I managed to finally get...
Sairam S
53 sec read

How To Do Form Validation Using AngularJS

I started using AngularJS extensively on my projects and recently started using it on our Apache Cordova projects well. Let me tell how to...
Vinothini B
2 min read