Skip to content

kaan-donmez/javascript-typescript

Repository files navigation

Javascript - Typescript Projects

Hi there 👋 The projects I upload here are mostly for configuration purposes or small projects in Javascript or Typescript. if you want to try any example in this repo. Please read below.

I hope this repo is helpful and inspirational for you.

Some recommendation

  • you should use Typescript in your project (both client-side and server-side), it would be better for avoiding type errors and easing your development.
  • you should write tests to avoid mistakes.
  • you should provide observability to detect mistakes.
  • you should know Algorithms, Data structures, and Design Patterns.
  • you should know OOP, SOLID, DRY, KISS, etc.
  • you should know Architectures like microservice, monolithic, etc.
  • the most important thing is to be curious and ask yourself if your implementation is the best one.

Client-side frameworks and libraries (Angular, React, Vue, Svelte (that is my favorite) etc.)

I choose yarn package manager (maybe sometimes pnpn or npm you can see). you can try with these commands in terminal. ditto for meta frameworks like Analog, Next, Nuxt, Sveltekit

Command Description
yarn to install packages
yarn dev to start app

Server side javascript runtime environment (node, bun, deno) commands. ditto for nest framework

Node Nest
Command Description
yarn to install packages
yarn dev to start app
Command Description
yarn to install packages
yarn start to start app
Deno Bun
Command Description
deno task task lists
deno task dev to start app
Command Description
bun install to install packages
bun run start to start app

Other things

Just drag and drop the HTML file to the browser.

Note: Please check package.json or deno.json to sure

About

The projects I upload here are mostly for configuration purposes or small projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published