AngularJSExperience DesignFront End Development

FE-Conf is Back: A Leading Conference on Frontend and UX Technologies

FE-Conf is one of the biggest conference happening in India on state-of-the-art Frontend and UX technologies. After the success of FE-Conf 2016, we are proud to host FE-Conf 2017 – A Frontend Engineers Meet organized by TO THE NEW. Our last conference had an amazing feedback and it helped people to find new ideas, learn from brilliant […]

Node.js

How to Create a Addon in Nodejs

Writing your backend API in server side JavaScript is great, and we always do such kind of work using some predefined built-in library but if you want to use a function which is not feasible to use in Node.js or no module is available for that in node package manager but it is available in C/C++ libraries. […]

Mayank Tyagi
Mayank Tyagi
Read

AWSDevOpsNode.js

How to set up Log.io?

Logs are very useful as it monitors and provides important information about the program such as activities, executions, real-time data etc. Log.io is a log management tool that monitors the system and provides real-time information on the system logs. It is a simple and effective application built on top of Node.js and Socket.io. Log.io is not […]

Anup Yadav
Anup Yadav
Read

AngularJSGrailsJava/JVM

MEAN Plugin Contributions by experts @ TO THE NEW

Our development team always strives to contribute to the community in various ways including speaking at conferences, hosting conferences, developing plugins to extend functionalities and so on. In this blog, we outline all the plugins that our development team has contributed towards MEAN stack: Javascript (MEAN Stack) Plugins 1. Ical-parser – An NPM module on “Ical […]

Front End DevelopmentNode.jsSoftware development

TypeScript – A Primer

The evolution of JavaScript from merely a scripting language to a general purpose programming  language is indicative of the Atwood Law. JavaScript is a multi-paradigm object based language with roots in C, Java, Self and Scheme. It was designed to be relaxed i.e. without a static type system. This in my opinion is a perfect rationale for a […]

Front End DevelopmentMobilityNode.js

Write once use anywhere : React native components

React native is the latest cool thing in mobile development world now a days backed by super cool “Facebook”. People are trying their hands more and more on it. This blog is for all those people who have just started working on React Native and looking for modularizing their code into component based architecture for […]

Sakshi Tyagi
Sakshi Tyagi
Read

Node.jsTechnology

5 Benefits of Social Media Integration and the Ways to Achieve It

Social media plays a vital role in connecting brands with consumers in the current internet era. Thousands of mid to large size organizations are leveraging social media to attract visitors, build their brand and grow the audience to drive sales. With a vast ecosystem comprising of multiple social media channels, it becomes quite a challenging […]

Node.jsTechnology

Natural Language Processing

NLP is the branch of computer science, focused on developing systems that allow computers to communicate with people using everyday language. NLP is where computers attempt to derive meaning from human or natural input. we’ve seen huge strides in the last few years. There is several huge projects developed on it like CALO and Wordnet. Stanford’s CoreNLP (demo here) […]

Node.jsTechnology

WebSockets in Node.js

About WebSocket WebSocket is a protocol that provides full duplex communication i.e allows communication in both directions simultaneously. In this two way communication between web browser and server, both of them can send messages to one another at any point of time until the connection is open. Once all the data gets transferred, the either […]