Category: Web Design
How To Ease Your Team’s Development Workflow With Git Hooks How To Ease Your Team’s Development Workflow With Git Hooks Konstantinos Leimonis 2019-12-02T11:00:00+00:00 2019-12-02T12:43:35+00:00 One of the major requirements working for a team or an open-source project is using a version control system (VCS). Git is a free and open-source distributed version control system for…
Beating The End Of The Year Rush (December 2019 Wallpapers Edition) Beating The End Of The Year Rush (December 2019 Wallpapers Edition) Cosima Mielke 2019-11-30T11:15:00+00:00 2019-11-30T12:35:35+00:00 As the year is coming to a close, many of us feel rushed, trying to meet deadlines, finishing off projects, and preparing for the holidays. Do you remember what…
Black Friday 2019: Support Indie Makers Black Friday 2019: Support Indie Makers Rachel Andrew 2019-11-29T15:00:00+00:00 2019-11-30T12:35:35+00:00 Every time I have checked my email over the last two weeks, it has been full of Black Friday deals. We will get a short respite before the New Year offers start to roll in. I like a bargain…
Abstracting WordPress Code To Reuse With Other CMSs: Implementation (Part 2) Abstracting WordPress Code To Reuse With Other CMSs: Implementation (Part 2) Leonardo Losoviz 2019-11-28T11:00:00+00:00 2019-11-28T12:36:34+00:00 In the first part of this series, we learned the key concepts to build an application that is as CMS-agnostic as possible. In this second and final part, we…
Mastering OOP: A Practical Guide To Inheritance, Interfaces, And Abstract Classes Mastering OOP: A Practical Guide To Inheritance, Interfaces, And Abstract Classes Ryan Kay 2019-11-27T11:00:00+00:00 2019-11-27T12:36:23+00:00 So far as I can tell, it is uncommon to come across educational content in the field of software development which provides an appropriate mixture of theoretical and practical…
Programmatically Discovering Sharing Code With oEmbed Programmatically Discovering Sharing Code With oEmbed Drew McLellan 2019-11-26T11:00:00+00:00 2019-11-26T12:36:56+00:00 The web is full of services that host rich content such as videos, images, music and podcasts, maps and graphs, and all manner of different delights. Chances are, when you add your content to a site, it will offer…
Is There A Future Beyond Writing Great Code? Is There A Future Beyond Writing Great Code? Ronald Mendez 2019-11-25T11:00:00+00:00 2019-11-25T12:35:41+00:00 Let’s do a quick exercise. Say you’ve been working professionally as a developer for more than five years. You’ve gained hands-on experience through dozens of projects and kept your skillset sharp by learning about new…
Getting Started With An Express And ES6+ JavaScript Stack Getting Started With An Express And ES6+ JavaScript Stack Jamie Corkhill 2019-11-22T12:00:00+00:00 2019-11-22T12:35:16+00:00 This article is the second part in a series, with part one located here, which provided basic and (hopefully) intuitive insight into Node.js, ES6+ JavaScript, Callback Functions, Arrow Functions, APIs, the HTTP Protocol,…
How To Use FOMO To Increase Conversions How To Use FOMO To Increase Conversions Suzanne Scacca 2019-11-21T11:00:00+00:00 2019-11-21T12:35:50+00:00 Consumers are motivated by need and desire. And sometimes, just sometimes, they’re motivated by FOMO. That’s right: we can now add the ‘Fear Of Missing Out’ to the list of drivers that get consumers onto our websites…
Performing iOS Animations On Views With UIKit And UIView Performing iOS Animations On Views With UIKit And UIView Saravanan V 2019-11-20T11:00:00+00:00 2019-11-20T12:35:34+00:00 I have been an iOS developer for over a decade now and have rarely seen articles that consolidate all possible ways to perform animations in iOS. This article aims to be a primer…