Your Web News in One Place

Articles by Smashing Magazine from October 2020

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Smashing Magazine details.
11:00 am GMT - Fri, October 30, 2020
Smashing Magazine The Principles Of Visual Communication
Were taught to communicate with words. We write essays, prepare speeches, and take written notes. But words arent always the best option for conveying information and ideas. Sometimes the best way to ...
11:00 am GMT - Thu, October 29, 2020
Smashing Magazine How To Build A GraphQL Server Using Next.js API Routes
This guide will teach you the basics of Next.js API Routes. We will start by explaining what they are and why API Routes are useful compared to REST or GraphQL APIs. Then, we will guide you through a ...
04:00 pm GMT - Wed, October 28, 2020
Smashing Magazine How We Run Online Workshops
In this article, CEO and co-founder Vitaly Friedman shares how Smashing runs online workshops and online conferences these days, and the lessons learned along the way....
02:30 pm GMT - Tue, October 27, 2020
Smashing Magazine Authentication In Vue.js
This article is aimed at beginner developers who want to learn about authentication in Vue. In order to be able to follow along, youll need to have a good knowledge of Vue and Vuex....
02:00 pm GMT - Mon, October 26, 2020
Smashing Magazine Introducing Framer Motion
Animations, when done right, are powerful. However, creating eye-catching animations with CSS can be tricky. In comes Framer Motion. With Framer Motion, you dont need to be a CSS expert to make beauti...
06:00 pm GMT - Fri, October 23, 2020
Smashing Magazine How To Overcome Data Onboarding Challenges For Software Products
Data onboarding with a custom-built solution can be a difficult and error-prone process. This article takes a closer look at how Flatfile Concierge deals with this particular problem....
11:00 am GMT - Thu, October 22, 2020
Smashing Magazine Getting Started With Next.js
Next.js is a React framework that is bound to ease your life as a React developer by abstracting away the common and redundant tasks (such as routing) into relatively simpler and powerful APIs. That w...
02:00 pm GMT - Wed, October 21, 2020
Smashing Magazine Smashing Giveaway: Join Smashing Newsletter and Win Smashing Prizes
SmashingMag is running a lil giveaway among its Smashing newsletter subscribers until Tuesday, Oct. 27, with some exciting goodies to win. Make sure to join in and good luck!...
09:00 am GMT - Wed, October 21, 2020
Smashing Magazine Speed Up Your Workflow With Figma Plugins
There are hundreds of Figma plugins available as of today, yet the Figma plugin search functionality is pretty basic and at times it can be very difficult to find the right plugin for a certain task. ...
05:00 am GMT - Tue, October 20, 2020
Smashing Magazine Smashing Podcast Episode 27 With Stefan Baumgartner: What Is TypeScript?
Were talking about TypeScript. What is it, and how can it help us write better JavaScript? Drew McLellan talks to expert Stefan Baumgartner to find out....
01:45 pm GMT - Mon, October 19, 2020
Smashing Magazine Handling Continuous Integration And Delivery With GitHub Actions
In this article, Aleem Isiaka explains how you can deploy a basic NodeJS application to Heroku, automate and schedule a deployment to run at certain intervals of the day, and use other actions from th...
02:30 pm GMT - Fri, October 16, 2020
Smashing Magazine A Monthly Update With New Guides And Community Resources
Its time for another monthly update! Join us as we share the latest news and highlight the things we have enjoyed reading over the past month. ...
09:30 am GMT - Fri, October 16, 2020
Smashing Magazine Supercharge Testing React Applications With Wallaby.js
Ever had to switch your focus from your editor and to your terminal to see the results of your tests? This article will introduce you to Wallaby.js — a JavaScript productivity tool that supercha...
11:00 am GMT - Thu, October 15, 2020
Smashing Magazine Managing Long-Running Tasks In A React App With Web Workers
In this tutorial, were going to learn how to use the Web Worker API to manage time-consuming and UI-blocking tasks in a JavaScript app by building a sample web app that leverages Web Workers....
12:30 pm GMT - Wed, October 14, 2020
Smashing Magazine Build And Deploy An Angular Form With Netlify Forms And Edge
Netlify Forms is a form handling feature that receives submissions from HTML forms automatically. In this article, well cover how to use it with Angular reactive forms and how to deploy the finished a...
10:30 am GMT - Tue, October 13, 2020
Smashing Magazine Design Shopping: Get A Faster Client Buy-In Through A Guided Design Showcase
How can you convince your clients to make a faster (and easier) buy-in? With the help of a guided design exercise, Kelly Schummer explains how the *Design Shopping* workflow can help guide you through...
10:30 am GMT - Mon, October 12, 2020
Smashing Magazine React Form Validation With Formik And Yup
Forms are an integral part of how users interact with our websites and web applications. Validating the data the user passes through the form is a critical aspect of our jobs as web developers. Howeve...
10:00 am GMT - Fri, October 9, 2020
Smashing Magazine Using WebXR With Babylon.js
In this overview of WebXR technologies and the Babylon.js framework, well inspect the underpinnings of WebXR and the most important aspects of the WebXR Device API before turning our attention to Baby...
10:00 am GMT - Thu, October 8, 2020
Smashing Magazine How To Manage File Uploads In React With Google Storage And GraphQL
From a users profile picture to other media assets, data collection and storage to cloud services through file uploads have become an essential feature for most modern applications. In this article, y...
11:00 am GMT - Wed, October 7, 2020
Smashing Magazine Master TypeScript in 50 Short Lessons
Meet our new practical guide on everything you need to know about TypeScript, its type system, and all its benefits in 50 lessons. Jump to table of contents and get the book right away....
10:30 am GMT - Wed, October 7, 2020
Smashing Magazine Developing For The Semantic Web
The dream of a machine-readable Internet is as old as the Internet itself, but only in recent years has it really seemed possible. As major websites take strides towards data-fying their content, nows...
10:30 am GMT - Tue, October 6, 2020
Smashing Magazine Do Website Policy Disclosure Pages Always Have To Be So Ugly?
In this article, were going to look at four ways that web designers can contribute to getting more policy disclosure pages read and terms actually agreed to....
05:00 am GMT - Tue, October 6, 2020
Smashing Magazine Smashing Podcast Episode 26 With Natalia Tepluhina: Whats New In Vue 3.0?
Were talking all about VueJS. Whats new in the 3.0 release, and how hard will it be to migrate? Drew McLellan talks to core team member Natalia Tepluhina to find out....
10:30 am GMT - Mon, October 5, 2020
Smashing Magazine Useful Tools In Vue.js Web Development
There are some tools that developers that are just getting started with Vue or sometimes, have experience building with Vue sometimes do not know exist to make development in Vue a lot easier. In this...
10:30 am GMT - Fri, October 2, 2020
Smashing Magazine How To Use Face Motion To Interact With Typography
In this article, we will cover how to combine Machine Learning, variable fonts, and CSS grids to create layouts that respond to the proximity, the inclination, and the number of the users faces....
10:30 am GMT - Thu, October 1, 2020
Smashing Magazine Understanding TypeScript Generics
An introduction to the utilization of Generics in TypeScript with examples grounded in real-world use cases, such as collections, approaches to error handling, the Repository Pattern, and so on....
12:30 pm GMT - Wed, September 30, 2020
Smashing Magazine 5 Ways Google Analytics Helps Web Developers In UI/UX Design
In this article, well look at 5 features in Google Analytics that can help web developers and designers in making a better user experience on their website....
08:00 am GMT - Wed, September 30, 2020
Smashing Magazine Squirrels, Ghosts, And Moonlight: Tales From October (2020 Wallpapers Edition)
Get ready for autumn and the upcoming Halloween season with beautiful and inspiring wallpapers. Created by the community for the community, they are available with and without a calendar for October 2...