Kode sumber aplikasi tiruan Twitter yang dibuat dengan Node.js
https://github.com/TamalAnwar/twitter-clone-new
#twitter #clone #nodejs
https://github.com/TamalAnwar/twitter-clone-new
#twitter #clone #nodejs
GitHub
TamalAnwar/twitter-clone-new
MVC app made with Node.js, Express.js, MongoDB & Passport.js. This is my first fullstack project. I was always interested with social network, I made user profiles with user registration fe...
Statistik aplikasi web yang sudah melakukan implementasi mode PWA
https://medium.com/@sarahelson81/progressive-web-application-statistics-infographic-e74807882502
https://www.pwastats.com/
#pwa #statistic
https://medium.com/@sarahelson81/progressive-web-application-statistics-infographic-e74807882502
https://www.pwastats.com/
#pwa #statistic
Medium
Progressive Web Application: Statistics- Infographic
We love PWAs and seems like so do you
Beberapa contoh penggunaan fungsi Array JavaScript untuk melakukan filterisasi
https://blog.logrocket.com/writing-for-readability-with-declarative-arrays-64f0b1a807f3
#array #filter #objects
https://blog.logrocket.com/writing-for-readability-with-declarative-arrays-64f0b1a807f3
#array #filter #objects
LogRocket
Writing for readability with declarative arrays
By manipulating and digesting your arrays in a declarative fashion, you can produce much more readable code. Here are a few ways to do…
Cerita pengembang di Telerik yang secara tidak sengaja menggunakan TypeScript
How My Team Accidentally Moved to TypeScript and Loved It
https://www.telerik.com/blogs/how-my-team-accidentally-moved-to-typescript-and-loved-it
#typescript
How My Team Accidentally Moved to TypeScript and Loved It
https://www.telerik.com/blogs/how-my-team-accidentally-moved-to-typescript-and-loved-it
#typescript
Telerik Blogs
How My Team Accidentally Moved to TypeScript and Loved It
Like many web developers, I had limited exposure to strongly-typed languages, but when TypeScript arrived, my team dove right in.
Pengenalan dasar terhadap keamanan web, seperti CORS, CSP, HSTS, dst
https://medium.freecodecamp.org/a-quick-introduction-to-web-security-f90beaf4dd41
#cors #csp #hsts #web #mixedcontent
https://medium.freecodecamp.org/a-quick-introduction-to-web-security-f90beaf4dd41
#cors #csp #hsts #web #mixedcontent
freeCodeCamp.org
A quick introduction to web security
A web developer’s primer on CORS, CSP, HSTS, and all the web security acronyms! There are many reasons to learn about web security, such as: * You’re a concerned user who is worried about your personal data being leaked * You’re a concerned web developer…
Beberapa artikel seputar Vue JS untuk bulan Agustus 2018 minggu keempat
https://medium.mybridge.co/vue-js-open-source-of-the-month-v-aug-2018-910de5ad173
#vue #vuex #articles #mybridge
https://medium.mybridge.co/vue-js-open-source-of-the-month-v-aug-2018-910de5ad173
#vue #vuex #articles #mybridge
Mybridge for Professionals
Vue.js Open Source of the Month (v.Aug 2018)
For the past month, we ranked nearly 150 Vue.js Open Source Projects to pick the Top 10.
Latihan membuat REST API dengan Nodejs, express yang terkoneksi ke database
#nodejs #restapi #express #database
https://code.tutsplus.com/tutorials/code-your-first-api-with-nodejs-and-express-connect-a-database--cms-31699
#nodejs #restapi #express #database
https://code.tutsplus.com/tutorials/code-your-first-api-with-nodejs-and-express-connect-a-database--cms-31699
Code Envato Tuts+
Code Your First API With Node.js and Express: Connect a Database
Build a REST API With Node.js and Express: Connecting a Database
In the first tutorial, Understanding RESTful APIs, we learned what the REST architecture is, what HTTP request methods and...
In the first tutorial, Understanding RESTful APIs, we learned what the REST architecture is, what HTTP request methods and...
Latihan membuat aplikasi dengan Single Sign On SSO dengan Node.js
https://codeburst.io/building-a-simple-single-sign-on-sso-server-and-solution-from-scratch-in-node-js-ea6ee5fdf340
#nodejs #sso #auth
https://codeburst.io/building-a-simple-single-sign-on-sso-server-and-solution-from-scratch-in-node-js-ea6ee5fdf340
#nodejs #sso #auth
Medium
Building A Simple Single Sign On(SSO) Server And Solution From Scratch In Node.js.
The web application uses the browser/server architecture, HTTP as the communication protocol. HTTP is a stateless protocol. Each time the…
Beberapa kebiasaan buruk developer yang sering ditemui di dunia pemrograman
https://dev.to/lewismenelaws/bad-habits-developers-should-fix-53n9
#tech #article #habit #sifat #kebiasaan
https://dev.to/lewismenelaws/bad-habits-developers-should-fix-53n9
#tech #article #habit #sifat #kebiasaan
The Practical Dev
Bad Habits Developers Should Fix
Bad habits that developers are known to do and how to fix them.
Latihan bagian kedua membuat aplikasi daftar kerja dengan Adonis JS . Bagian pertama dan kode sumber ada di dalam artikel
https://blog.jscrambler.com/build-a-task-list-with-authentication-using-sql-node-js-and-adonis-part-2
https://github.com/JscramblerBlog/adonis-task-list
#adonis #sql #nodejs
https://blog.jscrambler.com/build-a-task-list-with-authentication-using-sql-node-js-and-adonis-part-2
https://github.com/JscramblerBlog/adonis-task-list
#adonis #sql #nodejs
Jscrambler
Build a Task List with Authentication Using SQL, Node.js and Adonis (Part 2) | Jscrambler Blog
In this second part of the tutorial, we continue creating our task list app, which uses a Node.js server, a MySQL database and authentication with Adonis.
Mengenal Type Coercion dari JavaScript Object dan cara melakukan pengamanan nya
https://medium.com/intrinsic/javascript-object-type-coercion-b2ec176c02c4
#object #coercion #secure
https://medium.com/intrinsic/javascript-object-type-coercion-b2ec176c02c4
#object #coercion #secure
Medium
JavaScript Object Type Coercion
A look at the optional, user-definable methods which will be called when performing various actions upon JavaScript objects.
Roadmap untuk panduan belajar membuat aplikasi web untuk tahun 2018 yang bersifat modern dan cepat
https://www.codementor.io/kamranahmedse/modern-frontend-developer-in-2018-inb3ay6xt
#roadmap #2018 #web
https://www.codementor.io/kamranahmedse/modern-frontend-developer-in-2018-inb3ay6xt
#roadmap #2018 #web
www.codementor.io
Modern Frontend Developer in 2018 | Codementor
Step by step guide to becoming a FrontEnd developer in 2018.
Memahami urutan eksekusi di JavaScript dan konteks scope eksekusi nya
https://blog.bitsrc.io/understanding-execution-context-and-execution-stack-in-javascript-1c9ea8642dd0
#context #stack #execution
https://blog.bitsrc.io/understanding-execution-context-and-execution-stack-in-javascript-1c9ea8642dd0
#context #stack #execution
Medium
Understanding Execution Context and Execution Stack in Javascript
Understanding execution context and stack to become a better Javascript developer.
Memahami prototype dan Object creation serta perbedaannya
https://dev.to/shoupn/javascript-prototypes-and-object-creation-2onh
#prototype #object
https://dev.to/shoupn/javascript-prototypes-and-object-creation-2onh
#prototype #object
Latihan tentang async dan await di dalam Node.js
https://appdividend.com/2018/08/28/node-async-await-example-tutorial/
#async #await #promise
https://appdividend.com/2018/08/28/node-async-await-example-tutorial/
#async #await #promise
AppDividend
Node Async Await Example Tutorial
Node Async Await Example Tutorial. Async await expression can pause the async function and wait for the Promise to resolve prior to moving on.
Penjelasan tentang proses penerimaan dan pengiriman Event antar komponen di dalam framework Angular
https://blog.bitsrc.io/event-binding-mechanism-in-angular-b38f0e46d2ed
#event #binding #angular
https://blog.bitsrc.io/event-binding-mechanism-in-angular-b38f0e46d2ed
#event #binding #angular
Medium
Event Binding Mechanism in Angular
How Angular’s event binding mechanics works — in depth.
Seri artikel yang berisi latihan pengenalan Vue JS . Link untuk seri artikel berikutnya terdapat di dalam artikel pertama.
https://medium.freecodecamp.org/from-zero-to-hero-with-vue-why-vue-8c7e981b494
#vue #tutorial
https://medium.freecodecamp.org/from-zero-to-hero-with-vue-why-vue-8c7e981b494
#vue #tutorial
freeCodeCamp.org
The Vue Handbook: a thorough introduction to Vue.js
> Get this post in PDF/ePub/MOBI format at vuehandbook.com
[https://vuehandbook.com]
Vue is a very popular JavaScript front-end framework, one that’s experiencing a
huge amount of growth.
It is simple, tiny (~24KB), and very performant. It feels different…
[https://vuehandbook.com]
Vue is a very popular JavaScript front-end framework, one that’s experiencing a
huge amount of growth.
It is simple, tiny (~24KB), and very performant. It feels different…
Cara membuat dan mempublikasikan Web Component yang dibuat dari Vue JS
https://www.codementor.io/vuejsdevelopers/create-publish-web-components-with-vue-cli-3-jqkyamofd
#vue #webcomponent #component #publish
https://www.codementor.io/vuejsdevelopers/create-publish-web-components-with-vue-cli-3-jqkyamofd
#vue #webcomponent #component #publish
www.codementor.io
Create & Publish Web Components With Vue CLI 3 | Codementor
Vue.js is an effective tool for creating web components, especially with Vue CLI 3 and the new @vue/web-component-wrapper. In this article, we'll look at reasons why you might want to create web components and how you can make your first one with nothing…
Cara mengambil data melalui HttpClient Angular dari endpoint REST API
https://www.djamware.com/post/5b87894280aca74669894414/angular-6-httpclient-consume-restful-api-example
#angular #rest #api #http #ajax
https://www.djamware.com/post/5b87894280aca74669894414/angular-6-httpclient-consume-restful-api-example
#angular #rest #api #http #ajax
Djamware.com
Angular HttpClient (6/7/8/9/10): Consume REST API Example
A comprehensive step by step Angular HttpClient (version 6/7/8/9/10) tutorial on consuming REST API from the remote server
Beberapa panduan untuk memulai menggunakan TypeScript dalam pembuatan aplikasi web
https://levelup.gitconnected.com/typescript-quick-start-guide-7257c2b71538
#typescript #quickstart
https://levelup.gitconnected.com/typescript-quick-start-guide-7257c2b71538
#typescript #quickstart
Medium
TypeScript Quick Start Guide
This article will show you how to quickly get up and running with TypeScript, and we will discuss the pros and cons of using TS. TypeScript…