Developer Resources
2.8K views | +0 today
Follow
Your new post is loading...
Your new post is loading...
Scooped by Chiyoko Yoshida
June 20, 2022 3:33 PM
Scoop.it!

regex - Regular Expression to limit all letters less than 100 characters

regex - Regular Expression to limit all letters less than 100 characters | Developer Resources | Scoop.it
Regular Expression to limit all letters less than 100 characters Ask Question Asked 11 years, 1 month ago Modified 5 years, 2 months ago Viewed 24k times 8 I need the regular expression that would limit the number of characters to 100 and allow the use of 0-9, !
No comment yet.
Scooped by Chiyoko Yoshida
April 15, 2022 6:06 PM
Scoop.it!

Eloquent JavaScript - read online or buy paperback

Eloquent JavaScript - read online or buy paperback | Developer Resources | Scoop.it
Eloquent JavaScript3rd edition (2018) This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy. Written by Marijn Haverbeke.
No comment yet.
Scooped by Chiyoko Yoshida
March 29, 2022 4:38 PM
Scoop.it!

Otter Pricing - Basic, Pro, Business, Enterprise Plans | Otter.ai

Otter Pricing - Basic, Pro, Business, Enterprise Plans | Otter.ai | Developer Resources | Scoop.it
Otter has multiple subscriptions, including plans for individuals looking to be more productive, small teams, and large organizations needing more support.
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 4:49 PM
Scoop.it!

10 Javascript Design Patterns To Improve Your Code With | by Elson Correia | Before Semicolon

10 Javascript Design Patterns To Improve Your Code With | by Elson Correia | Before Semicolon | Developer Resources | Scoop.it
There are common design patterns that you can use that will improve your code substantially. These are techniques to simplify and better structure your code in a way that makes it reusable, modular…
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 3:49 PM
Scoop.it!

How to Remove Array Duplicates in ES6 | by Samantha Ming | DailyJS

How to Remove Array Duplicates in ES6 | by Samantha Ming | DailyJS | Developer Resources | Scoop.it
Here are three ways to filter out duplicates from an array and return only the unique values. My favorite is using Set cause it’s the shortest and simplest � In order to understand this option…
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 3:43 PM
Scoop.it!

Understanding Closures in JavaScript | by Sukhjinder Arora | Bits and Pieces

Understanding Closures in JavaScript | by Sukhjinder Arora | Bits and Pieces | Developer Resources | Scoop.it
Closures are a fundamental concept of JavaScript that every JavaScript developer should know and understand. Yet, it’s a concept that confuses many new JavaScript developers. Having a proper…
No comment yet.
Scooped by Chiyoko Yoshida
March 25, 2022 3:18 AM
Scoop.it!

JavaScript ES5 Array Iteration Methods Explained

This blog post will walk you through all seven array-based operations possible in JavaScript ES5.
No comment yet.
Scooped by Chiyoko Yoshida
March 24, 2022 2:32 PM
Scoop.it!

3 Ways to Merge Arrays in JavaScript

3 Ways to Merge Arrays in JavaScript | Developer Resources | Scoop.it
How to merge arrays in JavaScript using spread operator, array.concat() and array.push().
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 3:16 PM
Scoop.it!

JavaScript in Web Viewers | Portage Bay Solutions | FileMaker Database Developer | Seattle Certified FileMaker Developer

JavaScript in Web Viewers | Portage Bay Solutions | FileMaker Database Developer | Seattle Certified FileMaker Developer | Developer Resources | Scoop.it
I love JavaScript , and there are two new features in Claris FileMaker Pro 19 that have gotten me really excited. This last week, I finally had a chance to play with these features and discovered that Claris has quite outdone themselves in how they have allowed FileMaker developers to har
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 3:07 PM
Scoop.it!

Subsetting Font Awesome to Improve Performance

Subsetting Font Awesome to Improve Performance | Developer Resources | Scoop.it
By subsetting Font Awesome, we can remove any unused glyphs from the font files that it provides to reduce the overall file size.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 2:59 PM
Scoop.it!

The File System Access API: simplifying access to local files

The File System Access API: simplifying access to local files | Developer Resources | Scoop.it
The File System Access API enables developers to build powerful web apps that interact with files on the user's local device, like IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 2:49 PM
Scoop.it!

Monorepos Explained: monorepo.tools (A new site that rounds up pretty much anything you need to know about monorepos, and the tools to build them.)

Monorepos Explained: monorepo.tools (A new site that rounds up pretty much anything you need to know about monorepos, and the tools to build them.) | Developer Resources | Scoop.it
Everything you need to know about monorepos, and the tools to build them.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 2:46 PM
Scoop.it!

alexmacarthur/typeit: The most versatile JavaScript typewriter effect library on the planet.

alexmacarthur/typeit: The most versatile JavaScript typewriter effect library on the planet. | Developer Resources | Scoop.it
The most versatile JavaScript typewriter effect library on the planet. - GitHub - alexmacarthur/typeit: The most versatile JavaScript typewriter effect library on the planet.
No comment yet.
Scooped by Chiyoko Yoshida
June 20, 2022 3:11 PM
Scoop.it!

alexcorvi/heic2any: Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser

alexcorvi/heic2any: Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser | Developer Resources | Scoop.it
Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser - GitHub - alexcorvi/heic2any: Converting HEIF/HEIF image formats to PNG/GIF/JPEG in the browser
No comment yet.
Scooped by Chiyoko Yoshida
April 4, 2022 6:12 PM
Scoop.it!

Hugo - The world’s fastest framework for building websites | Hugo (static website generator)

Hugo - The world’s fastest framework for building websites | Hugo (static website generator) | Developer Resources | Scoop.it
The world’s fastest framework for building websites
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 4:52 PM
Scoop.it!

Stop Using Conditional Statements Everywhere in JavaScript, Use an Object Literal instead | by Neelesh Arora

Stop Using Conditional Statements Everywhere in JavaScript, Use an Object Literal instead | by Neelesh Arora | Developer Resources | Scoop.it
Conditional Statements (If-Else, Switch) can be easily replaced with Object Literals. They make the code better. An Object Literal is one of the most popular and widely used pattern to define objects…
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 3:49 PM
Scoop.it!

A Perfect Square with CSS Make a perfect square with CSS that fluidly adjusts to the width of its container.

A Perfect Square with CSS Make a perfect square with CSS that fluidly adjusts to the width of its container. | Developer Resources | Scoop.it
A Perfect Square with CSS
Make a perfect square with CSS that fluidly adjusts to the width of its container.
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 3:44 PM
Scoop.it!

teambit/bit: A tool for composable software development.

teambit/bit: A tool for composable software development. | Developer Resources | Scoop.it
A tool for composable software development. Contribute to teambit/bit development by creating an account on GitHub.
No comment yet.
Scooped by Chiyoko Yoshida
March 28, 2022 3:29 PM
Scoop.it!

We Tried Elixir, Liked It … And Decided Against It (For Now) | by Steffen Wenz | Workpath | Mar, 2022

We Tried Elixir, Liked It … And Decided Against It (For Now) | by Steffen Wenz | Workpath | Mar, 2022 | Developer Resources | Scoop.it
Here at Workpath, our backend is a monolith written in Ruby on Rails, and that’s a great fit for our product. However, it has started to accumulate “cruft” around the edges. So we have started moving…
No comment yet.
Scooped by Chiyoko Yoshida
March 25, 2022 1:35 AM
Scoop.it!

2 Ways to Merge Arrays in JavaScript

2 Ways to Merge Arrays in JavaScript | Developer Resources | Scoop.it
Here are 2 ways to combine your arrays and return a NEW array. Here are 2 ways to combine your arrays and return a NEW array. Let's look at how we do that using spread and concat.
No comment yet.
Scooped by Chiyoko Yoshida
March 21, 2022 5:38 PM
Scoop.it!

JavaScript: Combine Two Arrays and Return Unique Values | by Jessica Del Grande

JavaScript: Combine Two Arrays and Return Unique Values | by Jessica Del Grande | Developer Resources | Scoop.it
As a JavaScript developer, it’s pretty common to be asked — whether in an interview question or in an effort to manage data — to merge two or more arrays and remove all duplicates, returning only the…
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 3:10 PM
Scoop.it!

Add-to-Calendar Button UI Widget

Add-to-Calendar Button UI Widget | Developer Resources | Scoop.it
A useful little UI widget. Click the add-to-calendar button, get a list of calendar apps, the user selects which one, and they get a download.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 3:04 PM
Scoop.it!

How to fix your MacBook's Bluetooth battery drain with macOS 12.2.1

How to fix your MacBook's Bluetooth battery drain with macOS 12.2.1 | Developer Resources | Scoop.it
After a month of user complaints, Apple has released macOS Monterey 12.2.1 with a fix for a bug that was draining MacBook batteries at an alarming rate.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 2:57 PM
Scoop.it!

Blockchain: Understanding Its Uses and Implications

Blockchain: Understanding Its Uses and Implications | Developer Resources | Scoop.it
Understand what blockchain is, and gain an appreciation for this transformative technology and its impact around the globe by analyzing use cases and future trends in technology, business, and enterprise products and institutions.
No comment yet.
Scooped by Chiyoko Yoshida
February 22, 2022 2:47 PM
Scoop.it!

Introduction to Node.js - FREE class

Introduction to Node.js - FREE class | Developer Resources | Scoop.it
Get started with Node.js, the most popular open source JavaScript runtime. Discover the ways in which Node.js helps in everyday computing scenarios, from service-mocking, rapid-prototyping and real-time applications, to Command Line Interfaces (CLI).
No comment yet.