Last active
May 22, 2023 08:56
-
-
Save waptik/9eff437e86c30b8a1209c0f6859d0b15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://levelup.gitconnected.com/convert-an-angular-toggle-switch-component-to-react-a0dc06711201 | |
https://makeandmoney.com/ | |
https://www.smashingmagazine.com/2020/04/skeleton-screens-react/ |
https://stackoverflow.com/questions/9309865/display-5-array-items-per-row-in-a-html-table
A sample in javascript:
let data = Array.from({ length: 17 }, (_, i) => i + 1)
for (let count = 0; count < data.length; ) {
console.log("<tr>\n")
for (let i = 0; count < data.length && i < 2; count++, i++) {
console.log(`\t<td>${data[count]}</td>\n`)
}
console.log("</tr>\n")
}
Links on custom open graph images: https://codepunkt.de/writing/generating-beautiful-open-graph-images-with-nodejs/
If I had to learn cloud from scratch in 6 months, and gain a jr cloud engineer skill set:
https://twitter.com/madebygps/status/1406258053427740672
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://akhilaariyachandra.com/create-a-serverless-api-with-typescript-graphql-and-mongodb