Beberapa fitur baru di dalam JavaScript ES2019
https://developer.okta.com/blog/2019/01/22/whats-new-in-es2019
#es2019
https://developer.okta.com/blog/2019/01/22/whats-new-in-es2019
#es2019
Okta Developer
What's New in JavaScript for 2019
Here are the new features coming to ES2019 for JavaScript.
Konfigurasi ESLint pada proyek web yang menggunakan TypeScript
https://javascriptplayground.com/typescript-eslint/
#typescript #eslint #tslint
https://javascriptplayground.com/typescript-eslint/
#typescript #eslint #tslint
Penjelasan tentang JAMStack yang merupakan solusi lebih baik untuk migrasi dari WordPress based web.
https://snipcart.com/blog/jamstack
#jamstack #nowordpress
https://snipcart.com/blog/jamstack
#jamstack #nowordpress
Snipcart
The Jamstack in 2022: Why (and How) to Get Started
Jamstack is an architecture in which a website can be delivered statically but provides dynamic content & interactive experience via JS.
Konfigurasi aplikasi web dengan Typescript, Express, dan react
https://levelup.gitconnected.com/setting-up-a-full-stack-typescript-application-featuring-express-and-react-ccfe07f2ea47
#express #typescript #react
https://levelup.gitconnected.com/setting-up-a-full-stack-typescript-application-featuring-express-and-react-ccfe07f2ea47
#express #typescript #react
Medium
Setting up a Full-Stack TypeScript Application: featuring Express and React
Great for projects of any size… startups and enterprises!
Menggunakan Travis CI untuk mengatur ukuran bundle size aplikasi web
https://web.dev/fast/using-bundlesize-with-travis-ci
#travis #ci #bundle
https://web.dev/fast/using-bundlesize-with-travis-ci
#travis #ci #bundle
web.dev
Using bundlesize with Travis CI
Define performance budgets with minimal setup and enforce them as part of your development workflow using bundlesize with Travis CI.
Statistik terbaru dari HackerRank yang mana Javascript menjadi favorit bagi para pengembang aplikasi
https://venturebeat.com/2019/01/29/hackerrank-developer-skills-report-2019/
#hackerrank #stat
https://venturebeat.com/2019/01/29/hackerrank-developer-skills-report-2019/
#hackerrank #stat
VentureBeat
HackerRank: JavaScript overtakes Java as most popular programming language
HackerRank has released the 2019 edition of its annual Developer Skills Report, surveying over 71,000 software developers from more than 100 countries.
Statistik terbaru dari HackerRank mengenai skill pemrograman yang perlu dipelajari tahun ini dan ke depan.
https://research.hackerrank.com/developer-skills/2019
#hackerrank #stat
https://research.hackerrank.com/developer-skills/2019
#hackerrank #stat
HackerRank
2019 Developer Skills Report - HackerRank
What are the in-demand skills for developers? What's impacting access to developer talent? Find out in HackerRank's 2019 Developer Skills Report
Catatan rilis untuk Google Chrome 72 yang telah tersedia hari ini.
Video
https://www.youtube.com/watch?v=coh1k7TY1P0
Blog Post :
https://developers.google.com/web/updates/2019/01/nic72
#chrome #release
Video
https://www.youtube.com/watch?v=coh1k7TY1P0
Blog Post :
https://developers.google.com/web/updates/2019/01/nic72
#chrome #release
YouTube
New in Chrome 72: Public Class Fields, User Activation API, Intl.format and more!
In Chrome 72, creating public class fields in JavaScript is now much cleaner. You can see if a page has been activated with the new User Activation API, localizing lists becomes way easier, and there’s plenty more. Let’s dive in and see what’s new for developers…
Mengenal Dependency Injector di dalam Angular Ivy Rendering
https://blog.angularindepth.com/angular-di-getting-to-know-the-ivy-nodeinjector-33b815642a8e
#angular #ivy #rendering #engine
https://blog.angularindepth.com/angular-di-getting-to-know-the-ivy-nodeinjector-33b815642a8e
#angular #ivy #rendering #engine
Medium
Medium – Get smarter about what matters to you.
Medium is not like any other platform on the internet. Our sole purpose is to help you find compelling ideas, knowledge, and perspectives. We don’t serve ads—we serve you, the curious reader who loves to learn new things. Medium is home to thousands of independent…
Mengenal Callbacks dan Promise di dalam JavaScript
https://dev.to/_ferh97/understanding-callbacks-and-promises-3fd5
#callback #promise
https://dev.to/_ferh97/understanding-callbacks-and-promises-3fd5
#callback #promise
DEV Community
Understanding Callbacks and Promises
These two concepts are basic things of the Javascript programming language. Because said language works under the paradigm of asynchronous programming.
Penggunaan fungsi Fetch di dalam TypeScript untuk proses AJAX
https://www.carlrippon.com/fetch-with-async-await-and-typescript/
#fetch #ajax #typescript
https://www.carlrippon.com/fetch-with-async-await-and-typescript/
#fetch #ajax #typescript
Building SPAs - Carl Rippon
Fetch with async & await and TypeScript
The fetch API is a native JavaScript function that we can use to interact with web services. How can we use fetch with async and await? and how can we use this with TypeScript to get a strongly-typed response? Let's find out ...
Latihan membuat blog dengan Gatsby JS dan mempublikasikan di Netlify untuk alternatif dari WordPress
https://daveceddia.com/start-blog-gatsby-netlify/
#gatsby #netlify
https://daveceddia.com/start-blog-gatsby-netlify/
#gatsby #netlify
Dave Ceddia
Start a Blog in 2019 with Gatsby.js and Netlify
Starting a blog looks difficult. You have to come up with a name, set it up somehow, figure out where to host it… it’s enough to make you just give up and go write on Medium (or not at all).
Melihat lebih dalam tentang Object di dalam JavaScript
https://blog.bitsrc.io/diving-deeper-in-javascripts-objects-318b1e13dc12
#object #javascript
https://blog.bitsrc.io/diving-deeper-in-javascripts-objects-318b1e13dc12
#object #javascript
Medium
Diving Deeper in JavaScripts Objects
A Closer Look at JavaScript Object Descriptors
Latihan menggunakan Docker untuk pemula
https://hashnode.com/post/docker-tutorial-for-beginners-cjrj2hg5001s2ufs1nker9he2
#docker #container
https://hashnode.com/post/docker-tutorial-for-beginners-cjrj2hg5001s2ufs1nker9he2
#docker #container
Hashnode
Docker Tutorial for Beginners - Hashnode
Docker is a tool used to create and run containers, self-sufficient units that can have their own operating system, tools, and libraries, and run your code in an isolated environment. That means you don't have to worry about the libraries and the ope...
Tips untuk meningkatkan kualitas kode di dalam proyek berbasis Node.js
https://hackernoon.com/enforcing-code-quality-for-node-js-c3b837d7ae17
#nodejs #code #quality #pattern
https://hackernoon.com/enforcing-code-quality-for-node-js-c3b837d7ae17
#nodejs #code #quality #pattern
Hackernoon
Enforcing Code Quality for Node.js | HackerNoon
If you are going to be writing code and shipping it to production, it’s important that the code is high quality.
Beberapa framework Node.js yang menarik untuk dicoba untuk proyek backend aplikasi web
https://medium.freecodecamp.org/10-node-js-frameworks-worth-checking-out-express-loopback-hapi-and-beyond-7b537b590f89
#backend #nodejs #framework
https://medium.freecodecamp.org/10-node-js-frameworks-worth-checking-out-express-loopback-hapi-and-beyond-7b537b590f89
#backend #nodejs #framework
freeCodeCamp.org
10 Node.js Frameworks Worth Checking Out: Express, Loopback, Hapi, and Beyond
As technology is changing at a rapid pace, developers are moving to use new technologies and adopting more convenient frameworks for their…
Melihat mode functional programming di dalam TypeScript
https://dev.to/wolksoftware/why-typescript-is-a-better-option-than-javascript-when-it-comes-to-functional-programming-3mp0
#typescript #functional
https://dev.to/wolksoftware/why-typescript-is-a-better-option-than-javascript-when-it-comes-to-functional-programming-3mp0
#typescript #functional
DEV Community
Why TypeScript is a better option than JavaScript when it comes to functional programming?
In this post, we analyze why static type systems constitute a critical advantage for TypeScript in the context of functional programming.
Tips mengolah data cukup banyak di dalam backend Node.js
https://dev.to/itmayziii/how-to-process-epic-amounts-of-data-in-nodejs-16hl
#data #big #nodejs
https://dev.to/itmayziii/how-to-process-epic-amounts-of-data-in-nodejs-16hl
#data #big #nodejs
DEV Community
How to Process Epic Amounts of Data in NodeJS
Learn how to process a large amount of data using NodeJS. This could be useful for sending millions of HTTP requests, performance tests, and much more.
Optimasi untuk membuat Docker image yang lebih kecil
https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a
#docker #container
https://medium.com/@gdiener/how-to-build-a-smaller-docker-image-76779e18d48a
#docker #container
Medium
How to build a smaller Docker image
When you’re building a Docker image it’s important to keep the size under control. Having small images means ensuring faster deployment.
Latihan menggunakan NativeScript untuk membangun mobile app.
https://www.youtube.com/watch?v=DcCSq2Y9bow
Kelas Udemy nya :
https://www.udemy.com/nativescript-angular-build-native-ios-android-web-apps
#udemy #nativescript
https://www.youtube.com/watch?v=DcCSq2Y9bow
Kelas Udemy nya :
https://www.udemy.com/nativescript-angular-build-native-ios-android-web-apps
#udemy #nativescript
YouTube
NativeScript Tutorial for Beginners - Build iOS, Android and Web Apps with NativeScript and Angular
Join the full course: https://acad.link/nativescript
Use one Angular + NativeScript codebase to build native iOS, Android and web apps and learn NativeScript from scratch.
With Angular, you can already build highly reactive and engaging web apps. Wouldn't…
Use one Angular + NativeScript codebase to build native iOS, Android and web apps and learn NativeScript from scratch.
With Angular, you can already build highly reactive and engaging web apps. Wouldn't…
Latihan menggunakan CSS Custom Properties untuk desain halaman web
https://dev.to/chriscoyier/learn-about-css-custom-properties-through-clever-uses-of-them-2fjo
#css #properties
https://dev.to/chriscoyier/learn-about-css-custom-properties-through-clever-uses-of-them-2fjo
#css #properties
DEV Community
Learn About CSS Custom Properties Through Clever Uses of Them
CSS custom properties have a ton of use cases. They have all the power of traditional variables, only they follow the cascade like we expect in CSS. Plus you can get clever with their values and combine them with other CSS technology to do very interesting…