Saturday, December 14, 2019

Google will soon customize alarm tone according to time and weather

Annoyed by the tone of your alarm clock? Don’t worry! Just like everything, Google has a solution for your morning woes! The search giant is working on an update that will make your mornings more pleasant and alarm tone less irritating! The new feature will make use of Artificial Intelligence,...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Saima Salim via Digital Information World

Friday, December 13, 2019

Pinterest Introduces Trend Tools To Bring Into Attention The Top Searches On The Platform

It’s finally time that Pinterest will now let you see the top searches of its digital pinboards in the past 12 months. Known by the name of Pinterest Trends, the tracker will also let you know when a search has topped the ranking on the platform. As Pinterest is a hub of inspiration and ideas,...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Daniyal Malik via Digital Information World

With Elections over the Head and Facebook’s Message Encryption and Election Security – Many Questions are raised

The U.S. Presidential elections of 2020 are just around the corner and regulatory and government bodies are all over the tech giants. Facebook, is the special concern of everyone due to the ongoing challenges it is facing related to message encryption, political ads and more. Facebook’s only...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Madiha via Digital Information World

Here's What YouTube Updated On Its Desktop Version This Month

YouTube never stops improving its service and content. This is why we keep seeing new and modified features on YouTube almost every month. Here are all the details about the improvement and bug fixes that YouTube did on its desktop version. Queue Videos on DesktopNow, the users don’t have to open...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Madiha via Digital Information World

Facebook Referral Traffic To Publishers Now Seem Stabilized

Do you remember that last year, Facebook’s head of news partnerships, Campbell Brown openly told publishers that they should not depend on Facebook for their business plans or referral strategies? Well, a year down the lane, according to Parsley data, Facebook still stands as one of the most...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Daniyal Malik via Digital Information World

How to create your own JSON parser

#467 — December 13, 2019

Read on the Web

JavaScript Weekly

Fx 16.0: A Command-Line JSON Processing Tool — If you’ve got some files full of JSON that you want to process, Fx will slice and dice it however you want, including using JavaScript one-liners to add a bit of logic to the process.

Anton Medvedev

Preact 10.1: A Fast 3kB React Alternative with the Same API — Preact is an interesting project that often sees use in places where speed and size are of the absolute essence (Uber used it until they built their own in-house framework). New in 10.1 is support for a devtools extension and a SuspenseList component. GitHub repo.

Preact

CircleCI Config Teardown: How We Write Our Config at CircleCI — Find out how we use YAML configuration to power CircleCI - and which open source orbs (shareable packages of config) we use to speed up our pipeline.

CircleCI sponsor

20 Ways to Become a Better Node Developer in 2020 — We’re rapidly coming up on the end of the year (indeed, the next issue is our last this year) so is it time to think about New Year’s resolutions already?

Yoni Goldberg

Dr Axel's 'Deep JavaScript' Now Available — The latest book from JavaScript guru Dr. Axel (of Exploring ES6 fame) is now out. It costs money, but you can read a whole 50% of it online (or grab a PDF direct).

Dr. Axel Rauschmayer

Creating a JSON Parser with JavaScript — Sure, you could just use JSON.parse but where’s the challenge in that? This is a neat step-by-step guide on implementing a JSON parser of your own.

Tan Li Hau

Quick bytes:

💻 Jobs

Software Engineers, Frontend at Fictiv (San Francisco) — We bring a user friendly experience to manufacturing, making it easy to turn designs into real products. Use the latest tech and JS to iterate quickly, ensuring a rapid feedback loop between us and our customers.

Fictiv

Senior Front-End Software Engineer (Vue, Nuxt, Apollo) — Join our distributed Front-End functional team in our quest to make doctors more effective using Vue, Nuxt, Apollo and Rails.

Doximity

Find a Job Through Vettery — Make a profile, name your salary, and connect with hiring managers from top employers. Vettery is completely free for job seekers.

Vettery

📘 Articles & Tutorials

Raw WebGL: An Illustrated Guide to Starting with WebGL — A well presented tutorial on getting started with WebGL, what key data structures you need, and what each of the main elements (of which there are quite a few when it comes to WebGL!) are and do.

Alain Galvan

Relatively Formatting Times with Intl.RelativeTimeFormat — For example: new Intl.RelativeTimeFormat('en').format(-1, 'day') returns the string "1 day ago". It’s going to be part of ES2020 but you can use it in Chrome and Firefox already.

Bram van Damme

Build a Customizable Angular Data Grid in Minutes — Create an Angular data grid in under 5 minutes. You'll also find resources for building in Vue, React, and plain JavaScript.

Wijmo by GrapeCity sponsor

JavaScript Component-Level CPU Costs — Did you know that in Chrome 78+ on Linux you can actually track how many CPU instructions are used in the rendering of your components? Interesting, though advanced, performance monitoring stuff here.

Stoyan Stefanov

▶  Angular Meetup Online: Two Angular Talks — Ryan Chenkie and Kara Erickson both gave twenty minute talks on the latest in the Angular world.

This Dot Media

How to Write Correctly Typed React Components with TypeScript — React and TypeScript make a powerful pair, but if you’re just starting out, you’ll need to understand how to write correctly typed components.

Piero Borrelli

Why Does JavaScript Have -0? — Yes, there’s -0 and normal 0. They’re equal but are different objects nonetheless.

Thomas Barrasso

Inversion of Control — A simple principle that can drastically improve your reusable code.

Kent C Dodds

Realtime ≠ Request-Response: So, Why’s Google Polling Like It’s the 90s?

Ably sponsor

Reasons To Use Aurelia in 2020Aurelia is an interesting framework that deserves a look in a sea of competing options.

Dwayne Charrington

The npm, Yarn and Bower Timeline — The npm vs yarn story is a good demonstration of ‘competing’ tools pushing the other along.

Charlie Midtlyng

How Optional Chaining Helps to Avoid "undefined is not a function" Exceptions

Stefan Judis

🔧 Code & Tools

OpenLayers: High Performance Frontend Mapping Library — A system for putting dynamic maps onto your pages that can render map tiles pulled from various sources, vector data layers, markers, etc. Supports both Canvas and WebGL as appropriate. Examples.

OpenLayers

Visual Studio Code November 2019 Released — VS Code is perhaps the most popular editor in the JavaScript world and this release has a lot going for it, not least a new experimental WebGL renderer you can use to make the integrated terminal a lot faster. Just to show no favoritism though, Vim 8.2 just came out too ;-)

Microsoft

New Time-Travel Debugger for JavaScript and TypeScript — Move forward and backwards through your code to understand the conditions that led to a specific bug, view runtime values, edit-and-continue, and more.

Wallaby.js sponsor

simpleParallax: A Simple Way to Create Parallax Effects — A straightforward library to add parallax-style animations to any image on your page. Not always a good idea UX-wise, but the examples and code samples here certainly sell it well.

Geoffrey Signorato

5 Cloud IDEs for JavaScript Developers — I’d add Repl.it, CodeSandbox, and Glitch to this list too.

Shaumik Daityari

npkill: Find and Remove Old or Large node_modules Folders

Estefanía García Gallardo and Juan Torres Gómez

react-tabs: An Accessible and Easy Tab Component for React

React Community

⚡️ Quick Releases


by via JavaScript Weekly

Instagram Stories are contributing around 10% of Ad spending to Facebook Inc.

The journey of Instagram started with the aim to attract potential influencers which it did. Later on, Facebook purchased Instagram and WhatsApp to engage with a variety of audiences through multiple social network platforms. Instagram is considered one of the largest social media platforms after...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by agha ali via Digital Information World