Category: Web Design
Should You Create An MVP Before Creating An App? Should You Create An MVP Before Creating An App? Suzanne Scacca 2019-07-26T14:00:00+02:00 2019-07-26T12:35:57+00:00 Can you afford to gamble on an idea for an app or on an assumption about how consumers will respond to it? I bet your clients aren’t too comfortable doing that either, especially…
Designing And Building A Progressive Web Application Without A Framework (Part 2) Designing And Building A Progressive Web Application Without A Framework (Part 2) Ben Frain 2019-07-25T14:00:59+02:00 2019-07-25T12:36:39+00:00 The raison d’être of this adventure was to push your humble author a little in the disciplines of visual design and JavaScript coding. The functionality of the…
Created To Make You Think: Meet Our New Printed Magazine Created To Make You Think: Meet Our New Printed Magazine Vitaly Friedman 2019-07-24T08:02:02+02:00 2019-07-24T12:35:56+00:00 For a long time, we wanted to create a printed magazine that hasn’t existed before. Not a magazine about fleeting design trends or ever-changing frameworks, but topics that would make us…
Smashing TV Live: Towards Ethics & Privacy By Default Smashing TV Live: Towards Ethics & Privacy By Default Vitaly Friedman 2019-07-24T08:00:59+02:00 2019-07-24T12:35:56+00:00 Honesty, humility and authenticity became rarities on the web. Dark patterns are prevailing many of the interfaces we use, and our data is collected, evaluated and handed over to third-parties left and right,…
Designing And Building A Progressive Web Application Without A Framework (Part 1) Designing And Building A Progressive Web Application Without A Framework (Part 1) Ben Frain 2019-07-23T14:00:59+02:00 2019-07-23T12:36:09+00:00 How does a web application actually work? I don’t mean from the end-user point of view. I mean in the technical sense. How does a web application…
The Essential Guide To JavaScript’s Newest Data Type: BigInt The Essential Guide To JavaScript’s Newest Data Type: BigInt Faraz Kelhini 2019-07-22T14:00:59+02:00 2019-07-23T12:36:09+00:00 The BigInt data type aims to enable JavaScript programmers to represent integer values larger than the range supported by the Number data type. The ability to represent integers with arbitrary precision is particularly…
Monthly Web Development Update 7/2019: Modern Techniques And Good Trouble Monthly Web Development Update 7/2019: Modern Techniques And Good Trouble Anselm Hannemann 2019-07-19T14:00:00+02:00 2019-07-19T12:35:50+00:00 What can we do to cause “good trouble”? First of all, I think it needs to be friendly, helpful and meaningful actions that don’t impact other peoples’ lives. Secondly, it’s something…
Yarn Workspaces: Organize Your Project’s Codebase Like A Pro Yarn Workspaces: Organize Your Project’s Codebase Like A Pro Jorge Ferreiro 2019-07-18T12:00:59+02:00 2019-07-18T12:35:43+00:00 Any time I start working on a new project, I ask myself, “Should I use separate git repositories for my back-end server and my front-end client(s)? What’s the best way to organize the…
7 Gorgeous Free And Open-Source Typefaces And When To Use Them 7 Gorgeous Free And Open-Source Typefaces And When To Use Them Noemi Stauffer 2019-07-17T14:00:59+02:00 2019-07-17T12:35:59+00:00 To facilitate your font picking and pairing process, I’ve included examples of how these typefaces have been put to use recently, as well as a few pairing ideas. Enjoy…
The Ultimate Guide To Building Scalable Web Scrapers With Scrapy The Ultimate Guide To Building Scalable Web Scrapers With Scrapy Daniel Ni 2019-07-16T14:30:59+02:00 2019-07-17T12:35:59+00:00 Web scraping is a way to grab data from websites without needing access to APIs or the website’s database. You only need access to the site’s data — as long as…