ac

[ASAP] Phenylpropanoid-Conjugated Triterpenoids from the Leaves of <italic toggle="yes">Actinidia arguta</italic> and Their Inhibitory Activity on a-Glucosidase

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




ac

[ASAP] Sesquiterpenoids from Cultures of the Basidiomycetes <italic toggle="yes">Irpex lacteus</italic>

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




ac

[ASAP] Cyperane-Type and Related (Nor)Sesquiterpenoids from the Root Bark of <italic toggle="yes">Acanthopanax gracilistylus</italic> and Their Inhibitory Effects on Nitric Oxide Production

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




ac

[ASAP] Resorcylic Acid Lactones from an <italic toggle="yes">Ilyonectria</italic> sp.

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




ac

[ASAP] Psathyrins: Antibacterial Diterpenoids from <italic toggle="yes">Psathyrella candolleana</italic>

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




ac

[ASAP] Isolation of Taste-Active Triterpenoids from <italic toggle="yes">Quercus robur</italic>: Sensory Assessment and Identification in Wines and Spirit

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




ac

[ASAP] Total Synthesis of Isohericenone J via a Stille Coupling Reaction

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




ac

[ASAP] Review of Biology and Ecology of Pharmaceutical Marine Sponges<source>Biology and Ecology of Pharmaceutical Marine Sponges</source>. Edited by Ramasamy Santhanam, Santhanam Ramesh, and Anbu Jeba Sunilson. <publisher-name>CRC Press

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




ac

[ASAP] Iheyamides A–C, Antitrypanosomal Linear Peptides Isolated from a Marine <italic toggle="yes">Dapis</italic> sp. Cyanobacterium

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




ac

[ASAP] Cytotoxic Monoterpenoid Indole Alkaloids from <italic toggle="yes">Tabernaemontana corymbosa</italic> as Potent Autophagy Inhibitors by the Attenuation of Lysosomal Acidification

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




ac

[ASAP] Cucurbitane-Type Triterpenoids from the Vines of <italic toggle="yes">Momordica charantia</italic> and Their Anti-inflammatory Activities

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




ac

[ASAP] Bromo-spiroisoxazoline Alkaloids, Including an Isoserine Peptide, from the Caribbean Marine Sponge <italic toggle="yes">Aplysina lacunosa</italic>

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




ac

[ASAP] Bioactive Compounds from the Aerial Parts of <italic toggle="yes">Evolvulus linarioides</italic>

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




ac

[ASAP] Constituents of Two <italic toggle="yes">Dioscorea</italic> Species That Potentiate Antibiotic Activity against MRSA

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




ac

[ASAP] Effect of Temperature on <sup>1</sup>H NMR Spectra, Antitrypanosomal Activity, Conformational Analysis, and Molecular Docking of Curine Derivatives from <italic toggle="yes">Berberis brevissima</italic>

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




ac

[ASAP] <italic toggle="yes">Streptomyces albogriseolus</italic> SY67903 Produces Eunicellin Diterpenoids Structurally Similar to Terpenes of the Gorgonian <italic toggle="yes">Muricella sibogae</italic>, the Bac

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




ac

[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




ac

[ASAP] Advances in the Biosynthesis of Pyranocoumarins: Isolation and <sup>13</sup>C-Incorporation Analysis by High-Performance Liquid Chromatography–Ultraviolet–Solid-Phase Extraction–Nuclear Magnetic Resonance Data

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




ac

[ASAP] Stoechanones A and B, Phytotoxic Copaane Sesquiterpenoids Isolated from <italic toggle="yes">Lavandula stoechas</italic> with Potential Herbicidal Activity against <italic toggle="yes">Amaranthus retroflexus<

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




ac

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




ac

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:




ac

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




ac

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




ac

It's a pragmatic Budget, will put India on right track: Amitabh Kant

He further said if the government will be able to achieve disinvestment target of 2020-21 then the Budget will be very successful




ac

Budget's much-needed leg-up for small units: CRISIL SME Tracker

An evaluation of 13,000 MSMEs using the CRISIL Quantix database shows that working capital comprises over half of their need for debt




ac

Power industry hails proposal for smart prepaid metering across the country

Power ministry has been planning it for two years, but with limited success




ac

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




ac

LIC disinvestment: 100,000 employees stage walk-out across country

There are 13 unions in LIC, and employees and officers affiliated to 11 unions were on protest




ac

Budget disappointing; but fiscal, taxation measures welcome: EAC member

India's GDP growth is expected to slip to a decadal low of 5 per cent this fiscal, pressured by domestic factors like drop in consumption, as well as global issues




ac

What If Physicians Actually Had to Control Medical Costs?

Interview with Robert H. Brook, MD, ScD, author of What If Physicians Actually Had to Control Medical Costs?




ac

Putting the Public Back in Public Reporting of Health Care Quality

Interview with Tara Lagu, MD, MPH, author of Putting the Public Back in Public Reporting of Health Care Quality




ac

Active Surveillance for Prostate Cancer

Interview with Ian M. Thompson, MD, author of Active Surveillance for Prostate Cancer




ac

he United States' Engagement in Global Tobacco Control

Interview with Lawrence O. Gostin, JD, author of The United States' Engagement in Global Tobacco Control




ac

Damage Prevention and Control for Financial Incapacity

Interview with Charles Sabatino, JD, author of Damage Prevention and Control for Financial Incapacity




ac

From Efficacy to Effectiveness in the Face of Uncertainty: Indication Creep and Prevention Creep

Interview with Benjamin Djulbegovic, MD, PhD, author of From Efficacy to Effectiveness in the Face of Uncertainty: Indication Creep and Prevention Creep




ac

Improving Postdischarge Outcomes in Patients Hospitalized for Acute Heart Failure Syndromes

Interview with Mihai Gheorghiade, MD, author of Improving Postdischarge Outcomes in Patients Hospitalized for Acute Heart Failure Syndromes




ac

Use of Radioactive Iodine for Thyroid Cancer

Interview with Megan R. Haymart, MD, author of Use of Radioactive Iodine for Thyroid Cancer




ac

Implementing Accountable Care Organizations: Ten Potential Mistakes and How to Learn From Them

Interview with Stephen M. Shortell, PhD, MPH, MBA, author of Implementing Accountable Care Organizations: Ten Potential Mistakes and How to Learn From Them




ac

Association of Unconscious Race and Social Class Bias With Vignette-Based Clinical Assessments by Medical Students

Interview with Julie A. Freischlag, MD, author of Association of Unconscious Race and Social Class Bias With Vignette-Based Clinical Assessments by Medical Students




ac

Cognitive Behavior Therapy Augmentation of Pharmacotherapy in Pediatric Obsessive-Compulsive Disorder: The Pediatric OCD Treatment Study II (POTS II) Randomized Controlled Trial

Interview with Martin E. Franklin, PhD, author of Cognitive Behavior Therapy Augmentation of Pharmacotherapy in Pediatric Obsessive-Compulsive Disorder: The Pediatric OCD Treatment Study II (POTS II) Randomized Controlled Trial




ac

Effect of Increasing Doses of Saw Palmetto Extract on Lower Urinary Tract Symptoms: A Randomized Trial

Interview with Kevin T. McVary, MD, author of Effect of Increasing Doses of Saw Palmetto Extract on Lower Urinary Tract Symptoms: A Randomized Trial




ac

Association Between Physician Billing and Cardiac Stress Testing Patterns Following Coronary Revascularization

Interview with Bimal R. Shah, MD, MB, author of Association Between Physician Billing and Cardiac Stress Testing Patterns Following Coronary Revascularization




ac

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




ac

Effects of the CETP Inhibitor Evacetrapib Administered as Monotherapy or in Combination With Statins on HDL and LDL Cholesterol: A Randomized Controlled Trial

Interview with Steven E. Nissen, MD, author of Effects of the CETP Inhibitor Evacetrapib Administered as Monotherapy or in Combination With Statins on HDL and LDL Cholesterol: A Randomized Controlled Trial




ac

Antiplatelet Therapy With Cangrelor in Patients Undergoing Cardiac Surgery: A Randomized Controlled Trial

Interview with Eric J. Topol, MD, author of Bridging Antiplatelet Therapy With Cangrelor in Patients Undergoing Cardiac Surgery: A Randomized Controlled Trial




ac

Risk of Intussusception Following Administration of a Pentavalent Rotavirus Vaccine in US Infants

Interview with Irene M. Shui, ScD, author of Risk of Intussusception Following Administration of a Pentavalent Rotavirus Vaccine in US Infants




ac

Moderate to Vigorous Physical Activity and Sedentary Time and Cardiometabolic Risk Factors in Children and Adolescents

Interview with Ulf Ekelund, PhD, author of Moderate to Vigorous Physical Activity and Sedentary Time and Cardiometabolic Risk Factors in Children and Adolescents




ac

Amoxicillin for Acute Rhinosinusitis: A Randomized Controlled Trial

Interview with Jay F. Piccirillo, MD, author of Amoxicillin for Acute Rhinosinusitis: A Randomized Controlled Trial




ac

Questioning the Use of Epinephrine to Treat Cardiac Arrest

Interview with Clifton W. Callaway, MD, PhD, author of Questioning the Use of Epinephrine to Treat Cardiac Arrest




ac

Effect of a Text Messaging Intervention on Influenza Vaccination in an Urban, Low-Income Pediatric and Adolescent Population: A Randomized Controlled Trial

Interview with Melissa S. Stockwell, MD, MPH, author of Effect of a Text Messaging Intervention on Influenza Vaccination in an Urban, Low-Income Pediatric and Adolescent Population: A Randomized Controlled Trial