Tips migrasi situs yang dibuat dengan Wordpress ke aplikasi web statis dengan Gatsby JS
https://scotch.io/bar-talk/how-i-migrated-from-wordpress-to-a-static-site/
#ssr #gatsby #wordpress #migration
https://scotch.io/bar-talk/how-i-migrated-from-wordpress-to-a-static-site/
#ssr #gatsby #wordpress #migration
Scotch
How I Migrated From WordPress to a Static Site
Static Sites are a great alternative to Wordpress in the right situation. In this article, I will walk through how I converted my Wordpress site to a static site using Gatsby.js and hosted on Netlify!
Cara menggunakan Firebase Cloud Functions untuk kode webservice backend JavaScript yang telah di compile
https://codeburst.io/cloud-functions-for-firebase-with-compiled-code-e234e83462dc
#firebase #cloud #functions #babel #typescript
https://codeburst.io/cloud-functions-for-firebase-with-compiled-code-e234e83462dc
#firebase #cloud #functions #babel #typescript
codeburst
Cloud Functions for Firebase with Compiled Code
📚 ES6, ES7, Babel, Flow, TypeScript & ParcelJS
Tips kompilasi CSS dengan CSS Preprocessor dan Webpack
https://css-tricks.com/bridging-the-gap-between-css-and-javascript-css-modules-postcss-and-the-future-of-css/
#css #scss #sass #webpack #preprocessors
https://css-tricks.com/bridging-the-gap-between-css-and-javascript-css-modules-postcss-and-the-future-of-css/
#css #scss #sass #webpack #preprocessors
CSS-Tricks
Bridging the Gap Between CSS and JavaScript: CSS Modules, PostCSS and the Future of CSS
In the previous post in this two-part series, we explored the CSS-in-JS landscape and, we realized not only that CSS-in-JS can produce critical styles,
Migrasi antar versi Angular dengan Swagger Generator
https://medium.freecodecamp.org/how-we-updated-from-angular-4-to-angular-5-using-swagger-code-generator-4a35a014247e
#angular #migration #swagger
https://medium.freecodecamp.org/how-we-updated-from-angular-4-to-angular-5-using-swagger-code-generator-4a35a014247e
#angular #migration #swagger
freeCodeCamp.org
How we updated from Angular 4 to Angular 5 using swagger code generator
As a full stack developer in an enterprise company, I had the opportunity to update our client side to Angular 5. The process itself is…
Pengenalan Change Detection di dalam Angular
https://blog.angularindepth.com/a-gentle-introduction-into-change-detection-in-angular-33f9ffff6f10
#angular #change #detection
https://blog.angularindepth.com/a-gentle-introduction-into-change-detection-in-angular-33f9ffff6f10
#angular #change #detection
Video berisi latihan lengkap menggunakan Node.js untuk pemula
https://www.youtube.com/watch?v=RLtyhwFtXQA
#nodejs #basic #tutorial
https://www.youtube.com/watch?v=RLtyhwFtXQA
#nodejs #basic #tutorial
YouTube
Learn Node.js - Full Tutorial for Beginners
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
Learn all about Node.js in the full course for beginners.
🔗Install Node.js: https://nodejs.org/en/
🔗Install Visual Studio Code:…
Learn all about Node.js in the full course for beginners.
🔗Install Node.js: https://nodejs.org/en/
🔗Install Visual Studio Code:…
Video catatan rilis untuk Google Chrome 71
https://www.youtube.com/watch?v=SkIgtVvAR6w
Catatan rilis
https://developers.google.com/web/updates/2018/12/nic71
#chrome #release #notes
https://www.youtube.com/watch?v=SkIgtVvAR6w
Catatan rilis
https://developers.google.com/web/updates/2018/12/nic71
Displaying relative times is now part of the Intl API.
Specifying which side of the text the underline should appear on for text that flows vertically.
Requiring user activation before using the speech synthesis API.
#chrome #release #notes
YouTube
New in Chrome 71: Relative time support with Intl.RelativeTimeFormat and New underline options
Chrome 71 makes displaying relative time values easier with the new Intl.RelativeTimeFormat() API. You can specify which side of the text the underline shoul...
Kombinasi menggunakan Gatsby JS dengan Strapi CMS
https://scotch.io/@pierreburgy92/how-to-build-a-static-blog-with-gatsby-and-strapi
#strapi #gatsby #cms
https://scotch.io/@pierreburgy92/how-to-build-a-static-blog-with-gatsby-and-strapi
#strapi #gatsby #cms
Scotch
How to build a static blog with Gatsby and Strapi
Introduction A static website contains Web pages with fixed content. Technically, it is a simple list of HTML files, which displays the same information to every visitor. Unlike dynamic websites, they do not require any back-end programming or database. Publishing…
Beberapa alasan situs web statis cocok untuk kasus penggunaan tertentu
https://scotch.io/bar-talk/5-reasons-static-sites-rock
#static #site
https://scotch.io/bar-talk/5-reasons-static-sites-rock
#static #site
Scotch
5 Reasons Static Sites Rock!
Static Sites are becoming more and more popular. Let's explore 5 key reasons that Static Sites are awesome!
Membuat fitur autentikasi dengan JSON Web Token JWT di Node.js dan cara melakukan verifikasi JWT
https://www.sitepoint.com/how-to-create-and-verify-jwts-with-node/
#jwt #nodejs
https://www.sitepoint.com/how-to-create-and-verify-jwts-with-node/
#jwt #nodejs
Sitepoint
How to Create and Verify JWTs with Node - SitePoint
In this tutorial, I’ll show you how a modern and secure authentication approach. By the end, you’ll be able to create and verify JWTs yourself in Node.
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