How to Use Map, Filter and Reduce in JavaScript

Functional programming has been making quite a splash in the development world these days. And for good reason: Functional techniques can help you write more declarative code that is easier to understand at a glance, refactor, and test. One of the cornerstones of functional programming is its special use of lists and list operations. And… Continue reading How to Use Map, Filter and Reduce in JavaScript

Spark AR: augmented reality playground for developers and designers

[unable to retrieve full-text content] This text aims to present the wonders of Spark AR. There is a lot of excitement around Virtual Reality(VR), Augmented Reality(AR) and Mixed Reality(MR). Spark AR Studio is a program provided by Facebook to develop Augmented Reality filters for social networks. The creative economy states that man’s ability to create… Continue reading Spark AR: augmented reality playground for developers and designers

How to Create a Cyberpunk Photoshop Effect Action

What You’ll Be Creating In this tutorial, you will learn how to create a cyberpunk Photoshop effect action to add amazing photo effects to your photos. I will explain everything in so much detail that everyone can create the effect, even those who have just opened Photoshop for the first time. The effect shown above… Continue reading How to Create a Cyberpunk Photoshop Effect Action

How to Create a GTA V Photo Effect Action in Adobe Photoshop

What You’ll Be Creating In this tutorial, you will learn how to create an amazing photo effect inspired by the Grand Theft Auto V video game art style. I will explain everything in so much detail that everyone can create it, even those who have just opened Photoshop for the first time.  The effect shown… Continue reading How to Create a GTA V Photo Effect Action in Adobe Photoshop

Getting Started with Chrome Developer Tools: Inspect Element

Google Chrome is one of the best consumer browsers on the market, but it also contains a number of powerful developer tools. We can reveal some of these tools with Chrome’s Inspect Element (or “Inspect”) tool. This developer tool provides insight into how websites are constructed and styled, and it can help you debug your own… Continue reading Getting Started with Chrome Developer Tools: Inspect Element

11 CSS Filter Tutorials & Examples

CSS filters can be used to create some fantastic image effects. They allow you to modify the display of images in a variety of ways, some of those ways of displaying images as black and white, grayscale, sepia, invert, saturate, hue-rotate, blur and more. Though, this feature is not yet widely supported, but you can… Continue reading 11 CSS Filter Tutorials & Examples

Slide-in Content Filter Powered by CSS and jQuery

A well-designed filter is a powerful tool users can take advantage of. It is actually an essential feature if your website has lots of content, distributed across different categories. For an e-commerce, it is a way to increase conversion rates by reducing the time needed by the user to find what he’s looking for. Building… Continue reading Slide-in Content Filter Powered by CSS and jQuery