|Blog

Mar 
6, 
2019

Build your own Hero Squad!

You're longing for new ideas, connecting with like-minded devs and widen your horizon? Then iJS is the place to be. We help you out convincing your boss to send you to the international JavaScript Conference with these 3 easy steps.
Feb 
20, 
2019

Implementing cross-cutting concerns with Angular

Cross-cutting concerns are these annoying, mostly technical requirements that have to be considered time and time again for things like authentication, logging, or error treatment. Of course, no one wants to have to repeat method calls necessary for these all the time. Ideally, they are activated automatically. In this article, I will demonstrate three different Angular mechanisms that make this possible in an elegant way: Guards, HTTP Interceptors, and Directives. All of the examples shown can be found in the GitHub repository [1].
Feb 
6, 
2019

Build, Test and Deployment with Angular and GitLab CI

Using a continuous integration (CI) server for backend systems has been an established best practice for a very long time. As the complexity and the scope of modern web frontends increases, so does the need for professional development techniques. This includes working with test-driven development, CI servers, and automated processes. In this article, we will use an example of Angular and GitLab CI to see how build automation can be implemented.
Sep 
26, 
2018

Real-time Statistics with stdlib

Statistics and other data mining approaches help us make sense of this treasure trove of information. As data requirements continue to evolve, we should expect that our analytical tools keep pace. In this article, we will explore how to use stdlib for calculating real-time statistics.
Aug 
14, 
2018

An Introduction to Vue.js: Triumph of a framework

Vue.js is a framework for web applications that enables component-oriented development based on JavaScript. It’s adaptable, especially lean and universally applicable. Of course, Vue.js is also very performant. So, it’s high time that we take a closer look at this framework. In part one of this two-part tutorial, we give a systematic introduction for the popular JavaScript framework.
Jul 
18, 
2018

Ready, set, React!

In recent years the React UI library has become a serious alternative to other established web frameworks, such as Angular, Ember, or Ext JS. If a decision had to be made today on the top option, React has a front row seat. But why exactly is this lightweight library so successful?

Sign up for the iJS newsletter and stay tuned to the latest JavaScript news!

 

BEHIND THE TRACKS OF iJS

JavaScript Practices & Tools

DevOps, Testing, Performance, Toolchain & SEO

Angular

Best-Practises with Angular

General Web Development

Broader web development topics

Node.js

All about Node.js

React

From Basic concepts to unidirectional data flows