Draggable: A lightweight drag & drop JS library

Draggable is a modern, responsive and lightweight drag & drop library released by Shopify. The library abstracts native browser events into a complex API to create a custom user experience. It’s the ideal choice for adding slick native-feeling drag and drop behaviour to your web apps thanks to a lot of features such as fast DOM reordering,… Continue reading Draggable: A lightweight drag & drop JS library

Creating a first Product Design System in Sketch

The first days I remember the first day I joined Agorize, I asked the PM if there is a styleguide I can use in Sketch. He told me we didn’t have any styleguide and only had some screens designed in Photoshop. The problem is that we have a product with a consumer-facing side and a client-facing… Continue reading Creating a first Product Design System in Sketch

The Anatomy of Flat CMS

With the advances in technology, users and search engines alike are demanding better and faster websites. Even Google is obsessed with speed on the web. Because of that, online services are also eager to improve their performances. And that’s where Flat-file CMS comes into the scene. When building a website, it can be confusing what solutions… Continue reading The Anatomy of Flat CMS

10+ Wonderful Resources (Fully Packed With Hidden Gems ) For Developers

Web developers are always ready to pack with fresh, trendy and latest tools and resources which help them in their work and save time. For the web developers another latest and fresh resources have come out. All these fresh and wonderful resources are fully packed with superb and useful tools like JavaScript libraries, frameworks, plugins,… Continue reading 10+ Wonderful Resources (Fully Packed With Hidden Gems ) For Developers

Free Online Conference with 20,000+ Registrants

By Jerry Cao on Oct 2 2017UX Scaling design is one of the greatest challenges faced by product teams today. That’s because design just doesn’t scale like engineering. As teams, products, and processes grow, things eventually break. Despite how daunting the challenge seems, plenty of companies have adapted their own best… Continue reading Free Online Conference with 20,000+ Registrants

9 Design and Formatting Tricks to Make Your Content Easier to Read

In a perfect world, content would be judged solely on the information it provides. The strength of a piece would depend exclusively on its subject matter, and how that subject is articulated through words and images. But in the online world, great information isn’t enough—you also need to present that information efficiently, and in an… Continue reading 9 Design and Formatting Tricks to Make Your Content Easier to Read

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