Project Setup9 articles

Tips and techniques to set up your projects efficiently and streamline your development process.

Articles

Semantic Versioning in npm

--- views

A friendly, practical guide to SemVer in npm. Learn versioning rules, avoid dependency chaos, and manage updates with confidence.

Why Are JavaScript Naming Conventions Important?

--- views

Master JavaScript naming conventions with this comprehensive guide. Learn best practices for naming variables, functions, classes, and more to write cleaner, more maintainable code.

Conventional Commits

--- views

Discover how Conventional Commits can enhance your work and project's readability.

How to decrease deployment time by 44% with pnpm

--- views

Learn how to efficiently migrate your project from npm to pnpm with this guide.

How to add SSH keys to your GitHub account

--- views

Learn how to add SSH keys to your GitHub account. Boost your account's security and ease your workflow by securely connecting your local machine to your GitHub repositories.

Cross-browser testing

--- views

Cross-browser testing and how to test your site with Browserstack

Postgres connect to database with URL

--- views

How to connect postgres database with URL

Introducing the new shramko.dev

--- views

How I built a modern portfolio and a list of technologies used to create it.

How to use ESLint with TypeScript

--- views

In this post, we'll walk through how to set up linting in your TS project.