Server-Side Rendering with Vue and Cloudflare Workers

Continue reading


@scotch.io | 4 years ago

Deploying Static VueJS/NuxtJS Site to Cloudflare Worker Sites

How to deploy static websites generated by NuxtJS to Cloudflare Workers using Wrangler CLI | Continue reading


@scotch.io | 4 years ago

Native Lazy-Loading Launched on Chrome 76

I woke up to this amazing news this morning and couldn't think of anything better than to share with you. Given that I'm a big fan of performance optimizations, and the fact that I had written about lazy loading compon | Continue reading


@scotch.io | 4 years ago

The Future of Websites: Headless CMSs

Since their introduction, content management systems (CMS) have made life easier for website developers, site owners, and administrators alike. Platforms like WordPress, Joomla, and Drupal account for more than 60% of all web content platforms. The only problem i | Continue reading


@scotch.io | 4 years ago

The Future of Websites: Headless CMSs

Since their introduction, content management systems (CMS) have made life easier for website developers, site owners, and administrators alike. Platforms like WordPress, Joomla, and Drupal account for more than 60% of all web content platforms. The only problem i | Continue reading


@scotch.io | 4 years ago

macOS Catalina Will Replace Bash with Zsh ― Scotch.io

Apple's #WWDC2019 (Worldwide Developers Conference) was yesterday and came with some really cool things for developers. WWDC is always an interesting event where Apple introduces the tools for developers to make greater and greater apps and | Continue reading


@scotch.io | 4 years ago

Detect Responsive Screen Sizes in Angular

Detect Responsive Screen Sizes in Angular with a twist - we don't maintaining responsive breakpoint sizes in our code. | Continue reading


@scotch.io | 4 years ago

New ECMAScript Modules in Node v12

If you’re familiar with popular JavaScript frontend frameworks like React, Angular, etc, then the concept of ECMAScript won’t be entirely new to you. ES Modules have the import and export syntax we see often in frontend frameworks. Node uses CommonJS which re | Continue reading


@scotch.io | 4 years ago

JavaScript Playgrounds to Use in 2019

The importance of online code editing platforms cannot be overemphasized. As much as we love our local IDE's, one too many times we find ourselves needing to quickly share and or collaborate with a friend or colleague in our local projects. In cases like this, online playground … | Continue reading


@scotch.io | 5 years ago

Building an Online Retail Dashboard in React

FusionCharts in a JavaScript Charting Library for developers | Continue reading


@scotch.io | 5 years ago

Top Podcasts for Web Developers

A Web Developer's need to learn never ends, so what better way to take in the latest technologies than listening to a podcast?! Here are the top 10 podcasts you should be listening to as a Web Developer! | Continue reading


@scotch.io | 5 years ago

Browser Rendering Optimizations for Front End Development

In this article, we explore the conditions that can enable (and prevent) a web application to run (optimally) at 60 frames per second. We also look at several optimizations that can be plugged into the broser's rendering pipeline. | Continue reading


@scotch.io | 5 years ago

Build a Blog Using Express.js and React in 30 Minutes ― Scotch.io

Learn how to build a simple blog using Express.js and React.js, complete with user authentication and a database! | Continue reading


@scotch.io | 5 years ago

How I Migrated from WordPress to a Static Site

Static Sites are a great alternative to Wordpress in the right situation. In this article, I will walk through how I converted my Wordpress site to a static site using Gatsby.js and hosted on Netlify! | Continue reading


@scotch.io | 5 years ago

Get Started with Prisma for Super Simple GraphQL

In this tutorial, we'll be looking at what is Prisma and how to get started with Prisma. | Continue reading


@scotch.io | 5 years ago

What's New in Create React App 2

Yes!! It keeps getting better, I am as excited as you are. Create-react app is the most widely used react boiler plate there is today, it helps you focus on writing code, and then handles the build and testing for you.It literarily does all the work for you! My favorite part of … | Continue reading


@scotch.io | 5 years ago

5 Tips to Write Better Conditionals in JavaScript

5 Tips to Write Better Conditionals in JavaScript | Continue reading


@scotch.io | 5 years ago

3 Useful TypeScript Tips

3 Useful Typescript Tips for Angular | Continue reading


@scotch.io | 5 years ago

List Processing with map, filter, and reduce

Functional programming in JavaScript is all the rage these days.And it should be: The benefits for readability, maintainability, and testability are dramatic."Functional programmming" means many things to many people. One of my favorite tools from the FP mindset is programming in … | Continue reading


@scotch.io | 5 years ago