CodePortal

For developers from Developer

  • About Me
  • Github

AngularJS

Why Should You Use Environment Variables in AngularJS?

June 27, 2017May 27, 2019 admin 2 Comments AngularJS

Using env vars enables you to separate your source code from your application configuration (or config, for short). This is good practice because config varies substantially across your app deploys, but your code generally does not. Some benefits you reap by employing env vars are: You can dynamically assign env vars, depending on the different […]

Continue reading


Starting with Angular2

December 24, 2016January 8, 2017 admin Angular2, Angular2 Tutorial, AngularJS, Javascript

Before we jump to coding section let me point out some differences between AngularJS and Angular2 which everyone should know. First thing, Angular 2 is not the upgrade of angular 1. Angular 2 is completely rewritten Angular 2 is using Typescript which is super set of javascript (It doesn’t mean only typescript, dart also) Angular 1.x was not built […]

Continue reading


How to use AngularJS with SailsJS

December 15, 2016December 16, 2016 admin AngularJS, NodeJS, SailsJS

In my previous posts (Beginner’s guide to SailsJS + Start with APIs) we’ve discussed what is sailsjs and how to start with APIs in SailsJS. So now in this post we’ll learn how to use AngularJS with SailsJS. Since Sails is a purely back-end framework and Angular is purely front-end, they can work together nicely. Let’s start […]

Continue reading


Reasons to use AngularJS for your next project

November 27, 2016November 27, 2016 admin AngularJS

If you haven’t tried Angular yet, you’re missing out on why people say JavaScript is the most flexible language in the world. Angular is the only framework that doesn’t make MVC seem like putting lipstick on a pig. Here’s why: 1. Better MVC structure Most frameworks implement MVC by asking you to split your app into […]

Continue reading


avatar
Coder. Gamer. Music Lover.
Blogger. Available for Freelancing.

Recent Posts

  • Why Should You Use Environment Variables in AngularJS?
  • AdonisJS — Laravel style MVC framework in NodeJS
  • Best JSON Formatter and Validator
  • 11 NodeJS modules every node developers should be using by now
  • Introduction to Express Generator — Build web apps with NodeJS

Categories

  • AdonisJS
  • Angular2
  • Angular2 Tutorial
  • AngularJS
  • Facebook
  • Javascript
  • MEAN Stack
  • Miscellaneous
  • NodeJS
  • SailsJS
Search for:
For developers from developer!!