JavaScript Kicks - JSK Weekly - April 1, 2021

It's April Fools! Have you backed up your data? Talking about storage and saving space, even if only online, check out Matheswaaran's "Image Compression in ReactJs".

Other favourites this week; "Using Next.js with FaunaDB: How to Query the Database from Your App" on Snipcart and Rahul's "Object Creation Patterns in JavaScript".

Popular Stories recently curated by passionate community members

General

A Long Time Coming: The MediaRecorder API Is Widely Adopted

Being a creative developer on the web means you need to be patient. The web is the most incredible and accessible platform for creative p...

Bit


Next.js & FaunaDB: Querying Database from Your App - Snipcart

One of the things distinguishing Jamstack sites from plain static sites is their use of data from APIs. While a traditional static site m...

Snipcart


Create a browser-agnostic PWA install button

One of Google's best resources about PWA development is How to provide your own in-app install experience. Among other things, it explain...

JavaScript In Plain English


Build a Video Chat App with Socket.io, PeerJS, and Codesphere

The Coronavirus pandemic has made video chat the primary method of communication that we rely on. Whether it's for school, work, or just ...

JavaScript In Plain English


Getting Started with Blog using MDX in Next.js

MDX is known as MarkDown Extension, an extension to embed JSX and simple text on a page. MDX is another form of file like .js, .ts which ...

shreyvijayvargiya


What is monorepo? (and should you use it?)

Monorepo can foster rapid development workflows when your project is composed of multiple modules or microservices. In this post, we’ll e...

Semaphore


Top 4 Tailwind CSS alternatives for 2021

I've got a "love-hate" relationship with Tailwind CSS . On the mindset front, I like the utility-first approach, but I can't seem to get ...

areknawo


JavaScript

How to Avoid JavaScript Type Conversions

If you need to use a mathematical operation on user input or any other value, it is safer to do an explicit conversion yourself before do...

Bit


What is JavaScript? A Definition of the JS Programming Language

JavaScript is a dynamic programming language that's used for web development, in web applications, for game development, and lots more. I...

Dillion Megida 🚀


Reverse a String with a Stack in JavaScript

In this article, we will learn how to reverse a string using a stack in JavaScript. A stack is a linear data structure that follows a par...

Megh Agarwal


JavaScript: Get Number of Days Between Dates

Introduction We oftentimes find ourselves counting the number of days from and to a date. Be it calculating when someone's due to return ...

StackAbuse


Object Creation Patterns in JavaScript

Object creation mechanisms increase the flexibility and reuse of existing code. Here in this post, we will see the Object Creation Patter...

RAHUL


How to Split an Array Into Even Chunks in JavaScript

Introduction Arrays are one the most used structures in JavaScript programming, which is why it's important to know its built-in methods ...

StackAbuse


Hoisting in JavaScript

I have been attending a scholarship program for quite some time now and I recently came across this magical concept of Hoisting! In this ...

JavaScript In Plain English


Apply, Call, Bind in JavaScript

Using them, we can set what 'this' should refer to, irrespective of how or where the function gets called. Let's see what would happen in...

RAHUL


40 JavaScript Projects for Beginners - Easy Ideas to Get Started Coding JS

The best way to learn a new programming language is to build projects. I have created a list of 40 beginner friendly project tutorials in...

Jessica Wilkins


Top JS rich text editor frameworks for 2021

Rich content editors are everywhere - from comment sections to document editors. ✍ Let's explore the best tooling to make them! 🚀 #webde...

areknawo


Create Pixel Effects with JavaScript and HTML Canvas

JavaScript can be used to create some amazing pixel effects. We've released a course that will teach you how to use JavaScript to create ...

Beau Carnes


How to Use Supercharged Sorts in JavaScript

I was asked a great question recently about filtering and sorting arrays. At first, it seemed trivial: If I have an array of objects, and...

freeCodeCamp.org


TypeScript

Duck Typing in JavaScript and TypeScript

JavaScript has come a long way since its birth in the 90s. Major improvements have been incorporated with it along its journey. It should...

Bit


Angular

Angular 11 Image Upload, Preview, Crop, Zoom and Scale Example - positronX.io

Throughout this comprehensive tutorial, we will explain how to upload an angular image, show image preview by creating a Base64 url in an...

Digamber Singh


React

Adding React Native App to App Store Connect

Hello everyone! Let's try to add a React Native Project to the App Store. Make sure you have a Developer Account in Apple and a React Nat...

Karthik_B


Image Compression in ReactJs

While uploading the images to the block storage (or) S3 storage, the full images when captured through the phone (Pixel 3 or others) came...

Matheswaaran


Create a Tabbed Carousel in React Native

To understand what I am trying to build, first, let's see the demo: As you can see from the gifs, we have two parts to build out this com...

Saad Khan


Generate API Driven Forms in React

I recently worked on a project that requires SuperAdmin users to inspect registration errors made by customers during the onboarding proc...

JavaScript In Plain English


React, Redux, TypeScript Starter Kit using Redux Toolkit

You are starting a new project? You want to use all the latest tech simultaneously to a production level standard. By the end of this art...

JavaScript Kicks


Vue

Creating a Chrome extension with Vue.js and Node.js

Penumbra is a new tab replacement for chrome in the form of an extension. It overrides the existing new tab to give some very minimal add...

JavaScript In Plain English


Reactivity In Vue

Reactivity is the ability for a variable (array, string, number, object, etc) to update when its value or any other variable that it make...

Smashing Magazine


Node.js

What is Node.js?

Node.js is a backend JavaScript runtime environment that runs on the V8 engine and executes code outside of a web browser. This article t...

Rahil Sarvaiya


Functional Programming

Functional Programming in JavaScript for Beginners

Functional programming is not a new approach to coding, but it has grown in popularity in recent years. This is because, once programmers...

Nahla Davies


Serverless Function in Next JS

Next.js is a solid react framework that comes with a lot of inbuilt functionality like Server-Side rendering, SEO optimization, dynamic r...

shreyvijayvargiya


Until next week!

Bob, Robert, Miro, Branko and Boris

Change how often and what email you get on your account page.

Follow JavaScriptKicks on Twitter and subscribe via RSS.







This email was sent to you
why did I get this?    unsubscribe from this list    update subscription preferences
Dotnetkicks, LLC · PO Box 45087 · Seattle, WA 98145 · USA

Older messages

JSK Daily for Mar 31, 2021

Wednesday, March 31, 2021

JSK Daily for Mar 31, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Using GPU to Improve JavaScript Performance As developers, we always seek opportunities to

JSK Daily for Mar 30, 2021

Wednesday, March 31, 2021

JSK Daily for Mar 30, 2021 View this email in your browser A community curated daily e-mail of JavaScript news A Long Time Coming: The MediaRecorder API Is Widely Adopted Being a creative developer on

JSK Daily for Mar 29, 2021

Monday, March 29, 2021

JSK Daily for Mar 29, 2021 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript: Get Number of Days Between Dates Introduction We oftentimes find ourselves

JSK Daily for Mar 24, 2021

Wednesday, March 24, 2021

JSK Daily for Mar 24, 2021 View this email in your browser A community curated daily e-mail of JavaScript news What is monorepo? (and should you use it?) Monorepo can foster rapid development workflows

JSK Weekly - March 24, 2021

Wednesday, March 24, 2021

We're heading into the home stretch of seeing March off, so while you wait, why not have a look at some top content this week. Ronak Patel takes us through the "Top Node.js Frameworks to use

You Might Also Like

Software Testing Weekly - Issue 261

Wednesday, March 12, 2025

New AI solutions for testing 👀 View on the Web Archives ISSUE 261 March 12th 2025 COMMENT Welcome to the 261st issue! I have nothing more to add to the genuinely great news that came out recently. I

JSK Daily for Mar 11, 2025

Tuesday, March 11, 2025

JSK Daily for Mar 11, 2025 View this email in your browser A community curated daily e-mail of JavaScript news How to Enforce Type Safety in FormData with TypeScript When working with the FormData

Binary Data, Tail Calls, Pickles, and More

Tuesday, March 11, 2025

Bytes Objects: Handling Binary Data in Python #672 – MARCH 11, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Bytes Objects: Handling Binary Data in Python In this tutorial, you'll learn about

Shaking The Wasp’s Nest 🐝

Tuesday, March 11, 2025

How Gamergate swarmed into our online lives. Here's a version for your browser. Hunting for the end of the long tail • March 11, 2025 Today In Tedium: You probably have noticed, just like me, that

Daily Coding Problem: Problem #1714 [Easy]

Tuesday, March 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given an N by N matrix of random letters and a dictionary of words. Find

Mapped | The State of Democracy Around the World 🌐

Tuesday, March 11, 2025

After a historic election year, we show the state of democracy worldwide as it declines to its lowest level in two decades. View Online | Subscribe | Download Our App NEW REPORT: The Age of Data >

Stories, Free Tool & CRM Template

Tuesday, March 11, 2025

Notion stories, smart tools, and a free template to organize your contacts 🔥 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

LW 173 - How to become a Shopify Developer in 2025

Tuesday, March 11, 2025

How to become a Shopify Developer in 2025 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 173 - 03/11

This free AI tool beats Perplexity

Tuesday, March 11, 2025

Ubuntu vs. Debian; The new HR; YouTube randomizer -- ZDNET ZDNET Tech Today - US March 11, 2025 webfeetgettyimages-10141124 DuckDuckGo's AI beats Perplexity in one big way - and it's free to

⚙️ AI bubble bursts (?)

Tuesday, March 11, 2025

Plus: We talk to the CEO of Read AI ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌