Your Web News in One Place

Articles by Smashing Magazine from October 2021

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to Smashing Magazine details.
10:00 am GMT - Fri, October 29, 2021
Smashing Magazine 50 Resources And Tools To Turbocharge Your Copywriting Skills
Stop wasting time and effort writing copy that falls flat. Raise your copywriting game and boost your powers of persuasion with these rich and informative online resources....
11:00 am GMT - Thu, October 28, 2021
Smashing Magazine How To Build An Amazon Product Scraper With Node.js
The wealth of data that Amazon holds can make a huge difference when youre designing a product or hunting for a bargain. But, how can a developer get that data? Simple, by using a web scraper. Heres h...
10:00 am GMT - Wed, October 27, 2021
Smashing Magazine Eye-Tracking In Mobile UX Research
Eye-tracking, a method that measures where people are looking and for how long they are looking, became more accessible to UX research thanks to technology. It allows researchers to see through the us...
10:00 am GMT - Tue, October 26, 2021
Smashing Magazine Optimizing Next.js Applications With Nx
Nx is a build framework that facilitates optimization, efficient scaling of applications, and other features such as shared libraries and components. In this article, we will be looking at how we can ...
01:00 pm GMT - Mon, October 25, 2021
Smashing Magazine A Deep Dive Into `object-fit` And `background-size` In CSS
In this article, we will go through how `object-fit` and `background-size` work, when we can use them, and why, along with some practical use cases and recommendations. Lets dive in....
01:00 pm GMT - Mon, October 25, 2021
Smashing Magazine A Deep Dive Into object-fit And background-size In CSS
In this article, we will go through how `object-fit` and `background-size` work, when we can use them, and why, along with some practical use cases and recommendations. Lets dive in....
11:00 am GMT - Sat, October 23, 2021
Smashing Magazine An Introduction To Quasar Framework: Building Cross-Platform Applications
Quasar is an open-source Vue.js-based cross-platform framework that allows you, as a developer, to easily build apps for both desktop and mobile using technologies such as Cordova and Electron and wri...
09:30 am GMT - Fri, October 22, 2021
Smashing Magazine How To Build A Real-Time Multi-User Game From Scratch
This article highlights the process, technical decisions and lessons learned behind building the real-time game Autowuzzler. Learn how to share game state across multiple clients in real-time with Col...
10:30 am GMT - Thu, October 21, 2021
Smashing Magazine Respecting Users Motion Preferences
The `prefers-reduced-motion` media query has excellent support in all modern browsers going back a couple of years. In this article, Michelle Barker explains why theres no reason not to use it today t...
11:00 am GMT - Wed, October 20, 2021
Smashing Magazine Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich
Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own bu...
02:00 pm GMT - Tue, October 19, 2021
Smashing Magazine Building An API With Gatsby Functions
In this tutorial, Paul Scanlon explains how to build an API by using Gatsby Functions and what you need to keep in mind when deploying it to Gatsby Cloud....
10:00 am GMT - Tue, October 19, 2021
Smashing Magazine Smashing Podcast Episode 42 With Jeff Smith: What Is DevOps?
In this episode, were talking about DevOps. What is it, and is it a string to add to your web development bow? Drew McLellan talks to expert Jeff Smith to find out....
02:00 pm GMT - Mon, October 18, 2021
Smashing Magazine Solving CLS Issues In A Next.js-Powered E-Commerce Website (Case Study)
Cumulative Layout Shift is one of the hardest core web vital to debug. In this article, we go through different tools to investigate CLS, when to use them(and when not), and solutions to some of the C...
10:00 am GMT - Sat, October 16, 2021
Smashing Magazine A Simple But Effective Mental Health Routine For Programmers
In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can u...
01:00 pm GMT - Fri, October 15, 2021
Smashing Magazine Tips And Tricks For Evaluating UX/UI Designers
Customers may start using your app because you offer a unique product, but user experience is what makes them stay. For that, you need excellent UX designers, and the know-how to spot them when hiring...
12:00 pm GMT - Thu, October 14, 2021
Smashing Magazine Smart CSS Solutions For Common UI Challenges
Writing CSS has probably never been more fun and exciting than it is today. In this post well take a look at common problems and use cases we all have to face in our work and how to solve them with mo...
11:00 am GMT - Wed, October 13, 2021
Smashing Magazine Upcoming Live Workshops On Front-End & UX (Oct 2021–Jan 2022)
Do you like a good interface design challenge? What about accessibility testing and design systems? Or maybe Next.js and advanced CSS? With our new online workshops on front-end & design, we cover...
12:00 pm GMT - Tue, October 12, 2021
Smashing Magazine Useful React APIs For Building Flexible Components With TypeScript
React with JSX is a fantastic tool for making easy-to-use components. Typescript components make it an absolute pleasure for developers to integrate your components into their apps and explore your AP...
10:30 am GMT - Tue, October 12, 2021
Smashing Magazine Bridging The Gap Between Designers And Developers
UXPin has recently launched a new feature called Merge. This tool aims to break through the chasms of design and development, all while improving the agility and quality our teams expect. This new tec...
10:00 am GMT - Mon, October 11, 2021
Smashing Magazine The Autofill Dark Pattern
A dark pattern is a deceptive UX pattern that tricks users into doing things they may not really want to do. In this article, Alvaro Montoro does a little experiment to find out how much privacy is ta...
10:00 am GMT - Sat, October 9, 2021
Smashing Magazine Composable CSS Animation In Vue With AnimXYZ
Most animation libraries like GSAP and Framer Motion are built purely with JavaScript or TypeScript, unlike AnimXYZ, which is labelled the first composable CSS animation toolkit, built mainly with SCS...
10:00 am GMT - Fri, October 8, 2021
Smashing Magazine Building A Static-First MadLib Generator With Portable Text And Netlify On-Demand Builder Functions
In this article, well be building an interactive fiction experience in which a user can insert words that match parts of speech given by the content creator. Lets go!...
09:00 am GMT - Thu, October 7, 2021
Smashing Magazine Freebie: COVID-19 Icon Set (56 Icons, AI, EPS, SVG, PNG)
Every once in a while, we publish [freebies](https://www.smashingmagazine.com/category/freebies/) related to different occasions and themes. We hope that with this icon set, every designer will be abl...
10:00 am GMT - Wed, October 6, 2021
Smashing Magazine A Guide To CSS Debugging
Debugging in CSS means figuring out what might be the problem when you have unexpected layout results. Well look at a few categories bugs often fit into, see how we can evaluate the situation, and exp...
10:00 am GMT - Tue, October 5, 2021
Smashing Magazine Local Testing A Serverless API (API Gateway And Lambda)
Have you ever struggled with testing cloud services locally? Specifically, have you ever struggled with locally testing an API that uses API Gateway and Lambda, with the Serverless framework, on AWS? ...
10:00 am GMT - Mon, October 4, 2021
Smashing Magazine How To Build An Expandable Accessible Gallery
In this article, well be looking at how to set up a gallery that is expandable as well as accessible....
10:00 am GMT - Fri, October 1, 2021
Smashing Magazine How To Implement Search Functionality In Your Nuxt App Using Algolia InstantSearch
Many websites have some sort of search feature because it helps users navigate through their content easily. Implementing it the right way can be tricky and might not give a good user experience. In t...
08:00 am GMT - Thu, September 30, 2021
Smashing Magazine A Time Of Transition (October 2021 Desktop Wallpapers Edition)
Get your desktop ready for fall and the upcoming Halloween season with a fresh batch of desktop wallpapers. Created with love by designers and artists from across the globe, they come in versions with...