Retrospectiva na Tecnologia

Retrospectiva na Tecnologia

  • News
  • Feed
  • Ajuda
  • Blog

›JavaScript Weekly

MSSQLTips

  • New Feature in SQL Server 2019 : Scalar UDF Inlining (MSSQLTips 11/12/2018)
  • Learn SQL Server Stored Procedures (MSSQLTips 11/9/2018)
  • Querying SQL Server Tables from .NET (MSSQLTips 11/14/2018)
  • SQL Server Transparent Data Encryption Alternative (MSSQLTips 11/16/2018)
  • Cost Effective SQL Server Encryption (MSSQLTips 11/19/2018)
  • Write More Compact SQL Server Code (MSSQLTips 11/20/2018)
  • SQL Server on Linux Tips (MSSQLTips 11/27/2018)

IT Forum 365

  • Confira as notícias que preparamos para você!
  • Vem conferir o que preparamos para você 😉

Feedspot Today

  • Serverless PHP on AWS Lamda
  • Interview with Josh Holmes, Interview with Josh Holmes, 405 Method Not Allowed
  • Security Vulnerability Announcement: Archive_Tar

ImmuniWeb

  • Cybercrime & Application Security Weekly Briefing

InfoQ

  • Oracle fala sobre Blockchain, Bots e Serveless, JPA 2.2, RFC no React e mais!
  • 9 perguntas sobre REST, Product Management no Nubank, Scrum em Escala e mais!
  • 5 coisas que todo desenvolvedor deve saber, novo message broker da AWS , e mais!
  • Especial .NET e Plataformas Microsoft
  • Android Things, Kubernets, FPGAs, Github, Oreo Go, Nodejs e muito mais!

JavaScript Weekly

  • JavaScript Weekly - 458 OCTOBER 11, 2019
  • JavaScript Weekly - 457 OCTOBER 4, 2019
  • Angular 9, a new decimal datatype for JS, and how to read specs

Versioning

  • Versioning Front-end - Spellbound
  • Versioning Front-end - Scroll Lot of Love
  • Command and Conquer
  • Flying on Autopilot - 30 de jan de 2019

Phrack Inc

  • Phrack Inc Volume One - Issue Two
  • Phrack Inc Volume One - Issue One

Newsletter Ionic.IO

  • Ionic Dev Newsletter - Dec. 2018 ‘Tis the season for exciting updates!
  • Tutorials & Guides from the Ionic Community - December 2018

BossaBox Newsletter

  • Metodologias Ágeis, Importância do SEO, Ferramentas all-in-one de Gestão, Desenvolvimento e Design e Melhores do Medium!

Wolfram Insider

  • Your Insider briefing - COVID-19 special edition
  • Wolfram Community Insider - Quarter 1, 2019
  • Wolfram Community Insider - Quarter 4, 2018

Open Infrastructure Foundation

  • Today's OpenInfra News

Talkwalker Alerts - Alert for IPFS

  • Talkwalker Alerts - Alert for IPFS | 13 de novembro de 2021
  • Talkwalker Alerts - Alert for IPFS | 12 de novembro de 2021

Talkwalker Alerts - Alert for Hyperledger

  • Talkwalker Alerts Alert for Hyperledger | 12 de novembro de 2021

Talkwalker Alerts - Alert for OSINT

  • Talkwalker Alerts | Alert for OSINT - 29 de abril de 2022
  • Talkwalker Alerts | Alert for OSINT - 28 de abril de 2022

Banco Central - Feeds do BC

  • Notícias e notas - Notas técnicas
  • Notícias e notas - Nota à imprensa
  • Normativos - Resoluções
  • Normativos - Comunicados do Banco Central
  • Pix API Issue Github
  • Pix DICT API Issue Github

PYMNTS

  • The Week in Review (Plus, It’s a Very Vending Machine Christmas)

Finextra

  • Finextra RSS Feeds - Payments
  • Finextra RSS Feeds - Developer

OSINT Newsletter

  • OSINT Newsletter April 2022 - 26 de abr. de 2022

CAPEC

  • CAPEC - Common Attack Pattern Enumerations and Classifications

JavaScript Weekly - 457 OCTOBER 4, 2019

#457 — October 4, 2019

Read on the Web

JavaScript Weekly

Preact X: A Fast, 3KB React Alternative — Two years in the making, the latest version of Preact, a popular lightweight React-compatible alternative, is here. Support for hooks, ‘fragment’ components, and improved error handling are all here. For more info, check out the What’s new in Preact X guide.

Preact

The Differences Between the Same App Created in React and Vue — An interesting side by side comparison of the same app built by the same developer in both React and Vue.js. If you’ve seen this post before, it’s just been rewritten and updated to use React hooks.

Sunil Sandhu

🔒 Build an Encrypted File Transfer in 15 Minutes — Tanker.io helps you secure data exchanges in your apps. Encrypt, upload and share files in one API call, in the browser. No key management, zero crypto skills required.

Tanker sponsor

Creating Custom JavaScript Syntax with Babel — Wow, this is cool. An introduction to forking Babel and creating your own custom JavaScript syntax.

Tan Li Hau

Evaluating JavaScript Code via import() — import lets us dynamically load modules but can also work as a sort of alternative to eval.. an interesting trick here.

Dr. Axel Rauschmayer

Node-RED 1.0 Released — Node RED is a flow-based, visual programming tool (aimed primarily at hardware automation) that’s built on top of Node.js. Despite only reaching 1.0 now, it’s a mature project used in numerous real world IoT projects.

Nick O'Leary

Quick bytes:

  • Meteor, the JavaScript app platform, has been acquired by Tiny, the owners of Dribbble and Designer News.
  • TypeScript 3.7 beta is here. It implements a much demanded feature: optional chaining.

💻 Jobs

JavaScript Developer at X-Team (Remote) — Work with the world's leading brands, from anywhere. Travel the world while being part of the most energizing community of developers.

X-Team

Your Princess (or Prince!) IS in this Castle: Node Developer (London) — This role is for a senior JS/Node/React dev who can’t wait to tackle more architectural responsibility at a large, well-known company with a passion for saving folks money.

CareersJS

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

Vettery

📘 Articles & Tutorials

How to Build Cross-Platform, Native Desktop Apps with NodeGUI — A beginner’s guide to NodeGUI, a tool for building native desktop applications with JavaScript and CSS styling in a more lightweight way than using Electron.

James Hibbard

How V8 Is Improving V8 Regular Expressions — This is very technical, JavaScript engine-y sorta stuff, but basically the V8 team show off their technique for speeding up how regexes are interpreted.

Patrick Thier and Ana Peško (V8)

Free Webinar on User Journey Testing with Scott Davis from ThoughtWorks

Gauge sponsor

How to Build a Progressive Web App (PWA) with only Vanilla JS — Bring a native-like experience to your webapps with this grab bag of techniques including styling, fonts, Service Workers, and creating a manifest file.

Sayan Mondal

Don't Use Variables Without Knowing About the 'Temporal Dead Zone' — In short, don’t use anything before declaring it.

Dmitri Pavlutin

Don't Sync State, Derive It — Avoid synchronization bugs and hidden complexity by deriving (or calculating) state in React apps on the fly rather than keeping numerous copies of state around your app.

Kent C Dodds

▶  Let's Build a 16-Bit Virtual Machine in JavaScript — This is a ‘rabbithole which goes really deep’ warns Francis, but you’ll learn a lot of interesting things along the way.

Low Level JavaScript

BLOG: JavaScript Project Configuration — Check out our full list of JavaScript blog posts.

Big Nerd Ranch sponsor

'How I Stopped Worrying and Learned to Love the JavaScript Ecosystem' — Sometimes you have to take a step back and think about what really matters.

Flavio Copes

🔧 Code & Tools

Carbon: Create Beautiful Images of Your Source Code — We’re huge fans of seeing code snippets shared on social media and while images do have accessibility issues, they remain a rapid-fire way to get code into a tweet or Instagram image and Carbon excels at the task.

Carbon

SweetAlert2: Responsive, Customizable and Accessible Popup Boxes — An attractive and accessible (WAI-ARIA) replacement for native popup boxes with zero dependencies.

SweetAlert2

The Most Complete Spreadsheet Solution for JavaScript Apps - SpreadJS — Fast enterprise JavaScript spreadsheet for delivering true Excel-like spreadsheet experiences. Download free eval.

SpreadJS by GrapeCity sponsor

Tribute: A Library for Handling @mentions — If you have text fields, in which other users might be cited, this could be handy. Check out the demo page.

ZURB

Cropper.js: An Image Cropping Control — A mature project but continuing to get frequent releases.

Chen Fengyuan

Revocable Queue: Specialized Async Queue Data Structure — Asynchronously and lazily read/write values to a queue, from which you can also revoke yet-unread values.

Kyle Simpson

⚡️ Quick Releases

  • React 16.10
  • Create React App 3.2.0 — The quickest way to get started with React.
  • Nuxt 2.10 — Framework for building universal Vue apps.
  • Bluebird 3.7 — Popular promises library.
  • Greenlet 1.1 — Move async functions into their own threads.
  • Bowser 2.7 — Browser detection library.

🐦 Over on Twitter...

← JavaScript Weekly - 458 OCTOBER 11, 2019Angular 9, a new decimal datatype for JS, and how to read specs →
Retrospectiva na Tecnologia
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Facebook Open Source
Copyright © 2022 Facebook Inc.