hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Thursday, 28 March, 2024 UTC

How to Create an Online Casino Affiliate Site with Angular.js

If you want to create an affiliate website for real money casinos using the powerful Angular.js framework, follow these steps: 1. Set Up Your Development Environment Before you start coding, make sure you have Node.js and the Angular CLI installed on ... more


Monday, 20 July, 2020 UTC

The true benefits of using open-source frameworks like Angular

Before we get into the benefits of open-source software, it is important to understand what it is. Open-source code is software for coders and industry experts who buy it under a license in order to observe, modify, change, and share it with others. ... more


Thursday, 28 March, 2019 UTC

Benefits Of Using Javascript

JavaScript is undoubtedly a very versatile and is one of the easiest languages that can be used in a website to extend the functionalities. JavaScript Development helps in many was like data processing and calculation, visual effects that can be applied ... more


Wednesday, 27 March, 2019 UTC

Angular 2 Components for AngularJS Developers

Angular 2, Introduction, Just Enough Angular 25 comments Components are the molecules of Angular 2 applications, and we are going to spend a few minutes introducing this new building block. We are going to assume a basic familiarity with Angular 1 and ... more


Sunday, 24 March, 2019 UTC

React Developer Survey Results

Survey1 commentReact, Survey Four months ago I released a survey asking React developers about their community. I did this to gauge the community and compare the findings on how similar they are to another Web Development community, Angular (where the ... more


Monday, 4 March, 2019 UTC

Create A Simple Reactive Store For Angular

Angular 2 uses observables for many features and has a peer dependency on RxJs for its robust API around observables. The community has adopted a single store approach for dealing with state in modern applications. Let’s build a store for our Angular ... more


Thursday, 31 December, 2015 UTC

Angular 2 Components for Beginners

Angular 2 Components In this lesson, we are going to introduce components in Angular 2. In Angular 1, the prevalent theme was a controller and template pair. The initial approach was to build out an HTML template and hook up a controller via ngController. ... more


Thursday, 31 December, 2015 UTC

Angular 2 Components for AngularJS Developers

Components are the molecules of Angular 2 applications, and we are going to spend a few minutes introducing this new building block. We are going to assume a basic familiarity with Angular 1 and the fundamental mechanisms of the framework. And now time ... more


Tuesday, 29 December, 2015 UTC

React Developer Survey Results

4 months ago I released a survey asking React developers about their community. I did this to gauge the community and compare the findings on how similar they are to another Web Development community, Angular (where the idea for a survey was originally ... more


Friday, 25 December, 2015 UTC

Angular 2 for AngularJS developers

Now that Angular 2 is in beta someone moved our cheese! Let’s put on our running shoes. I have been writing Angular 2 for nearly one year now (actually, since this tweet) and I want to share what I quickly discovered in that time. We are going to see ... more


Thursday, 24 December, 2015 UTC

Making a Mini-Lisp: Introduction to Transpilers

Table of Contents Introduction Constants Tokenizer Parser Code Generator Introduction This article is an introduction to Transpilers which is the process of translating one programming language into another. This process may be called compiling, transpiling, ... more


Monday, 21 December, 2015 UTC

Angular 2 for React developers

Now that Angular 2 is in beta, the time has come for us to drop everything and learn something new, again. The good news is, like React and Angular 1.x, Angular 2 is here to stay for a while so it’s a good investment to become productive with this new ... more


Tuesday, 15 December, 2015 UTC

Angular 2 Beta Release

The Angular 2.0 Beta release is here and the Angular Team released it live on AngularAir, a weekly Angular Podcast by AngularClass. Angular 2 Resources Angular 2 website: The offical website Angular 2 Webpack Starter: The fastest way to get started with ... more


Friday, 11 December, 2015 UTC

Getting Started with Angular Material

Hello Angular Material Angular Material is a robust implementation of the Material Design specification and it perfectly captures aesthetic principles of the initiative in an impressive collection of easy to use components and services. My first attraction ... more


Wednesday, 2 December, 2015 UTC

ES6 and TypeScript workshop December 7th, 2015

AngularClass will be hosting an ES6 and TypeScript workshops in the heart of San Francisco on December 7th. I personally believe that the future of JavaScript is going to be amazing with more teams adopting ES6 and TypeScript. Here’s a list of ES6 features ... more


Tuesday, 24 November, 2015 UTC

How to use Ansible

Understanding Ansible Ansible is a powerful, simple, and easy to use tool for managing computers. It is most often used to update programs and configuration on dozens of servers at once, but the abstractions are the same whether you’re managing one computer ... more


Tuesday, 24 November, 2015 UTC

The State of TypeScript Packages

As a module author and developer, I love TypeScript. It allows me to write, publish and consume 100% type-safe JavaScript. Features like autocompletion, type validation and ES6 features are now part of my typical workflow. However, one step in this development ... more


Tuesday, 24 November, 2015 UTC

State of TypeScript Packaging

As a module author and developer, I love TypeScript. It allows me to write, publish and consume 100% type-safe JavaScript. Features like autocompletion, type validation and ES6 features are now part of my typical workflow. However, one step in this development ... more


Friday, 23 October, 2015 UTC

AngularConnect 2015: A Highlights Tour

AngularConnect 2015 is over, and what a conference it was! With two tracks of talks, two tracks of Q&A, one track of unconference talks, and countless hallway conversations, it was one of the biggest tech conferences I’ve ever attended. At this point ... more