Abul Asar's Blog

HomeAbout Me

Creating Input masking component using Ember-modifier

Jan 23, 20218 min read16 views

If you are an Ember dev you may have come across handlebars element like {{on}} (which was introduced in Ember Octane). It is nothing but modifiers. It is very similar to helpers in handlebars. It is available in two flavorsclass based and function ...

Creating JSON-API in Elixir-Phoenix with ease using ja_serializer.

Jan 9, 20216 min read32 views

Today, most of the Web application uses Modern Frontend frameworks like React, Angular, Ember, etc. These frameworks use the JSON API to interact with some back-end. JSON-API is the preferred specification for building APIs. This post will help you i...

Installing CORS in Elixir-Phoenix Application

Jan 6, 20212 min read57 views

While developing API in any framework, we often come across error related to CORS. This post will help you fixing CORS issue in Elixir-Phoenix application. Suppose, you have an Ember(or any Frontend SPA) application that runs on port 4200 and our Pho...

Creating Drop Down Component with Ember Contextual Component

Dec 21, 20207 min read30 views

Note: This blog was originally written by me on kiprosh.com In most of the recent frameworks, you must have came across concept called Component. Component has became integral part of JS development these days. Those are independent and reusable bit...

Hassle free Testing Elixir modules in iEx shell

Sep 26, 20202 min read823 views

While working on Elixir project, we often test our functions or modules code in iex shell. Whatever change we make in our code, we fire iex -S mix command and all of our project modules are accessible in shell. Suppose, we have a module say Calculat...

© 2021 Abul Asar's Blog

PrivacyTerms
Proudly part of