Forwarded from Petani Kode
Security Tips #1
Pernah nggak kamu coba pentest ke sebuah aplikasi terus kamu menemukan pesan error di sana. Dari pesan error itu, si pentester bisa tau aplikasimu bermasalah di bagian mana. Misal error tentang kesalahan Query Database, nah itu bisa jadi celah SQL Injection nantinya.
Karena itu, sebaiknya jangan tampilkan pesan error secara telanjang. Gantilah pesan errornya menjadi pesan yang lebih manusiawi.
--
#coding #programming #programmer #hacker #pentester #Security #securitytips
Pernah nggak kamu coba pentest ke sebuah aplikasi terus kamu menemukan pesan error di sana. Dari pesan error itu, si pentester bisa tau aplikasimu bermasalah di bagian mana. Misal error tentang kesalahan Query Database, nah itu bisa jadi celah SQL Injection nantinya.
Karena itu, sebaiknya jangan tampilkan pesan error secara telanjang. Gantilah pesan errornya menjadi pesan yang lebih manusiawi.
--
#coding #programming #programmer #hacker #pentester #Security #securitytips
👍1
Beberapa teknik pemrograman JavaScript yang perlu diketahui
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Mengenal tentang fungsi Array slice
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Pengenalan union type pada TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
https://javascript.plainenglish.io/7-useful-javascript-coding-techniques-that-you-should-use-680dc68437d9
—-
Mengenal tentang fungsi Array slice
https://javascript.plainenglish.io/javascript-array-slice-method-58526c52bd85
—-
Pengenalan union type pada TypeScript
https://javascript.plainenglish.io/using-typescript-union-types-like-a-pro-18ba60558feb
#technique #coding #union #typescript #array #slice
Medium
7 Useful JavaScript Coding Techniques That You Should Use
Do you know all of these tricks?
👍1
Beberapa teknik pemrograman JavaScript yang perlu dipahami
https://javascript.plainenglish.io/10-useful-javascript-coding-techniques-that-you-should-use-772b17c2d90b
—-
#coding #technique #tips
https://javascript.plainenglish.io/10-useful-javascript-coding-techniques-that-you-should-use-772b17c2d90b
—-
#coding #technique #tips
Medium
10 Useful JavaScript Coding Techniques That You Should Use
Make your JavaScript more readable and extensible with these code tips.
Referensi alur belajar dari channel Fireship tentang belajar pemrograman aplikasi
https://www.youtube.com/watch?v=66tfvFeALBQ
#fireship #roadmaps #coding
https://www.youtube.com/watch?v=66tfvFeALBQ
#fireship #roadmaps #coding
YouTube
How to ACTUALLY learn to code... 7 Roadmaps for 2023
Explore 7 roadmaps or learning paths for beginner developers. The goal of this video is to provide a starting point for aspiring software engineers looking to learn web development, mobile, desktop, IoT, data science, game dev, and low-level systems.
#tech…
#tech…
👍1
Latihan penggunaan API untuk latihan pemrograman
https://www.freecodecamp.org/news/use-apis-to-practice-coding-skills/
#api #coding
https://www.freecodecamp.org/news/use-apis-to-practice-coding-skills/
#api #coding
freeCodeCamp.org
How to Use APIs in Your Projects to Practice Your Coding Skills
As web developers, we all know that practice makes perfect. But when it comes to practice, it's easy to get stuck in a programming rut. But how do you come up with new ideas to build? Sooner or later, you will find yourself running out of features to...
Codebubb - How to listen to input value changes in JavaScript
https://www.youtube.com/watch?v=830_oZQIabM
—-
9 Interesting Common Coding Routines In JavaScript
https://javascript.plainenglish.io/9-interesting-common-coding-routines-in-javascript-bebe231e1e3f
#codebubb #listen #value #routine #coding
https://www.youtube.com/watch?v=830_oZQIabM
—-
9 Interesting Common Coding Routines In JavaScript
https://javascript.plainenglish.io/9-interesting-common-coding-routines-in-javascript-bebe231e1e3f
#codebubb #listen #value #routine #coding
YouTube
How to listen to input value changes in JavaScript
Most people new to JavaScript get confused about the different types of events when trying to listen to input value changes and are not sure what they all do.
🚀 Free JavaScript Essentials Course! 👉 https://codewithbubb.gumroad.com/l/ugyud
📖 Free 32-page…
🚀 Free JavaScript Essentials Course! 👉 https://codewithbubb.gumroad.com/l/ugyud
📖 Free 32-page…
17 ChatGPT prompts for coding (my favorites)
https://www.youtube.com/watch?v=lI-V2FSN-Sw
#chatgpt #coding #prompt
https://www.youtube.com/watch?v=lI-V2FSN-Sw
#chatgpt #coding #prompt
YouTube
17 ChatGPT prompts for coding (my favorites)
All prompts with full examples:
https://fullstackfoundations.com/blog/chatgpt-prompts-for-coding
"Code Coach" custom GPT:
https://chat.openai.com/g/g-apcPWSHfz-code-coach
https://fullstackfoundations.com/blog/chatgpt-prompts-for-coding
"Code Coach" custom GPT:
https://chat.openai.com/g/g-apcPWSHfz-code-coach
Claude vs ChatGPT for Programming: What's the difference?
https://www.youtube.com/watch?v=0FVclkFNkx0
https://www.youtube.com/watch?v=0FVclkFNkx0
YouTube
Claude vs ChatGPT for Programming: What's the difference?
When OpenAI launched ChatGPT in late 2022, programmers like myself were already using it with obsession and testing its limits. In this video, I'll help you understand what sets Claude and ChatGPT apart for coding, focusing on models like Claude 3.5 Sonnet…
Code review & refactoring with GitHub Copilot: A beginner's guide
https://www.youtube.com/watch?v=LsQGilvXAfE
https://www.youtube.com/watch?v=LsQGilvXAfE
YouTube
Code review & refactoring with GitHub Copilot: A beginner's guide
Better code quality with GitHub Copilot. A tutorial for how Copilot assists in both the code review process and refactoring efforts.. Includes examples of Copilot suggesting performance improvements, creating custom hooks from data-fetching logic, detecting…