2

AIIMS director in Ahmedabad today as Gujarat records 24 more deaths | Ahmedabad News - Times of India

AIIMS director in Ahmedabad today as Gujarat records 24 more deaths | Ahmedabad News - Times of India




2

Covid-19 crisis: Pharma sector misses $22 billion export target

Covid-19 crisis: Pharma sector misses $22 billion export target




2

Give report in 24 hours or face action, Delhi private labs told

Give report in 24 hours or face action, Delhi private labs told




2

Delhi: NBW against AAP MLA, aide for abetting doctor's suicide | Delhi News - Times of India

Delhi: NBW against AAP MLA, aide for abetting doctor's suicide | Delhi News - Times of India




2

Confusion over Delhi's Covid-19 toll as govt data, figures from hospitals don't match | Delhi News - Times of India

Confusion over Delhi's Covid-19 toll as govt data, figures from hospitals don't match | Delhi News - Times of India




2

33 test positive for Covid-19 in Mira-Bhayander, tally climbs to 235

33 test positive for Covid-19 in Mira-Bhayander, tally climbs to 235




2

51 new Covid +ve cases in Thane in 24 hours

51 new Covid +ve cases in Thane in 24 hours




2

ICICI Bank Q4 net rises 26% to Rs 1,221 crore

ICICI Bank Q4 net rises 26% to Rs 1,221 crore





2

Coronavirus | Phase-2 trial with three drugs offers hope

Testing in Hong Kong hospitals shows the regimen clears coronavirus in 7 days in the mildly ill.




2

Oceans may rise over a metre by 2100, warns scientists

About ten percent of the world's population, or 770 million people, today live on land less than five metres above the high tide line.




2

With 72 deals worth $3.7 bn, PE investments register growth in Oct: Report

Private equity investments witnessed a robust yearly growth in October with 72 PE deals garnering around USD 3.7 billion, even as merger and acquisition activity saw a downtrend, a report said on Thursday. According to Grant Thornton's monthly PE Dealtracker, private equity/venture capital transactions reported 22 per cent and 25 per cent increase in deal volumes and values, respectively as compared to October 2018. The rise in PE deal values was largely driven by the corporate tax rate cut, which has improved both investor sentiment and confidence. Last month, the average deal size stood at USD 52 million, up from USD 28 million recorded in September 2019. "There were 72 deals aggregating to USD 3.7 billion reported in October 2019. Upbeat PE/VC activity during the month offsets the shortfall in merger and acquisition (M&A) activity," Pankaj Chopda, Director, Grant Thornton India LLP said. "The key investments were primarily to pare debt, expand markets and capitalise on ...




2

PE/VC deals up by 34% to $2.5 bn in Jan on increased credit investments

After a record-setting 2019, PE/VC investments in 2020 are off to a good start, said Vivek Soni




2

PE/VC investments hit 24-month low of $1.7 bn, value falls by 39%

Uncertainty over the impact of Covid-19 is expected to act as a significant headwind to Indian PE/VC investments




2

PE-VC companies invest $5.9 billion across 164 deals in the Q4FY20

The latest quarter witnessed 14 PE-VC investments worth $100 million or more, down from the 20 such transactions in the same period last year




2

PE and VC investments at $5.1 billion in 1Q2020; a 12-quarter low: IVCA-EY

At $2.2 billion, large deals declined by over 70 per cent on a year-on-year basis in the same period




2

[ASAP] 6-Deoxy- and 11-Hydroxytolypodiols: Meroterpenoids from the Cyanobacterium HT-58-2

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.9b00844




2

[ASAP] Synthesis of the 1,2,4-Thiadiazole Alkaloid Polyaurine B

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.0c00166




2

[ASAP] Update to Our Reader, Reviewer, and Author Communities—April 2020

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.0c00431




2

[ASAP] Licochalcone A Selectively Resensitizes ABCG2-Overexpressing Multidrug-Resistant Cancer Cells to Chemotherapeutic Drugs

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.9b01022




2

[ASAP] Inhibitory Effect of Cannabidiol on the Activation of NLRP3 Inflammasome Is Associated with Its Modulation of the P2X7 Receptor in Human Monocytes

Journal of Natural Products
DOI: 10.1021/acs.jnatprod.0c00138




2

Highlight.js 10, Node 14, and modern React in 20 minutes

#485 — April 24, 2020

Unsubscribe  :  Read on the Web

JavaScript Weekly

Introducing Crank.js: A New JSX-Driven Framework — A new framework for creating JSX-driven components with functions, promises and generators. If you haven’t got time to read the creator’s lengthy (but well worth reading!) rationale for creating another framework, check out the GitHub repo or jump straight into a CodeSandbox example. I hope to see a lot more about this in the near future.

Brian Kim

The Cost of JavaScript Frameworks — Using data from the HTTP Archive, Tim explores the performance cost of using various popular frameworks as a starting point. Some good analysis here.

Tim Kadlec

You Hacked the Gibson? Yeah, They Built Their Own Login — Don't let Crash Override pwn your app. FusionAuth adds secure login, registration and user management to your app in minutes not months. Download our community edition for free.

FusionAuth sponsor

Node.js 14 Released — v14 now becomes the current ‘release’ line with it becoming a LTS (Long Term Support) release in October. Diagnostic reports are now a stable feature, it now uses V8 8.1, there's an experimental Async Local Storage API, and more.

Michael Dawson and Bethany Griggs

Vidact: A Compiler to Convert React-like Apps to Vanilla JS — Compiles pure React-compatible JavaScript (JSX) to vanilla JavaScript with no virtual DOM.. think similar to Svelte, but without introducing a new syntax. A curious idea.

Mohamad Mohebifar

Highlight.js 10.0: The Web Syntax Highlighter Library — I always laugh when I see a big release of a popular library and saw we last linked it 5 years ago ???? Nonetheless, this is a big release and Highlight.js continues to be a fantastic library for syntax highlighting code.

highlight.js

???? Jobs

Senior Full-stack Developer (Malmö/Sweden) — Every day is different from the next. Join our upbeat Team and work on exciting, major projects using a modern JavaScript stack.

Ortelius AB

Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.

Vettery

???? Tutorials

▶  React: The Basics in 20 Minutes — A well presented, up to date (yep, it covers hooks) tutorial that doesn’t hang around, whether you’re new to React or just want a refresher.

Devistry

Creating Web Apps via TypeScript and webpack — The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools.

Axel Rauschmayer

What Is The toJSON() Function? — If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead.

Valeri Karpov

A Much Faster Way to Debug Code Than with Breakpoints or console.log — Move forward and backwards through your code to understand what led to a specific bug, view runtime values, edit-and-continue, and more.

Wallaby.js sponsor

How Does TypeScript Work? A Bird’s Eye View — Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up.

Axel Rauschmayer

10 Lesser Known Angular Features You've Probably Never Used

W3Radar

You Might Not Need switch — Using an object of outcomes instead of switch suits many use cases, though take care over readability.

Valentino Gagliardi

???? Upcoming Online Events

  • Pick JS (May 8) — Aimed at intermediate to expert JS developers rather than beginners.
  • JavaScript Remote Conf 2020 (May 14-15) — Speakers lined up already include Douglas Crockford, Aimee Knight and Christian Heilmann.
  • ESNEXT CONF 2020 (May 18-22) — From the Pika folks (of Snowpack fame). 12 speakers over 5 days so it's a gradual pace.
  • ForwardJS (May 26-29) — A real world event (ForwardJS Ottawa) that has now become a virtual event.
  • CascadiaJS 2020 (September 1-2) — This upcoming online conference is set to take place in September, and the CFP is open now through May 15.

???? Code & Tools

Phelia: A Reactive Slack Application Framework — If you think Slack apps were all about text bots, think again.. you can now create apps complete with in-app UIs. Phelia brings the React approach to the task.

Max Chehab

Marked.js 1.0: A Fast Markdown Parser and Compiler — Got Markdown to render? Marked.js to the rescue. While the project is years old, 1.0 has dropped just this week. Here’s a live demo.

Christopher Jeffrey

Stream Chat API & JavaScript SDK for Custom Chat Apps — Build real-time chat in less time. Rapidly ship in-app messaging with our highly reliable chat infrastructure.

Stream sponsor

Alpine.js: A Minimal Framework for Composing JS Behavior in Your Markup — We only gave Alpine a brief link when it first dropped but with new versions coming out thick and fast, we think it’s well worth a look. Billed as “like Tailwind for JavaScript”, Alpine lets you keep the HTML you know and love and just pepper it with JavaScript as and where appropriate.

Alpine.js

enroute: A React Router with a Small Footprint for Modern Browsers

TJ Holowaychuk

Rosetta: A General Purpose Internationalization Library in 292 Bytes — Less than 300 bytes, but does have a few dependencies. Aims to be very simple and is targeted at basic string use cases.

Luke Edwards

NAB 2020 May Be Canceled, But The Full Bitmovin Experience Is Not

Bitmovin Inc. sponsor

Hotkey 1.4: Trigger an Action on an Element When a 'Hotkey' is Pressed — Use Hotkey, set the data-hotkey attribute on your elements, and you get keyboard shortcuts. GitHub built and uses it (look for the data-hotkey attributes on their pages).

GitHub

web-worker: Consistent Web Workers for the Browser and Node — In Node it works as a web-compatible Worker implementation atop worker_threads. In the browser it’s an alias for Worker.

Jason Miller




2

Jest 26, JS one liners, and comparing Ember to React

#487 — May 8, 2020

Unsubscribe  :  Read on the Web

JavaScript Weekly

Jest 26 Released: The Popular Testing Framework — Jest is a popular testing framework that works with pretty much everything. This release focuses on getting the dependency count and install size down (this causes some breaking changes, unsurprisingly), adds a new fake timer implementation, drops Node 8 support, and initial, experimental ESM support to play with.

Christoph Nakazawa

1LOC: A Collection of One-Line JS Snippets — A neat little collection of vanilla JavaScript one-liners divided into various categories (arrays, date/time, checking objects, DOM work, etc.) You can submit your own for inclusion too.

Nguyen Huu Phuoc

Hardcore Functional Programming in JavaScript — Brian Lonsdorf teaches you functional programming concepts in JavaScript such as pure functions, currying, composition, functors, monads and more.

Frontend Masters sponsor

Debug Anything: The Basics — A six part series (all ready to read now) on debugging your JavaScript and TypeScript code with the debugger built into Visual Studio Code.

Charles Szilagyi

Comparing Ember Octane and React — This is about as detailed a comparison as you could hope for and a demonstration of just how much Ember contributes to the JavaScript ecosystem. Octane really kicks things up a notch for Ember, too.

Chris Garrett

Deno 1.0 is Due Next Week: Here's What You Need to Know — In 2018 Node's creator Ryan Dahl told us 10 Things I Regret About Node.js and revealed a prototype of Deno, a new V8-based runtime, and here's what you need to know about it. Short of time? This two-minute video sums up the biggest wins quickly.

David Else

Our newest newsletter..

Carrying on from the Deno item above, yes, we've started Deno Weekly, a new newsletter dedicated to the newest runtime in the JavaScript/TypeScript world. Issue 2 goes out just after 1.0 is released next week.

Even if you don't stick with Deno long term, feel free to subscribe then unsubscribe at any time — we won't take offence ????

Subscribe to Deno Weekly here or enjoy issue 1 here.

???? Jobs

JavaScript Developer at X-Team (Remote) — Join X-Team and work on projects for companies like Riot Games, FOX, Coinbase, and more. Work from anywhere.

X-Team

Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started.

Vettery

???? Tutorials

How To Build a Vue Survey App Using Firebase — A step-by-step guide to building a functional survey app using Vue.js and Firebase for both authentication and as a database.

David Atanda

A Brief Look at ES2020's Promise.any — When you need to know when at least 1 promise got resolved among an iterable of Promise objects, Promise.any() is the solution.

Marios Fakiolas

ES2020: Everything You Need to Know — An ES2020 roundup!

Martin McKeaveney

Building a Crossword Puzzle Generator — As a NY Times crossword addict, I love a good crossword, but if you’d rather figure out how to make your computer solve them, be my guest ???? This post guides you on how to approach the problem.

Mitchum

Git Best Practices for SOC 2 Compliance Quick Wins — Get quick wins for your SOC 2 compliance audit, and raise developer productivity at the same time.

Datree.io sponsor

Getting Started with Sapper and SvelteSapper is a Svelte-powered framework.

Chris Boakes

A ES2015+ Cheatsheet — A one-page guide to ES2015+ features based around brief example snippets.

Devhints.io

How to Fix ESLint Errors Upon Save in VS Code — A quick-fire tip.

David Walsh

How to Build a Blog with Next 9.3, Netlify, and Markdown — Learn how to build a Next.js-powered Markdown blog and deploy it to the Netlify platform.

Cassidy Williams

A Canvas Engine Comparison: PixiJS vs Two.js vs Paper.js — A benchmark of three popular 2D rendering engines/drawing APIs. Note: This will tax your system.

SlayLines

???? BTW, if you like videos, we need to shout out Florin Pop's YouTube channel as he's just passed 20k subscribers by posting neat JavaScript videos and live streams nearly every day for the past six months! ???? Lots of great stuff on there for JavaScript developers of all skill levels.

???? Code & Tools

Selecto.js: Make Elements Selectable Within an Area — Let’s say you have a number of elements that represent choices, data, whatever, and you want users to be able to select a subset of them by clicking/pointing and dragging. That’s what this does. Live examples here.

Daybrush (Younkue Choi)

Visual Studio Code April 2020 Released — Probably the most widely used editor in the JavaScript space now and April brings some neat new features like being able to work on GitHub issues within the editor.

Microsoft

Stream Chat API & JavaScript SDK for Custom Chat Apps — Build real-time chat in less time. Rapidly ship in-app messaging with our highly reliable chat infrastructure.

Stream sponsor

Majestic 1.7: A Zero Config GUI for Jest — A tool to help make your JavaScript testing life a little easier. Run npx majestic in the folder of any project that uses Jest to give it a quick try.

Raathi Kugarajan

Pico: Take Browser Screenshots Client-Side with JavaScript — Different from capturing a webpage using Puppeteer or a similar tool in that the screenshot taking happens entirely client side.

Gripeless

React Flow: A Library for Rendering Interactive Graphs — If you have a need to lay out graphs in a visual way and be able to smoothly pan and zoom around such graphs, this is an interesting new library. Live demo here.

Moritz Klack

MongoDB Is Easy. Now Make It Powerful. Free Download for 30 Days.

Studio 3T sponsor

NeutralinoJS: Build Cross-Platform Apps Using JS, HTML and CSS — Sounds just like Electron, right? Not quite. NeutralinoJS use less memory and are smaller as they don’t ship a full browser inside. 1.4.0 just dropped.

Neutralinojs

Slugify 1.0: Simply Turns Strings into URL/Filename-Friendly 'Slugs' — e.g. ‘I ♥ Dogs’ becomes ‘i-love-dogs’

Sindre Sorhus

RxJS Primitives: A Set of Libraries That Provide Operators for RxJS

Tane Piper

⚡️ Quick releases:




2

Budget 2020: NRI tax to only impact India earnings, govt clarifies

The Union Budget had proposed on Saturday that NRIs have to pay up taxes on global earnings, if they're not paying in any other jurisdiction or country, generating much debate




2

Decoding Budget 2020: Nirmala Sitharaman's fiscal maths gone awry

Slowdown in economic growth has taken a clear toll on revenue growth




2

Budget 2020: Selling pressure on stock market may continue, say experts

On Saturday, the benchmark indices closed near their day's lows, indicating further selling pressure on the following trading day




2

Podcast: T N Ninan and A K Bhattacharya dissect Budget 2020

Has Finance Minister Nirmala Sitharaman delivered a fiscally prudent and growth-oriented Budget 2020? Business Standard Chairman T N Ninan and Editorial Director A K Bhattacharya discuss




2

Govt not included AGR dues payment in Budget 2020-21: DEA Secretary

15 entities owe the government about Rs 1.47 trillion in past dues -- Rs 92,642 crore in unpaid licence fee and another Rs 55,054 crore in outstanding spectrum usage charges




2

Budget 2020 has not accounted for telcos' AGR dues: DEA secretary

But receipts from firms stand at a whopping Rs 1.33 trillion for FY21




2

Budget 2020: Rs 2,500 cr not enough for tourism promotion, says industry

Tourism bodies say Indians spending Rs 9,000 cr abroad abroad due to poor domestic infra, which cannot be improved with this allocation




2

Economy fundamentals strong; markets show faith in Budget 2020: Sitharaman

FM says country's macroeconomic parameters are sound




2

ITC is first to hike cigarette prices post budget; makes them 10-20% dearer

Price increase brought on by spike in National Calamity Contingency Duty announced in Budget




2

Yogi govt to table Budget 2020-21 on February 18; session starts Thursday

The size of the UP Annual Budget 2020-21 is expected to breach the historic mark of Rs 5 trillion




2

Physician Communication in the 21st Century

Interview with Allan S. Detsky, MD, PhD, author of Physician Communication in the 21st Century




2

Application of Electronic Health Records to the Joint Commission's 2011 National Patient Safety Goals

Interview with Ryan Radecki, MD, author of Application of Electronic Health Records to the Joint Commission's 2011 National Patient Safety Goals




2

Effect of a Dietary Portfolio of Cholesterol-Lowering Foods Given at 2 Levels of Intensity of Dietary Advice on Serum Lipids in Hyperlipidemia: A Randomized Controlled Trial

Interview with David J. A. Jenkins, MD, author of Effect of a Dietary Portfolio of Cholesterol-Lowering Foods Given at 2 Levels of Intensity of Dietary Advice on Serum Lipids in Hyperlipidemia: A Randomized Controlled Trial




2

National and Regional Trends in Heart Failure Hospitalization and Mortality Rates for Medicare Beneficiaries, 1998-2008

Interview with Jersey Chen, MD, MPH, author of National and Regional Trends in Heart Failure Hospitalization and Mortality Rates for Medicare Beneficiaries, 1998-2008




2

Effect of Intracoronary Delivery of Autologous Bone Marrow Mononuclear Cells 2 to 3 Weeks Following Acute Myocardial Infarction on Left Ventricular Function: The LateTIME Randomized Trial

Interview with Jay H. Traverse, MD, author of Effect of Intracoronary Delivery of Autologous Bone Marrow Mononuclear Cells 2 to 3 Weeks Following Acute Myocardial Infarction on Left Ventricular Function: The LateTIME Randomized Trial




2

Association of Antenatal Corticosteroids With Mortality and Neurodevelopmental Outcomes Among Infants Born at 22 to 25 Weeks' Gestation

Interview with Waldemar A. Carlo, MD, author of Association of Antenatal Corticosteroids With Mortality and Neurodevelopmental Outcomes Among Infants Born at 22 to 25 Weeks' Gestation




2

Association Between Marijuana Exposure and Pulmonary Function Over 20 Years

Interview with Stefan Kertesz, MD, author of Association Between Marijuana Exposure and Pulmonary Function Over 20 Years




2

Utilization of Anesthesia Services During Outpatient Endoscopies and Colonoscopies and Associated Spending in 2003-2009

Interview with Soeren Mattke, MD, DSc, author of Utilization of Anesthesia Services During Outpatient Endoscopies and Colonoscopies and Associated Spending in 2003-2009




2

JAMA: 2012-04-11, Vol. 307, No. 14, Author Interview

Interview with Donald M. Berwick, MD, MPP, author of Eliminating Waste in US Health Care




2

Neonatal Abstinence Syndrome and Associated Health Care Expenditures: United States, 2000-2009

Interview with Stephen W. Patrick, MD, MPH, MS, author of Neonatal Abstinence Syndrome and Associated Health Care Expenditures: United States, 2000-2009




2

Use of Diagnostic Imaging Studies and Associated Radiation Exposure for Patients Enrolled in Large Integrated Health Care Systems, 1996-2010

Interview with Rebecca Smith-Bindman, MD, author of Use of Diagnostic Imaging Studies and Associated Radiation Exposure for Patients Enrolled in Large Integrated Health Care Systems, 1996-2010




2

Epidemiology of Staphylococcus aureus Blood and Skin and Soft Tissue Infections in the US Military Health System, 2005-2010

Interview with Clinton K. Murray, MD, author of Epidemiology of Staphylococcus aureus Blood and Skin and Soft Tissue Infections in the US Military Health System, 2005-2010




2

HIV in Persons Born Outside the United States, 2007-2010

Interview with Adria Tassy Prosser, PhD, author of HIV in Persons Born Outside the United States, 2007-2010




2

Trends in Serum Lipids Among US Youths Aged 6 to 19 Years, 1988-2010

Interview with Brian K. Kit, MD, MPH, author of Trends in Serum Lipids Among US Youths Aged 6 to 19 Years, 1988-2010




2

Total Knee Arthroplasty Volume, Utilization, and Outcomes Among Medicare Beneficiaries, 1991-2010

Interview with Peter Cram, MD, MBA, author of Total Knee Arthroplasty Volume, Utilization, and Outcomes Among Medicare Beneficiaries, 1991-2010




2

Trends in Lipids and Lipoproteins in US Adults, 1988-2010

Interview with Margaret D. Carroll, MSPH, author of Trends in Lipids and Lipoproteins in US Adults, 1988-2010




2

Hospitalizations and Mortality Associated With Norovirus Outbreaks in Nursing Homes, 2009-2010

Interview with Tarak K. Trivedi, BS, author of Hospitalizations and Mortality Associated With Norovirus Outbreaks in Nursing Homes, 2009-2010