Beberapa kumpulan eksperimen CSS Grid dari Codepen
https://codepen.io/collection/DQvYpQ/
#codepen #grid #css #cssgrid
https://codepen.io/collection/DQvYpQ/
#codepen #grid #css #cssgrid
Contoh penggunaan interface Transformer di dalam TypeScript
https://blog.logrocket.com/using-typescript-transforms-to-enrich-runtime-code-3fd2863221ed
#typescript #transform #transformer
https://blog.logrocket.com/using-typescript-transforms-to-enrich-runtime-code-3fd2863221ed
#typescript #transform #transformer
LogRocket Blog
Using TypeScript transforms to enrich runtime code - LogRocket Blog
When I started developing no one was talking about “compiling” their JavaScript sources. Everyone just wrote a couple of scripts and referenced them directly. Over time, minification and further enhancements became the de-facto standard in web development…
Latihan dasar untuk pengenalan CSS di halaman web
https://www.smashingmagazine.com/2019/01/how-to-learn-css/
#css #learn #basic
https://www.smashingmagazine.com/2019/01/how-to-learn-css/
#css #learn #basic
Smashing Magazine
How To Learn CSS — Smashing Magazine
You don’t need to commit to memorizing every CSS Property and Value, as there are good places to look them up. There are some fundamental things, however, which will make CSS much easier for you to use. In this article, Rachel Andrew aims to guide you along…
Teknik melakukan unit testing di dalam JavaScript dan Node.js
https://medium.com/@me_37286/yoni-goldberg-javascript-nodejs-testing-best-practices-2b98924c9347
#testing #nodejs #unit
https://medium.com/@me_37286/yoni-goldberg-javascript-nodejs-testing-best-practices-2b98924c9347
#testing #nodejs #unit
Medium
Node.js & JavaScript Testing Best Practices
30+ best practices for better Node JS & JavaScript testing, continuous integration (CI), and overall quality. By Yoni Goldberg
Menambahkan type safety di GraphQL dengan menggunakan TypeScript
https://medium.com/open-graphql/type-safe-graphql-servers-3922b8a70e52
#typescript #graphql
https://medium.com/open-graphql/type-safe-graphql-servers-3922b8a70e52
#typescript #graphql
Medium
Type-Safe GraphQL Servers 🔎
This post exhibits the motivations & steps for adding Type-Safety into GraphQL Servers
Menyimpan status navigasi router dengan Router Guards dan Local Storage di Vue JS
https://css-tricks.com/storing-and-using-the-last-known-route-in-vue/
#router #guard #navigation #vue
https://css-tricks.com/storing-and-using-the-last-known-route-in-vue/
#router #guard #navigation #vue
CSS-Tricks
Storing and Using the Last Known Route in Vue | CSS-Tricks
There are situations where keeping a reference to the last route a user visited can come in handy. For example, let’s say we’re working with a multi-step form
Membuat kustomisasi pada Angular CLI untuk membuat kerangka proyek dengan spesifikasi tertentu, dengan menggunakan Nx Library
https://auth0.com/blog/create-custom-schematics-with-nx/
#angular #nx #cli
https://auth0.com/blog/create-custom-schematics-with-nx/
#angular #nx #cli
Auth0 - Blog
How to Create A Custom Angular CLI Schematic with Nx Tool
Learn how to create applications, libraries, and custom workspace CLI Angular schematics with enterprise Angular tool Nx.
Menerapkan gradient warna di latar belakang teks dengan banyak barus
https://css-tricks.com/multi-line-inline-gradient/
#css #gradient #multi #line #inline
https://css-tricks.com/multi-line-inline-gradient/
#css #gradient #multi #line #inline
CSS-Tricks
Multi-Line Inline Gradient | CSS-Tricks
Came across this thread:
Menerapkan paginasi dan filter data dengan library JPXGrid di dalam Angular
https://www.js-tutorials.com/angularjs-tutorial/jpxgrid-listing-filter-pagination-with-angular7/
#angular #pagination #filter
https://www.js-tutorials.com/angularjs-tutorial/jpxgrid-listing-filter-pagination-with-angular7/
#angular #pagination #filter
JS-Tutorials
JPXGrid Listing, Filter, Pagination With Angular7
jqxgrid very trending grid plugin in web application.This tutorial help to create grid listing with pagination and sorting using jqxgrid and angular
Membuat sistem autentikasi dengan menggunakan Vue JS
https://auth0.com/blog/vuejs2-authentication-tutorial/
#vue #auth #authentication
https://auth0.com/blog/vuejs2-authentication-tutorial/
#vue #auth #authentication
Auth0 - Blog
The Complete Guide to Vue.js User Authentication with Auth0
Learn how to add login, logout, and sign-up to Vue.js using a plugin, how to create vue-router guards, and how to make secure API calls from a Vue.js app.
Membuat web Component berupa Accordion Component dengan Angular
https://blog.bitsrc.io/creating-a-reusable-accordion-component-that-works-anywhere-2f2add05baa4
#angular #component #web #component
https://blog.bitsrc.io/creating-a-reusable-accordion-component-that-works-anywhere-2f2add05baa4
#angular #component #web #component
Medium
Creating a Reusable Accordion Component That Works Anywhere
How to make a web component using angular elements which can be used with any or no framework
Pengenalan Adonis JS untuk pembuatan backend JavaScript Node.js
https://blog.sourcerer.io/adonisjs-a-full-featured-node-framework-for-modern-web-servers-93532e3b36af
#nodejs #adonis
https://blog.sourcerer.io/adonisjs-a-full-featured-node-framework-for-modern-web-servers-93532e3b36af
#nodejs #adonis
Medium
AdonisJS : a full-featured node framework for modern web servers
Node is becoming one of the most elected choices by developers for modern web servers. You can build web servers in various elegant ways…
Panduan dasar untuk mengenal GraphQL Endpoint
https://medium.freecodecamp.org/a-beginners-guide-to-graphql-86f849ce1bec
#graphql #rest #api
https://medium.freecodecamp.org/a-beginners-guide-to-graphql-86f849ce1bec
#graphql #rest #api
freeCodeCamp.org
A Beginner’s Guide to GraphQL
One of the most commonly discussed terms today is the API. A lot of people don’t know exactly what an API is. Basically, API stands for…
Menerapkan force press di dalam element html , dengan RxJS dan vanilla JS
https://blog.logrocket.com/reactivity-with-rxjs-force-press-63bfc907f295
#rxjs #element #button #press
https://blog.logrocket.com/reactivity-with-rxjs-force-press-63bfc907f295
#rxjs #element #button #press
LogRocket Blog
Reactivity with RxJS: force press - LogRocket Blog
RxJS is a reactive programming library for JavaScript, which leverages Observable sequences to compose asynchronous or event-based programs. As part of the Reactive Extensions project, the architecture of RxJS combines the best parts from the Observer pattern…
Menerapkan pola programming fungsional di dalam TypeScript
https://codeburst.io/functional-patterns-with-typescript-7fdb4d6afe8a
#typescript #functional
https://codeburst.io/functional-patterns-with-typescript-7fdb4d6afe8a
#typescript #functional
Medium
Functional Patterns with TypeScript
Exploring if you can have your cake and eat it to.
Beberapa trend bahasa pemrograman yang akan semakin banyak dipakai di tahun 2019 ini.
Diantaranya JavaScript, TypeScript, Golang, dan Python
https://hackernoon.com/major-programming-trends-to-prepare-for-in-2019-169987cc75f4
#javascript #trends
Diantaranya JavaScript, TypeScript, Golang, dan Python
https://hackernoon.com/major-programming-trends-to-prepare-for-in-2019-169987cc75f4
#javascript #trends
Hackernoon
Major Programming Trends to Prepare for in 2019 | Hacker Noon
Menggunakan Puppeteer di layanan Serverless Zeit Now
https://zeit.co/blog/serverless-chrome
#chrome #puppeteer #now #zeit
https://zeit.co/blog/serverless-chrome
#chrome #puppeteer #now #zeit
GitHub
Add puppeteer-screenshot by styfle · Pull Request #207 · vercel/now-examples
This adds an example that acts as a Screenshot-as-a-service using puppeteer.
Demo here: https://screenshot-v2.now.sh
Merry Christmas 🎄
/cc @rauchg
Demo here: https://screenshot-v2.now.sh
Merry Christmas 🎄
/cc @rauchg