Latihan bagian pertama membuat aplikasi web Angular dengan backend Python Flask
https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/
Kode sumber :
https://github.com/auth0-blog/python-flask-angular-1
#angular #flask #webapp
https://auth0.com/blog/using-python-flask-and-angular-to-build-modern-apps-part-1/
Kode sumber :
https://github.com/auth0-blog/python-flask-angular-1
#angular #flask #webapp
Auth0 - Blog
Using Python, Flask, and Angular to Build Modern Web Apps - Part 1
In this series, you will learn how to create modern web applications with Python, Flask, and Angular.
Teknik optimasi memuat video dalam aplikasi web
https://www.smashingmagazine.com/2021/02/optimizing-video-size-quality/
#video #webapp
https://www.smashingmagazine.com/2021/02/optimizing-video-size-quality/
#video #webapp
Smashing Magazine
Optimizing Video For Size And Quality — Smashing Magazine
Adding video to your application can increase customer engagement and satisfaction. But the exact opposite can occur when there are issues with the video playback: video stalls are frustrating and drive customers away. In this article, Doug Sillars will walk…
Perbedaan antara Web Application dengan Website statis
https://www.freecodecamp.org/news/difference-between-a-website-and-a-web-application/
#webapp #website
https://www.freecodecamp.org/news/difference-between-a-website-and-a-web-application/
#webapp #website
freeCodeCamp.org
What is the Difference Between a Website and a Web Application?
It's typically hard for an end user to tell the difference between a web app and a website. They just type in the URL and boom, the results are there. And this is what really matters for the user – getting the results for what they are searching. If...
Mengenal perbedaan antara website dengan Web Apps
https://javascript.plainenglish.io/websites-vs-web-apps-the-basic-things-you-need-to-know-d5589f9cb4f1
#webApp #website
https://javascript.plainenglish.io/websites-vs-web-apps-the-basic-things-you-need-to-know-d5589f9cb4f1
#webApp #website
Medium
Websites vs. Web Apps: The Basic Things You Need to Know
A thin line of confusion has always prevailed among users regarding websites and web apps. Both of them are responsive, require an Internet…
Latihan pengenalan deep clone pada Object di JavaScript
https://javascript.plainenglish.io/deep-clone-objects-the-right-way-in-javascript-a7ded9d23860
---
Pengenalan tentang metode Array from dalam pembuatan data Array
https://javascript.plainenglish.io/javascript-array-from-in-depth-964978dd4f08
---
Pengenalan tentang Event Bus pada aplikasi web front end
https://levelup.gitconnected.com/understanding-the-event-bus-for-front-end-web-apps-9905f639e369
---
#deepclone #webapp #eventBus #array
https://javascript.plainenglish.io/deep-clone-objects-the-right-way-in-javascript-a7ded9d23860
---
Pengenalan tentang metode Array from dalam pembuatan data Array
https://javascript.plainenglish.io/javascript-array-from-in-depth-964978dd4f08
---
Pengenalan tentang Event Bus pada aplikasi web front end
https://levelup.gitconnected.com/understanding-the-event-bus-for-front-end-web-apps-9905f639e369
---
#deepclone #webapp #eventBus #array
Medium
Deep Clone objects the right way in JavaScript!
_.cloneDeep() or JSON.parse(JSON.string())? Neither! There’s now a native method to address this.
How to Perform Performance Testing on Your Web Applications
https://www.freecodecamp.org/news/performance-testing-for-web-applications/
#testing #performance #webapp
https://www.freecodecamp.org/news/performance-testing-for-web-applications/
#testing #performance #webapp
freeCodeCamp.org
How to Perform Performance Testing on Your Web Applications
Performance testing is an important yet underrated field of software development. And it’s a must-have skill that can help you prevent common software failures that occur in production applications. Performance testing is a routine software practice...