Web support for Flutter - Flutter
Building a web application with Flutter - Flutter
The End of Silicon Valley as We Know It? – Tim O’Reilly
Understanding four trends that may shape the future of Silicon Valley is also a road map to some of the biggest technology-enabled opportunities of the next decades:NFTs, explained: what they are, and why they’re suddenly worth millions - The Verge
“Non-Fungible Token” ... means that it’s unique and can’t be replaced with something else. For example, a bitcoin is fungible — trade one for another bitcoin, and you’ll have exactly the same thing. A one-of-a-kind trading card, however, is non-fungible. If you traded it for a different card, you’d have something completely different.Next.js & React - The Complete Guide (incl. Two Paths!) | Udemy
by Max (Academind)
Setup - Create a Next.js App | Learn Next.js
next-learn-starter/install.md at master · vercel/next-learn-starter · GitHub
using React rendering on server (node.js) is quite simple:
Component.js var React = require('react'); module.exports = React.createClass({ render: function() { return React.createElement('h1', null, 'Hello World!'); } }); var express = require('express'); var app = express(); var React = require('react'); var ReactDOMServer = require('react-dom/server'); var Component = require('./Component.jsx'); app.get('/', function(request, response) { var html = ReactDOMServer.renderToString( React.createElement(Component) ); response.send(html); }); var PORT = 3000; app.listen(PORT, function() { console.log('http://localhost:' + PORT); });
deploy: Develop. Preview. Ship. For the best frontend teams – Vercel
(developers of next.js)
alternative:
How to Deploy Next.js Sites to Netlify — 5-Minute Tutorial
logging - Append to a log file in S3 (or any other AWS service) - Stack Overflow
Amazon Announces S3 Object Lambda
Amazon has recently announced S3 Object Lambda, a new serverless feature to add customized code and process data from S3 before returning it to an application. S3 Object Lambda works with S3 GET requests and uses AWS Lambda functions to modify data as it is being retrieved from the object storage.
S3 Object Lambda is designed to add transparency to the consumer of the S3 objects with the clients receiving a modified version without interacting with another endpoint and without changes to an existing product.
</> htmx - high power tools for html
Digital Ocean Platform with Cody Baker and Apurva Joshi - Software Engineering Daily
Digital Ocean’s App Platform allows users to build and deploy an app or static site directly from GitHub directly onto a DigitalOcean-managed Kubernetes cluster.An Architecture Firm’s Push to Build Net-Zero Apartments—on a Budget - WSJ
An Architecture Firm’s Push to Build Net-Zero Apartments—on a Budget
It is a controversial design, like Tesla CyberTruck... takes time to get used to...
Introducing OpenSearch | AWS Open Source Blog
OpenSearch project, a community-driven, open source fork of Elasticsearch and KibanaGoogle Cloud Databases with Andi Gutmans - Software Engineering Daily
See Our Leading Development Platform in Action | OutSystems
Quickly create mobile and web applications, chatbots, and reactive web apps for any device. Build your data models, workflows, logic and pixel-perfect user interfaces and interactions, and even add your custom code.
Anxiety in the US as China Creates the First Major Digital Currency
A cyber yuan gives Beijing power to track spending in real time. Importantly, it's money that isn’t linked to the dollar-dominated global financial system.How to Use the Infinite Number of Email Addresses Gmail Gives You
johnsmith+hello@gmail.com => johnsmith@gmail.com