WordPress Product Founders on What They’d Do Differently

Incredible as it sounds, WordPress was initially released back in 2003. And it has evolved quite a bit during that time. It has become a mature, if ever-changing, platform for building websites. Its massive theme and plugin ecosystem have also seen its share of changes. We’ve witnessed solo entrepreneurs launching products, nurturing their growth, and… Continue reading WordPress Product Founders on What They’d Do Differently

4 Best Real User Monitoring Tools for 2022

The success of your website or web app hinges on the user experience. A positive experience translates into loyalty through high user retention and conversion rates, which in turn increase your profits.  The good news is that you can discover exactly what kind of experience users are having on your website or web app. You… Continue reading 4 Best Real User Monitoring Tools for 2022

What Is JavaScript?

Technology is advancing rapidly and web development is no different. New tools and services are constantly coming into existence to help you build the next big thing. It’s great to have so much innovation in web development, but it can be very intimidating for people who are just starting out in the field and have… Continue reading What Is JavaScript?

Angular Component Libraries and Accessibility

Nowadays, it feels as if web development is an ever-changing landscape that moves at supersonic speeds. With the demands to keep your content up to date with the latest and greatest designs and frameworks, it can be an overwhelming task to keep up. JavaScript frameworks, such as Angular, play a large role in this with… Continue reading Angular Component Libraries and Accessibility

Accessible Routing in JavaScript Frameworks

Lost in Transition In my role as a Developer Consultant with Deque, I get asked a variety of questions on how to implement and fix technical accessibility issues. One topic that always seems to be at the forefront of everything else that developers have asked is ‘How do I manage focus in my JavaScript framework?’.… Continue reading Accessible Routing in JavaScript Frameworks

Start With These Courses and Tutorials

For those looking to build hybrid mobile apps, Ionic is one of the first frameworks that you’ll run into. There’s good reason that it has gained significant usage among developers looking to create apps for several mobile devices from a single code base. Ionic has a number of features that go beyond other offerings though,… Continue reading Start With These Courses and Tutorials

An Introduction to CSS-in-JS: Examples, Pros, and Cons

CSS-in-JS libraries provide us with a new approach for writing CSS. They aim to tackle the limitations of CSS, such as the lack of dynamic functionality, scoping, and portability. In spite of its advantages, CSS-in-JS is a controversial technology, as many developers ask if it’s worth further complicating front-end development.  This article intends to give… Continue reading An Introduction to CSS-in-JS: Examples, Pros, and Cons

Eva: A free Design System for Sketch

Eva is a free and Open Source Design System for Sketch released by the awesome Akveo team. It includes 650+ symbols, 258 layer styles, 480+ icons and tons of components. Eva Design System is a great resource to get started with a consistent design project. It is very easy to customize and much more than… Continue reading Eva: A free Design System for Sketch

Create an Angular Registration Form in Our New Course

Almost every web app will require some sort of a registration and login form. Not only that, but registration forms are a great learning project for Angular app development. In our new course, Hands-on Angular: Create a Registration Form, you’ll build your Angular skills while building a simple registration form. What You’ll Learn In this… Continue reading Create an Angular Registration Form in Our New Course

How to Use Animation in Angular 6

In this tutorial, you’ll learn about the importance of animations in improving the user experience. I’ll show you how to incorporate animations in Angular 6 applications with the help of animation components and Bootstrap. The Role of Animations in User Design Most web users are visual creatures and therefore respond to visual objects. This means… Continue reading How to Use Animation in Angular 6

6 Cross-Platform Development Tools Worth Checking Out

There are many development tools out there, but getting by free and good ones is not that easy. That is why we are sharing 6 Cross-Platform Development Tools Worth Checking Out. Previously, we have already covered Four Robust Builders To Build Amazing Mobile Apps. So, without any further ado let’s take a look at these… Continue reading 6 Cross-Platform Development Tools Worth Checking Out

Build A Movie Player ― Scotch

Last week, we solved the code challenge #4: Build An Eye Tracking App with JavaScript. This week we will be looking at consuming API’s and utilizing APIs to fetch reusable data. The Challenge The challenge is basically to build a movie trailer player with image thumbnails for a playlist and a section to display selected… Continue reading Build A Movie Player ― Scotch

Beginner’s Guide to Angular: Services

Hello there! I hope you’ve followed along with our tutorials on Angular components and routing. In this post, we’ll go on to another interesting concept in Angular: services. Angular Beginner’s Guide to Angular: Components Divya Dev Angular Beginner’s Guide to Angular: Routing Divya Dev If Angular components are the presentation layer of our application, what… Continue reading Beginner’s Guide to Angular: Services

Beginner’s Guide to Angular: Components

Building single-page applications is an art, with many impressive frameworks to choose from. One of the most intuitive and widely used frameworks for building both web and mobile applications is Angular. Today, Angular 10 is out, and there are many impressive features. However, you need to master components before you dig deep.  First Things First:… Continue reading Beginner’s Guide to Angular: Components

Lerna – A Tool for Managing JavaScript Projects

Posted · Category: Tools Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and testing across repositories gets complicated really fast. To solve these (and many other) problems, some projects will organize their codebases into multi-package repostories… Continue reading Lerna – A Tool for Managing JavaScript Projects

Angular 2 Beta is Now Available

AngularJS has been rising in popularity and is under steady development. Earlier today, Angular 2 Beta was announced, and is available for developers to download and get started with. Angular 2 comes with several new enhancements and features, and is expected to be a major upgrade from Angular 1. The Beta release, obviously, is not… Continue reading Angular 2 Beta is Now Available