Skip to content

Commit

Permalink
Merge pull request #113 from Femi-lawal/main
Browse files Browse the repository at this point in the history
Web development - Articles & Best Practices
  • Loading branch information
jfmartinz authored Dec 11, 2023
2 parents 044bb38 + 24f25a1 commit 8c4e112
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Web Development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [Games](#games)<br>
- [Interview](#interview)<br>
- [Challenges](#challenges)<br>
- [Best Practices](#best-practices)



Expand Down Expand Up @@ -1217,3 +1218,27 @@ This section contains hundreds of coding challenges that test your knowledge of
<td>Code Wars(opens in a new tab) helps you improve your skills by training in challenges with others. They offer a huge variety of programming languages, including JavaScript, Swift, PHP, Python, Ruby, and Haskell. </td>
</tr>
</table>
### Best Practices
> Some resources to help adhere to industry best practices.
<table width="100%">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td> <a href="https://blog.logrocket.com/node-js-logging-best-practices-essential-guide/">NodeJS Logging Best Practices</a></td>
<td>The Frontend Analystics company LogRocket's comprehensive guide to NodeJS logging best practices</td>
</tr>
<tr>
<td> <a href="https://nextjs.org/docs/app/building-your-application/data-fetching/patterns">NextJS Data Fetching</a></td>
<td>Official NextJS recommended patterns and best practices for fetching data in React and Next.js. It goes over some of the most common patterns and how to use them.</td>
</tr>
<tr>
<td> <a href="https://github.com/futurice/backend-best-practices">Backend Best Practices</a></td>
<td>A collection of best practices that are framework agnostic and are valid for various backend architectures</td>
</tr>
<td> <a href="https://github.com/cxpartners/coding-standards">Front-end Coding Standards and Best Practices</a></td>
<td>A design agency, Cxpartners, made their guide frontend best practices public for all to learn from.</td>
</tr>
</table>

0 comments on commit 8c4e112

Please sign in to comment.