Next Generation Javascript Recap

Next Generation Javascript Recap

We had our recent CMBJS Meetup where we had some talks about ES6 and some talks which had code of Next-gen JS (Next generation Javascript) and some newbies seems to get confused. We had session some years back when they came to spotlight. But thought of creating a small blog article combining all. Hope you gain something from this short and sweet pointed post.

Read more
Fixing AMPPS issues with Windows 10

Fixing AMPPS issues with Windows 10

AMPPS

What is AMPPS? It’s cross platform AMP (Apache, MySQL, PHP) Stack. You can call it WAMP, LAMP, MAMP in one with some additions. Yeah, It’s comes with MongoDB, Python, Pearl, Softaculous and about 443 installable Apps. AMPPS comes with Admin dashboard to manage your installations Virtual Hosts and many more configurations. It also has a GUI Application to turn on/off services and change PHP versions and some other settings too. You can download installer for your platform and good to start your developement.

So why is this article then?

Read more
JWT Introduction

JWT Introduction

JSON Web Tokens

JWT are encoded and digitally signed way of passing claims between two parties. Based on an open standard (RFC 7519) specification. Remember JWTs are encoded and signed not encrypted.

There are many learning resources available online to learn JWT. So I thought of creating a article with basic details and currated links to articles to learn more about JSON Web Tokens (JWT).

Read more
Adding tweetable quote to hexo blog

Adding tweetable quote to hexo blog

Today I’m going to talk about a hexo-plugin that I have written and open-sourced. I used Hexo to build this website. When maintaining my blog I wanted additional functionality which was not in Hexo. So I created few plugins to achive what I wanted. I open sourced them and I would like to give some infomation how to use recent plugin one of my favorite “Tweetable Quotes”.

Read more
Use Gulp in NodeJS application

Use Gulp in NodeJS application

Gulp JS is Javascript based task runner. There are other task runners also written in Javascript like Grunt. My current personal favorite is Gulp.

Gulp JS can be configured and use with Text Editor and make that text editor work as a powerful IDE.

I normally use Sublime Text 3 and Atom as my IDEs.Latter became my favorite recently with Nuclide.

Read more
BDApps Introduction

BDApps Introduction

BDApps.com is the newest child to Telco platforms. It’s from Axiata Group’s Bangladesh Telcom company ‘Robi‘. The platform is powered by hSenid Mobile TAP. Since I have more than three years of experience with hSenid API. Thought of contribute back to Bangladesh people.

Read more