Long practice making Todo List application with Strapi CMS and Next JS
https://strapi.medium.com/how-to-build-a-to-do-app-using-next-js-and-strapi-63d99723eb70
#strapi #nextjs #todo
https://strapi.medium.com/how-to-build-a-to-do-app-using-next-js-and-strapi-63d99723eb70
#strapi #nextjs #todo
Medium
How to Build A To-Do App Using Next.js and Strapi
In this tutorial, we’ll learn how to create a small to-do app using two amazing technologies: Next.js and Strapi.
Forwarded from Learn CSS™
Introduction to CSS Grid for web page design
https://towardsdev.com/css-grids-made-easy-100-8e966b199dd7
#css #grid #layout
https://towardsdev.com/css-grids-made-easy-100-8e966b199dd7
#css #grid #layout
Medium
CSS Grid Layout Module
CSS grid creates responsive two dimensional web design layouts more easily and consistently across browsers.
Svelte Resources
Awesome Svelte: Useful resources for developing Svelte applications
https://github.com/rocketlaunchr/awesome-svelte
https://github.com/TheComputerM/awesome-svelte#awesome-svelte-
Curated resources on building sites with SvelteKit - A server-less-first answer to "the Next.js experience" by the Svelte community
https://github.com/one-aalam/awesome-svelte-kit
Template for sharing/open-sourcing components:
https://github.com/sveltejs/component-template
Emotion (CSS-in-JS) in Svelte:
https://github.com/pngwn/sv-emotion
Svelte-testing-library:
https://github.com/testing-library/svelte-testing-library
Sveltestrap:Bootstrap 4 & 5 components for Svelte
https://github.com/bestguy/sveltestrap
Svelte-Apollo (GraphQL client):
https://github.com/timhall/svelte-apollo
svelte-routing:
https://github.com/EmilTholin/svelte-routing
Next.js-like framework for svelte:
https://sapper.svelte.dev/
https://blog.logrocket.com/sapper-svelte-tutorial-2021/
The Svelte Handbook
https://github.com/flaviocopes/svelte-handbook
Svelte learning resources
https://forum.devtalk.com/t/svelte-learning-resources/3218
#svelte #javascript #Requested
Awesome Svelte: Useful resources for developing Svelte applications
https://github.com/rocketlaunchr/awesome-svelte
https://github.com/TheComputerM/awesome-svelte#awesome-svelte-
Curated resources on building sites with SvelteKit - A server-less-first answer to "the Next.js experience" by the Svelte community
https://github.com/one-aalam/awesome-svelte-kit
Template for sharing/open-sourcing components:
https://github.com/sveltejs/component-template
Emotion (CSS-in-JS) in Svelte:
https://github.com/pngwn/sv-emotion
Svelte-testing-library:
https://github.com/testing-library/svelte-testing-library
Sveltestrap:Bootstrap 4 & 5 components for Svelte
https://github.com/bestguy/sveltestrap
Svelte-Apollo (GraphQL client):
https://github.com/timhall/svelte-apollo
svelte-routing:
https://github.com/EmilTholin/svelte-routing
Next.js-like framework for svelte:
https://sapper.svelte.dev/
https://blog.logrocket.com/sapper-svelte-tutorial-2021/
The Svelte Handbook
https://github.com/flaviocopes/svelte-handbook
Svelte learning resources
https://forum.devtalk.com/t/svelte-learning-resources/3218
#svelte #javascript #Requested
Getting started with Svelte
https://dev.to/karinesabatier/getting-started-with-svelte-3289
Building with Svelte - all you need to know before you start
https://dev.to/dailydotdev/building-with-svelte-all-you-need-to-know-before-you-start-2knj
#svelte #webdev #javascript #Requested
https://dev.to/karinesabatier/getting-started-with-svelte-3289
Building with Svelte - all you need to know before you start
https://dev.to/dailydotdev/building-with-svelte-all-you-need-to-know-before-you-start-2knj
#svelte #webdev #javascript #Requested
50 Projects for React & Static Web.pdf
25.6 MB
50 projects for React and Static Web
Long practice creating Authentication system with JWT Token on JS Node
https://geekflare.com/user-authentication-with-jwt-in-nodejs/
#nodejs #jwt #auth
https://geekflare.com/user-authentication-with-jwt-in-nodejs/
#nodejs #jwt #auth
Long practice building a Weather App with React JS
https://www.freecodecamp.org/news/use-react-and-apis-to-build-a-weather-app/
---
Create Audio and video recorder applications with React JS
https://javascript.plainenglish.io/build-an-audio-and-video-recorder-in-react-a452ab6c1ce6
---
Using React Suspense for API data retrieval
https://blog.openreplay.com/data-fetching-with-suspense-in-react
---
#react #suspense #weather #audio #recorder
https://www.freecodecamp.org/news/use-react-and-apis-to-build-a-weather-app/
---
Create Audio and video recorder applications with React JS
https://javascript.plainenglish.io/build-an-audio-and-video-recorder-in-react-a452ab6c1ce6
---
Using React Suspense for API data retrieval
https://blog.openreplay.com/data-fetching-with-suspense-in-react
---
#react #suspense #weather #audio #recorder
freeCodeCamp.org
Use React and APIs to Build a Weather App
A weather application is a very common beginner's programming project. But you can take this basic project to the next level by incorporating multiple APIs and autocomplete of places. We just published a course on the freeCodeCamp.org YouTube channel that…
Using the Proxy JavaScript API to run the Fetch API
https://dev.to/dailydevtips1/javascript-proxy-the-fetch-api-p15
---
Explanation of Truthy and Falsy value in JavaScript
https://javascript.plainenglish.io/truthy-and-falsy-values-in-javascript-b428549bd2fe
---
Using Array fills to create JavaScript Arrays
https://javascript.plainenglish.io/how-to-use-array-fill-in-javascript-f972d9fce156
---
Using String format in JavaScript to structure data in String
https://www.freecodecamp.org/news/javascript-string-format-how-to-format-strings-in-js/
---
Some disadvantages of JSON Stringify for deep copying JavaScript Objects
https://javascript.plainenglish.io/never-use-json-stringify-to-achieve-deep-copy-there-is-a-huge-pitfall-41276bb47267
---
#fetch #proxy #json #truthy #json
https://dev.to/dailydevtips1/javascript-proxy-the-fetch-api-p15
---
Explanation of Truthy and Falsy value in JavaScript
https://javascript.plainenglish.io/truthy-and-falsy-values-in-javascript-b428549bd2fe
---
Using Array fills to create JavaScript Arrays
https://javascript.plainenglish.io/how-to-use-array-fill-in-javascript-f972d9fce156
---
Using String format in JavaScript to structure data in String
https://www.freecodecamp.org/news/javascript-string-format-how-to-format-strings-in-js/
---
Some disadvantages of JSON Stringify for deep copying JavaScript Objects
https://javascript.plainenglish.io/never-use-json-stringify-to-achieve-deep-copy-there-is-a-huge-pitfall-41276bb47267
---
#fetch #proxy #json #truthy #json
Get to know the alternative to the toPromise method that has been deprecated in RxJS 7
https://medium.com/@vicpuigcer/rxjs-7-operator-topromise-deprecated-alternatives-4b02d1061f44
#rxjs
https://medium.com/@vicpuigcer/rxjs-7-operator-topromise-deprecated-alternatives-4b02d1061f44
#rxjs
Medium
RxJs 7 operator ‘toPromise’ deprecated. Alternatives!
The helper function toPromise, with which we could convert an Observable to a Promise it has been deprecated in version 7 of RxJs.
Some helpful Github repositories for learning React JS
https://medium.com/@martinageradams/20-github-repositories-to-become-a-react-master-%EF%B8%8F-b91fb3bdd6c8
#react #github #repository
https://medium.com/@martinageradams/20-github-repositories-to-become-a-react-master-%EF%B8%8F-b91fb3bdd6c8
#react #github #repository
Medium
20 GitHub Repositories to Become a React Master
How to Become a React Master? Please bookmark these 20 GitHub repositories.
How to render a recursive component in Vue JS
https://blog.logrocket.com/rendering-nested-comments-recursive-components-vue/
---
Some Vue JS libraries that can be used in projects
https://javascript.plainenglish.io/7-useful-vue-js-libraries-you-should-use-in-your-next-project-ec56f73f5fa3
---
#vue #component #library
https://blog.logrocket.com/rendering-nested-comments-recursive-components-vue/
---
Some Vue JS libraries that can be used in projects
https://javascript.plainenglish.io/7-useful-vue-js-libraries-you-should-use-in-your-next-project-ec56f73f5fa3
---
#vue #component #library
LogRocket Blog
Vue recursive components: Rendering nested comments - LogRocket Blog
Explore how you can use recursive components in Vue to manage tree-like structured data with an example comments section.
A collection of several console logging methods in JavaScript
https://javascript.plainenglish.io/important-javascript-console-methods-72fbaa1023dd
—-
Creating a TypeScript module to run Fetch requests
https://javascript.plainenglish.io/how-to-write-a-typescript-module-for-fetch-requests-deecc9742a63
#console #fetch #module
https://javascript.plainenglish.io/important-javascript-console-methods-72fbaa1023dd
—-
Creating a TypeScript module to run Fetch requests
https://javascript.plainenglish.io/how-to-write-a-typescript-module-for-fetch-requests-deecc9742a63
#console #fetch #module
Medium
Important JavaScript Console Methods
Different JavaScript console function code
Multiple free APIs for random and mock data sources
https://bytefish.medium.com/free-fake-apis-whenever-you-need-some-fake-data-549354dde29d
#fire #public
https://bytefish.medium.com/free-fake-apis-whenever-you-need-some-fake-data-549354dde29d
#fire #public
Medium
4 Free Fake APIs Whenever You Need Some Fake Data
When you are testing, prototyping, creating a demo on CondeSandbox, showing a code example on Stack Overflow, or anything else, you need…