Forwarded from AL Code
CSS Layout
Membuat layout dengan CSS menggunakan property CSS3 berikut merupakan sumber yang dapat
dipelajari
Flexbox
Reading: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Video: https://www.youtube.com/playlist?list=PLFIM0718LjIU1lWlM34j6E9fMlrrSGZ1k
Games: http://flexboxfroggy.com/#id
Grid
Reading: https://css-tricks.com/snippets/css/complete-guide-grid/
Video: https://www.youtube.com/playlist?list=PLFIM0718LjIXmbwX0dEsoRVX-PC16vmuw
Games: http://cssgridgarden.com/
#cssgrid #flexbox #alcode
Membuat layout dengan CSS menggunakan property CSS3 berikut merupakan sumber yang dapat
dipelajari
Flexbox
Reading: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Video: https://www.youtube.com/playlist?list=PLFIM0718LjIU1lWlM34j6E9fMlrrSGZ1k
Games: http://flexboxfroggy.com/#id
Grid
Reading: https://css-tricks.com/snippets/css/complete-guide-grid/
Video: https://www.youtube.com/playlist?list=PLFIM0718LjIXmbwX0dEsoRVX-PC16vmuw
Games: http://cssgridgarden.com/
#cssgrid #flexbox #alcode
CSS-Tricks
CSS Flexbox Layout Guide | CSS-Tricks
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes history…
Mengenal tentang Nano ID, generator kode unik yang bisa dipakai sebagai ID data
https://javascript.plainenglish.io/introducing-a-url-friendly-unique-identifier-nanoid-fbf4d2162322
#nano #id
https://javascript.plainenglish.io/introducing-a-url-friendly-unique-identifier-nanoid-fbf4d2162322
#nano #id
Medium
Introducing a URL-Friendly Unique Identifier — NanoID
An alternative to UUIDs that can help you fit the requirements that UUIDs fulfills and overcomes some of their shortcomings as well.
Cara mendapatkan element Array tertentu dari Array of Object berdasarkan id element
https://javascript.plainenglish.io/how-to-find-an-object-by-id-in-an-array-of-javascript-objects-80fa66c2926e
---
Cara mengecek jika suatu String terdiri dari karakter angka atau tidak
https://javascript.plainenglish.io/how-to-check-if-a-javascript-string-has-a-number-f111e818a82b
#array #id #string #number
https://javascript.plainenglish.io/how-to-find-an-object-by-id-in-an-array-of-javascript-objects-80fa66c2926e
---
Cara mengecek jika suatu String terdiri dari karakter angka atau tidak
https://javascript.plainenglish.io/how-to-check-if-a-javascript-string-has-a-number-f111e818a82b
#array #id #string #number
Medium
How to Find an Object by ID in an Array of JavaScript Objects?
Finding an object by ID or another property in an array of JavaScript objects is something that we’ve to do a lot in our JavaScript code.
How to Effectively Manage Unique Identifiers at Scale: From GUIDs to Snowflake IDs and Other Modern Solutions
https://www.freecodecamp.org/news/how-to-effectively-manage-unique-identifiers-at-scale/
#id #guid
https://www.freecodecamp.org/news/how-to-effectively-manage-unique-identifiers-at-scale/
#id #guid
freeCodeCamp.org
How to Effectively Manage Unique Identifiers at Scale: From GUIDs to Snowflake IDs and Other Modern Solutions
What Are Unique Identifiers? 🪪 Unique identifiers (UIDs) are crucial components in software engineering and data management. They serve as distinct references for entities within a system and ensure that each item – whether a database record, a user...