Category: Web Design
Getting Started With Nuxt Getting Started With Nuxt Timi Omoyeni 2020-04-27T10:30:00+00:00 2020-04-27T12:35:09+00:00 Web developers build a lot of Single Page Applications using JavaScript frameworks (Angular, React, Vue). SPAs dynamically populate the contents of their pages on load which means by the time google crawls their site, the important content is yet to be injected into…
Why Collaborative Coding Is The Ultimate Career Hack Why Collaborative Coding Is The Ultimate Career Hack Bobby Sebolao 2020-04-24T10:30:00+00:00 2020-04-24T12:35:11+00:00 Taking your first steps in programming is like picking up a foreign language. At first, the syntax makes no sense, the vocabulary is unfamiliar, and everything looks and sounds unintelligible. If you’re anything like me…
Exploring Node.js Internals Exploring Node.js Internals Aleem Isiaka 2020-04-23T10:30:00+00:00 2020-04-23T12:35:40+00:00 Since the introduction of Node.js by Ryan Dahl at the European JSConf on 8 November 2009, it has seen wide usage across the tech industry. Companies such as Netflix, Uber, and LinkedIn give credibility to the claim that Node.js can withstand a high amount of…
Responsive Web And Desktop Development With Flutter Responsive Web And Desktop Development With Flutter Carmine Zaccagnino 2020-04-22T10:00:00+00:00 2020-04-22T12:36:02+00:00 This tutorial is not an introduction to Flutter itself. There are plenty of articles, videos and several books available online with simple introductions that will help you learn the basics of Flutter. Instead, we’ll be covering the…
How To Create A Compelling Landing Page How To Create A Compelling Landing Page Paul Boag 2020-04-21T10:00:00+00:00 2020-04-21T12:42:31+00:00 If you want more leads or increased sales, you need compelling landing pages. According to Hubspot, those companies with over 30 landing pages, will generate seven times more leads than those with fewer than 10. A landing…
Smashing Podcast Episode 14 With Rachel Andrew: How Can I Run Online Workshops? Smashing Podcast Episode 14 With Rachel Andrew: How Can I Run Online Workshops? Drew McLellan 2020-04-21T05:00:00+00:00 2020-04-21T12:42:31+00:00 In this episode of the Smashing Podcast, we’re talking about running online workshops. How can a traditional event adapt when participants can’t attend in person?…
Implementing Skeleton Screens In React Implementing Skeleton Screens In React Blessing Krofegha 2020-04-20T10:00:00+00:00 2020-04-20T12:34:49+00:00 Spinners and loaders have traditionally been the way to tell users that content is going to take a while to load. While this approach is great, it’s quickly becoming obsolete in modern development. Skeleton screens are becoming the perfect replacement for…
Staying Connected And Learning From Each Other Staying Connected And Learning From Each Other Iris Lješnjanin 2020-04-17T11:00:00+00:00 2020-04-17T12:35:11+00:00 Digital space obviously has its challenges, but it also provides incredible opportunities for us to connect and learn in ways we just wouldn’t be able to do otherwise. The situation with COVID-19 has challenged us to consider…
Django Highlights: Models, Admin, And Harnessing The Relational Database (Part 3) Django Highlights: Models, Admin, And Harnessing The Relational Database (Part 3) Philip Kiely 2020-04-16T10:30:00+00:00 2020-04-16T12:34:59+00:00 Before we get started, I want to note that Django’s built-in administrative capabilities, even after customization, are not meant for end-users. The admin panel exists as a developer, operator,…
Best Practices With React Hooks Best Practices With React Hooks Adeneye David Abiodun 2020-04-15T11:00:00+00:00 2020-04-15T12:34:31+00:00 React Hooks are a new addition in React 16.8 that let you use state and other React features without writing a class component. In other words, Hooks are functions that let you “hook into” React state and lifecycle features from…