T K Sourabh , September 11, 2017

Resources shared on hackions

This post is a frequently updated list for resources shared on hackions group. Please feel free to add any new section or resources to a section already present here via pull-request or using issues tab at https://github.com/hackions/blog/ or edit here Javascript Video series by codedamn Speaking Javacript book Javascript info Note: Excellent resource Eloquent Javascript book Awesome list for javascript Graphics in browsers Intro to WebGL with three. ... Read more

Ankit Singh , January 15, 2017

Buffers In NodeJS

Javascript works fine with strings and on their various operations but what about binary data consisting of bytes in which each byte is collection of 8bits that too in form of 0/1 …It can’t help much so node’s buffer are here to your rescue. As all data in our computer is present in form of bytes , low-level operations like reading a file or working with sockets can’t be done alone with JS so. ... Read more

Nishutosh , January 3, 2017

What is an API?

One question that confuses most of the people at the time they begin their developer career is “what the heck is an API?”. This article is short explaination to “what’s an API and why we need it”. Well , API stands for application programming interface , here the words that are given preference are application and interface , yes it’s just a piece of code that works between two application to help them interact with each other. ... Read more

Ankit Singh , December 25, 2016

Angular 2 pipe and An npm module

Few days ago , while working on a project which required around 200 names to be displayed at once and that too on a mobile screen …that’s berzerk!!! So thought of letting the user enter the names rather than searching from giant list of hundreds so made a sweet input box and then thought of applying the filter like we do in Angular 1 using its pre-defined search filter…but wait I was working on Angular 2 and surprise surprise it doesnt has a pre-defined search filter like Angular 1 did . ... Read more

T K Sourabh , December 25, 2016

Welcome to Hackions

Hackions is the computer club of BPIT. Everyone or anyone is free to: Collaborate Create Compete Develop Discuss Engage Anyone can start any initiative. Guidance and support will be provided from everyone. There is absolutely no hierarchy whatsoever.

© Hackions 2016