tech/webdev magazine

Showing posts with label angularjs. Show all posts
Showing posts with label angularjs. Show all posts

February 26, 2019

June 16, 2018

October 4, 2017

Optimizing AngularJS: 1200ms to 35ms

Wednesday, October 04, 2017 Teklinks

Here at Scalyr, we recently embarked on a full rewrite of our web client. Our application is a broad-spectrum monitoring and log analysis tool. Our home-grown log database executes most queries in tens of milliseconds, but each interaction required a page load, taking several seconds for the user.

Full article

September 6, 2017

How to Build a Portfolio Platform App Using AngularJS

Wednesday, September 06, 2017 Teklinks

In this tutorial I’m going to show you how to create a “Portfolio Platform” app using AngularJS, a little bit of Node, and Cosmic JS. At the end of the tutorial we will have a platform that enables management of multiple portfolio websites. Users can login and manage their portfolio website.

Full article

September 3, 2017

Measuring performance gains — AngularJS to React (with Redux or Mobx)

Sunday, September 03, 2017 Teklinks ,

In this post, I will go over the performance and memory profiles of a various UI scenarios implemented using AngularJS, React/Redux and React/Mobx. We will compare and contrast the performance of these frameworks on measures like script execution time, frames per sec and usedJSHeapSize for each scenario.

Full article

June 20, 2017

Deploy an AngularJS Ecommerce App in 4 Steps

Tuesday, June 20, 2017 Teklinks

In this blog I will demonstrate how to Install and Deploy an AngularJS Ecommerce Application built using AngularJS, Node.js and Cosmic JS. This Ecommerce Application allows you to process orders from customers and accept Stripe payments for goods and services.

Full article

May 28, 2017

May 5, 2017

February 22, 2017

February 20, 2017

AngularJS 1.x Fundamentals (Part 2)

Monday, February 20, 2017 Teklinks

Angular 2 is the shiny new framework that comes with a lot of new concepts. Learn all the great new features. In the previous article in this series, we looked into AngularJs concepts and features. We looked into what AngularJs is and its features that make it standout.

Full article

January 11, 2017

Password Strength Meter in AngularJS 1.x

Wednesday, January 11, 2017 Teklinks

Angular 2 is the shiny new framework that comes with a lot of new concepts. Learn all the great new features. In this tutorial, we would be creating a simple registration form with just fields for fullname, email and password.

Full article

December 16, 2016

December 6, 2016

November 14, 2016

A Guide to Building Quality Angular 1.5 Components

Monday, November 14, 2016 Teklinks

This article was peer reviewed by Mark Brown and Jurgen Van de Moere. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! In Angular 1, components are the mechanism which allows you to create your own custom HTML elements.

Full article

November 9, 2016

November 7, 2016

AngularJS 1.x Fundamentals (Part 1)

Monday, November 07, 2016 Teklinks

Angular 2 is the shiny new framework that comes with a lot of new concepts. Learn all the great new features. AngularJS is a structural framework for dynamic web apps. It lets you extend HTML's syntax to express your application's components in a clear and concise manner.

Full article

November 5, 2016

Modern Angular 1.x essential interview questions

Saturday, November 05, 2016 Teklinks

Angular 1.x has changed a lot with 1.5 introducing .component(), and with this it brings a whole new light to interviewing. At many previous jobs I’ve interviewed many developers on Angular, JavaScript in general and combining the two. This is my list of what I’d consider “modern Angular 1.

Full article

October 26, 2016

October 5, 2016

Prototyping with AngularJS & Google Sheets

Wednesday, October 05, 2016 Teklinks

I just spent a week prototyping with AngularJS and Google Sheets. It turned out to be a powerful and relatively simple way to get a working prototype up and running fast! I wanted to share what I learned to hopefully help other designers leverage these tools for quick prototyping.

Full article

August 31, 2016

Data Binding In AngularJS

Wednesday, August 31, 2016 Teklinks

Data binding is a process of establishing the connection between View and Model to communicate or updating the data from View to model and from Model to View. Data binding is of 3 types, as listed below.

Full article