DevLovers

VS Code Pets

Viktor Svertoka·
VS Code Pets

Don’t code alone in VS Code anymore.

vscode-pets is an extension that adds virtual pets прямо into your editor.

Link: vscode-pets Repo: vscode-pets

Recommended Posts

A Collection of GitHub Repositories for JavaScript Developers

A Collection of GitHub Repositories for JavaScript Developers

📒 JavaScript Interview Questions The most popular JavaScript interview questions and answers to help you prepare for technical interviews. 👉 GitHub: https://github.com/DevLoversTeam/javascript-interview-questions 📒 Algorithms and Data Structures in JavaScript A complete set of algorithms and data structures with explanations and implementation examples. 👉 GitHub: https://github.com/trekhleb/javascript-algorithms 📒 33 JavaScript Concepts Every Developer Should Know A great roadmap for building a solid understanding of JavaScript — from scope and closures to async and the event loop. 👉 GitHub: https://github.com/leonardomso/33-js-concepts 📒 Clean Code JavaScript An adaptation of the Clean Code principles specifically for JavaScript projects. 👉 GitHub: https://github.com/ryanmcdermott/clean-code-javascript 📒 JavaScript Cheat Sheet A handy JavaScript cheat sheet that often comes in useful in real-world projects. 👉 GitHub: https://github.com/mbeaudru/modern-js-cheatsheet 📒 Best Practices for Testing JavaScript Comprehensive guidelines for testing JavaScript and Node.js applications. 👉 GitHub: https://github.com/goldbergyoni/javascript-testing-best-practices

Viktor SvertokaViktor Svertoka·Insights·
Awesome Hacking

Awesome Hacking

Awesome Hacking is an amazing project for those interested in hacking or cybersecurity. It’s a large repository that collects free courses, books, and tools for hackers and information security professionals. Repo: Awesome Hacking

Viktor SvertokaViktor Svertoka·Tech·
Email is Easy 📩

Email is Easy 📩

Most of us validate emails the simple way: — there is an @ — there is a dot in the domain — looks valid But the reality is much more complex. Email formats are defined by RFC standards and include many edge cases that are easy to miss. Test your knowledge: https://e-mail.wtf/

Viktor SvertokaViktor Svertoka·Insights·