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

📧 Introduction to Distributed Tracing With OpenTelemetry in .NET

Saturday, April 20, 2024

​ Introduction to Distributed Tracing With OpenTelemetry in .NET Read on: m​y website / Read time: 5 minutes BROUGHT TO YOU BY ​ Shesha: The .NET Open-Source Low-Code Framework ​ Introducing Shesha, a

a16z’s Infrastructure team gets a new general partner

Friday, April 19, 2024

Post News is shutting down and Wall Street isn't feeling a Salesforce-Informatica pairing View this email online in your browser By Christine Hall Friday, April 19, 2024 Image Credits: Andreessen

New Roundtable! Additive for Mass Production Applications

Friday, April 19, 2024

The Outlook for the Future View this email in your browser engineering.com Roundtable - Additive for Mass Production Applications: The Outlook for the Future 6 Considerations for Choosing the Right

📷 What to Know About Macro Photography — Why You Should Buy a Budget Motherboard

Friday, April 19, 2024

Also: How to Automatically Highlight Values in Excel, and More! How-To Geek Logo April 19, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Is the wind going out of the AI sails?

Friday, April 19, 2024

Rippling vacuums up venture capital and Ramp bags more millions View this email online in your browser By Haje Jan Kamps Friday, April 19, 2024 Image Credits: Getty Images / Carol Yepes Welcome to

Llama 3 is out - Weekly News Roundup - Issue #463

Friday, April 19, 2024

Plus: brand-new, all-electric Atlas; AI Index Report 2024; Microsoft pitched GenAI tools to US military; Humane AI Pin reviews are in; debunking Devin; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1417 [Easy]

Friday, April 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Wayfair. You are given a 2 x N board, and instructed to completely cover the board with

Charted | How Hard Is It to Get Into an Ivy League School? 🎓

Friday, April 19, 2024

We detail the admission rates and average annual cost for Ivy League schools, as well as the median SAT scores required to be accepted. View Online | Subscribe Presented by: Discover the motivations

Dark Matter & Tortured Poets

Friday, April 19, 2024

New music releases aren't what they used to be -- for good and bad. Dark Matter & Tortured Poets By MG Siegler • 19 Apr 2024 View in browser View in browser New music releases in 2024 are a

Impact of AI on Product Management

Friday, April 19, 2024

​ Impact of AI on Product Management The rise of the AI Product Manager. Product managers have always championed customer's needs. However, with AI, the job requires new technical and ethical