 Your new post is loading...
 Your new post is loading...
|
Scooped by
Chiyoko Yoshida
June 20, 2022 3:33 PM
|
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, !
|
Scooped by
Chiyoko Yoshida
April 15, 2022 6:06 PM
|
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.
|
Scooped by
Chiyoko Yoshida
March 29, 2022 4:38 PM
|
Otter has multiple subscriptions, including plans for individuals looking to be more productive, small teams, and large organizations needing more support.
|
Scooped by
Chiyoko Yoshida
March 28, 2022 4:49 PM
|
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…
|
Scooped by
Chiyoko Yoshida
March 28, 2022 3:49 PM
|
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…
|
Scooped by
Chiyoko Yoshida
March 28, 2022 3:43 PM
|
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…
|
Scooped by
Chiyoko Yoshida
March 25, 2022 3:18 AM
|
This blog post will walk you through all seven array-based operations possible in JavaScript ES5.
|
Scooped by
Chiyoko Yoshida
March 24, 2022 2:32 PM
|
How to merge arrays in JavaScript using spread operator, array.concat() and array.push().
|
Scooped by
Chiyoko Yoshida
February 22, 2022 3:16 PM
|
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
|
Scooped by
Chiyoko Yoshida
February 22, 2022 3:07 PM
|
By subsetting Font Awesome, we can remove any unused glyphs from the font files that it provides to reduce the overall file size.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 2:59 PM
|
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.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 2:49 PM
|
Everything you need to know about monorepos, and the tools to build them.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 2:46 PM
|
The most versatile JavaScript typewriter effect library on the planet. - GitHub - alexmacarthur/typeit: The most versatile JavaScript typewriter effect library on the planet.
|
|
Scooped by
Chiyoko Yoshida
June 20, 2022 3:11 PM
|
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
|
Scooped by
Chiyoko Yoshida
April 4, 2022 6:12 PM
|
The world’s fastest framework for building websites
|
Scooped by
Chiyoko Yoshida
March 28, 2022 4:52 PM
|
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…
|
Scooped by
Chiyoko Yoshida
March 28, 2022 3:49 PM
|
A Perfect Square with CSS Make a perfect square with CSS that fluidly adjusts to the width of its container.
|
Scooped by
Chiyoko Yoshida
March 28, 2022 3:44 PM
|
A tool for composable software development. Contribute to teambit/bit development by creating an account on GitHub.
|
Scooped by
Chiyoko Yoshida
March 28, 2022 3:29 PM
|
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…
|
Scooped by
Chiyoko Yoshida
March 25, 2022 1:35 AM
|
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.
|
Scooped by
Chiyoko Yoshida
March 21, 2022 5:38 PM
|
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…
|
Scooped by
Chiyoko Yoshida
February 22, 2022 3:10 PM
|
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.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 3:04 PM
|
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.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 2:57 PM
|
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.
|
Scooped by
Chiyoko Yoshida
February 22, 2022 2:47 PM
|
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).
|