Studi kasus penggunaan Apollo GraphQL di AirBnb untuk mampu melayani request http 10x lebih cepat
https://medium.com/airbnb-engineering/how-airbnb-is-moving-10x-faster-at-scale-with-graphql-and-apollo-aa4ec92d69e2
#airbnb #apollo #graphql
https://medium.com/airbnb-engineering/how-airbnb-is-moving-10x-faster-at-scale-with-graphql-and-apollo-aa4ec92d69e2
#airbnb #apollo #graphql
Medium
How Airbnb is Moving 10x Faster at Scale with GraphQL and Apollo
Demystifying My GraphQL Summit Talk
Membuat scroll horizontal dengan CSS Flexbox
https://medium.freecodecamp.org/horizontal-scrolling-using-flexbox-f9d16817f742
#css #flexbox #horizontal
https://medium.freecodecamp.org/horizontal-scrolling-using-flexbox-f9d16817f742
#css #flexbox #horizontal
freeCodeCamp.org
How to implement horizontal scrolling using Flexbox
Horizontal scrolling using FlexboxIf you create websites, chances are you have
been asked to create a horizontal scrolling component. It is extremely easy to
implement this using just a few lines of Flexbox. Let me show you how.
Project Layout
We need to…
been asked to create a horizontal scrolling component. It is extremely easy to
implement this using just a few lines of Flexbox. Let me show you how.
Project Layout
We need to…
Catatan rilis tentang TypeScript 3.2
https://blog.bitsrc.io/so-whats-new-in-typescript-3-2-1ab82e83db94
#typescript #release #note
https://blog.bitsrc.io/so-whats-new-in-typescript-3-2-1ab82e83db94
#typescript #release #note
Bits and Pieces
So What’s New in Typescript 3.2?
A quick overview of the newest release of Microsoft's typescript version 3.2 and all the news about changes and stricter types.
Membuat alternatif teknik memuat gambar secara lazy load , salah satunya dengan mengaktifkan Chrome Lazy Loading
https://medium.com/@filipvitas/lazy-load-images-with-zero-javascript-2c5bcb691274
#chrome #lazy #load #image
https://medium.com/@filipvitas/lazy-load-images-with-zero-javascript-2c5bcb691274
#chrome #lazy #load #image
Medium
Lazy load images with zero Javascript
Make web pages faster by lazy loading all your assets. Checkout 3 techniques to lazy load images.
Mengenal Angular Console untuk manajemen proyek aplikasi Angular dengan grafik GUI
https://blog.angular.io/angular-console-21d36c02ff76
#angular #console #gui
https://blog.angular.io/angular-console-21d36c02ff76
#angular #console #gui
Medium
Angular Console
What is it and why is it valuable for you?
Studi kasus situs FreecodeCamp yang menggunakan metode JAMSTACK untuk memuat halaman web
https://dev.to/ossia/how-freecodecamporg-uses-the-jamstack--a-single-api-server-to-help-millions-of-people-learn-to-code-every-month-4d5g
#jamstack #static #ssr
https://dev.to/ossia/how-freecodecamporg-uses-the-jamstack--a-single-api-server-to-help-millions-of-people-learn-to-code-every-month-4d5g
#jamstack #static #ssr
DEV Community
How freeCodeCamp.org uses the JAMstack + a single API server to help millions of people learn to code every month
On price-performance and how a tiny nonprofit spends as little donor money as necessary on infrastructure
Latihan kombinasi antara Gatsby JS dengan Netlify CMS
https://blog.logrocket.com/gatsby-netlify-cms-a-perfect-pairing-d50d59d16f67
#gatsby #cms #netlify #css
https://blog.logrocket.com/gatsby-netlify-cms-a-perfect-pairing-d50d59d16f67
#gatsby #cms #netlify #css
LogRocket Blog
Gatsby and Netlify CMS: A perfect pairing - LogRocket Blog
GatsbyJS and Netlify CMS together offer a dynamic solution to building a site with the JAMStack. Learn how they all work together seamlessly.
Latihan menggunakan TensorFlow JS untuk mencari foto gambar di Twitter
http://jamesthom.as/blog/2018/10/30/finding-photos-on-twitter-using-face-recognition/
#tensorflow #twitter #image #recognition
http://jamesthom.as/blog/2018/10/30/finding-photos-on-twitter-using-face-recognition/
#tensorflow #twitter #image #recognition
jamesthom.as
Finding photos on Twitter using face recognition with TensorFlow.js - James Thomas
Using face recognition to find unlabelled photos on twitter with machine learning. TensorFlow.js and Serverless Cloud Platforms used to search for …
Membuat aplikasi web dengan Vue JS, Headless CMS, dan GraphQL dengan mode static site
https://medium.com/@marcmintel/quickly-develop-static-websites-with-vuejs-a-headless-cms-and-graphql-bf64e75910d6
#vue #cms #graphql
https://medium.com/@marcmintel/quickly-develop-static-websites-with-vuejs-a-headless-cms-and-graphql-bf64e75910d6
#vue #cms #graphql
Medium
Quickly develop static websites with VueJS, a headless CMS and GraphQL
Static websites are awesome! But what is a static website actually? It’s quite simple: a website that’s built only with HTML, CSS and JS…
https://www.joshmorony.com/using-mongodb-with-ionic-and-nestjs/
Membuat aplikasi Ionic yang terhubung ke MongoDB dengan NestJS
#ionic #nestjs #mongodb
Membuat aplikasi Ionic yang terhubung ke MongoDB dengan NestJS
#ionic #nestjs #mongodb
Josh Morony - Learn how to build mobile apps with web tech
Using MongoDB with Ionic and NestJS
How to create and read records in a MongoDB database from an Ionic application using a NestJS backend
Library untuk mengurutkan tampilan dan data di halaman web
http://sortablejs.github.io/Sortable/
#sort #data #view
http://sortablejs.github.io/Sortable/
#sort #data #view
sortablejs.github.io
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.
Membuat backend aplikasi web untuk REST API dengan JavaScript Node.js , MongoDb, Fastify, dan Swagger
https://medium.freecodecamp.org/how-to-build-blazing-fast-rest-apis-with-node-js-mongodb-fastify-and-swagger-114e062db0c9
#nodejs #mongodb #rest #api #fastify #swagger
https://medium.freecodecamp.org/how-to-build-blazing-fast-rest-apis-with-node-js-mongodb-fastify-and-swagger-114e062db0c9
#nodejs #mongodb #rest #api #fastify #swagger
freeCodeCamp.org
How to build blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger
Presumably no web developer is a stranger to REST APIs and the challenges that architecting an effective and efficient API solution brings. These challenges include: * Speed (API Response Times) * Documentation (Clear concise documents, describing the API)…
Panduan lengkap seputar JavaScript yang dirangkum dalam bentuk link referensi
https://medium.freecodecamp.org/the-complete-javascript-handbook-f26b2c71719c
#handbook #guide #tutorial
https://medium.freecodecamp.org/the-complete-javascript-handbook-f26b2c71719c
#handbook #guide #tutorial
freeCodeCamp.org
The JavaScript Beginner's Handbook
JavaScript is one of the most popular programming languages in the world. I believe it's a great choice for your first programming language ever. We mainly use JavaScript to create websites web applications server-side applications using Node.js ...
Pengenalan framework untuk membuat aplikasi berbasis block chain dengan JavaScript dan TypeScript
https://medium.com/nos-io/nos-neo-one-partnership-introducing-full-stack-javascript-typescript-dapps-81e3ef6d3a4d
#blockchain #typescript
https://medium.com/nos-io/nos-neo-one-partnership-introducing-full-stack-javascript-typescript-dapps-81e3ef6d3a4d
#blockchain #typescript
Medium
nOS & NEO•ONE Partnership: Introducing full-stack Decentralized Applications in Javascript & Typescript
With NEO•ONE, nOS will let you build full-stack decentralized applications using just Javascript (front-end) and Typescript (smart…
Beberapa library untuk autentikasi pengguna yang menarik dicoba
https://blog.bitsrc.io/6-javascript-user-authentication-libraries-for-2019-6c7c45fbe458
#auth #login #jwt #oauth
https://blog.bitsrc.io/6-javascript-user-authentication-libraries-for-2019-6c7c45fbe458
#auth #login #jwt #oauth
Medium
6 JavaScript User Authentication Libraries for 2019
“Build me a user-authentication in two weeks!” — Useful ways to get the job done, quick and effective.
Latihan menggunakan Web Share Target API yang bisa dipakai untuk mobile website dengan mode PWA
https://developers.google.com/web/updates/2018/12/web-share-target
#pwa #share #api #target
https://developers.google.com/web/updates/2018/12/web-share-target
#pwa #share #api #target
Chrome for Developers
Receiving shared data with the Web Share Target API | Capabilities | Chrome for Developers
On a mobile or desktop device, sharing should be as simple as clicking the Share button, choosing an app, then choosing who to share with. The Web Share Target API allows installed web apps to register with the underlying operating system to receive shared…
Sekilas trend pengembangan aplikasi web di tahun 2019 oleh Maximilian Schwarzmüller
Diantaranya banyaknya penggunaan full stack JavaScript, Static Website, CSS Preprocessors, PWA, Web Components, dan Serverless
Selengkapnya :
https://www.youtube.com/watch?v=VLm3Y7Odb74
#2019 #trends
Diantaranya banyaknya penggunaan full stack JavaScript, Static Website, CSS Preprocessors, PWA, Web Components, dan Serverless
Selengkapnya :
https://www.youtube.com/watch?v=VLm3Y7Odb74
#2019 #trends
YouTube
Top 8 Web Development Trends 2019
Web Development will continue evolving quickly in 2019. Here are the top 8 web development trends you should not miss in 2019.
Learn Node.js from Scratch: https://acad.link/nodejs
Learn React.js from Scratch: https://acad.link/reactjs
Learn Angular from Scratch:…
Learn Node.js from Scratch: https://acad.link/nodejs
Learn React.js from Scratch: https://acad.link/reactjs
Learn Angular from Scratch:…
Latihan lanjut penggunaan Angular Elements dan Lazy loading Images untuk mode Progressive Web Apps
https://www.youtube.com/watch?v=ujaMvl5M8nY
Codelab
https://angularfirebase.com/lessons/angular-elements-advanced-techniques/
#codelab #angular #elements #pwa
https://www.youtube.com/watch?v=ujaMvl5M8nY
Codelab
https://angularfirebase.com/lessons/angular-elements-advanced-techniques/
#codelab #angular #elements #pwa
YouTube
Advanced Angular Elements
Learn how to build a high-octane 🚀📦 web component with Angular Elements that lazy loads images and achieves a near perfect lighthouse perf score https://angularfirebase.com/lessons/angular-elements-advanced-techniques/
Docs https://angular.io/guide/elements…
Docs https://angular.io/guide/elements…
https://www.sitepoint.com/how-to-use-typescript-to-build-a-node-api-with-express/
Membuat aplikasi Node API dengan Express dan Typescript
#express #typescript #nodejs
Membuat aplikasi Node API dengan Express dan Typescript
#express #typescript #nodejs
Sitepoint
How to Use TypeScript to Build a Node API with Express - SitePoint
The goal of this tutorial is to show you how to build a new Node.js application using TypeScript and Express.
State management di Service di dalam aplikasi web Angular, dengan menggunakan Behavior Subject RxJS
https://medium.com/@rmcavin/my-favorite-state-management-technique-in-angular-rxjs-behavior-subjects-49f18daa31a7
#rxjs #angular #state #management
https://medium.com/@rmcavin/my-favorite-state-management-technique-in-angular-rxjs-behavior-subjects-49f18daa31a7
#rxjs #angular #state #management