Browsing Tag
coding
131 posts
Jest Mastery: Elevating Your Testing Skills with Proven Best Practices
Ensuring the functionality of your code through writing tests not only ensures your code’s functionality but also boosts…
Part 01: Why should we understand compilers?
“Knowledge is not power, it is potential. Only when one applies that knowledge, it is power.” As developers,…
10 game-changing shortcut links that can supercharge your online productivity. 💼🚀
meet.new – Quickly launch a Google Meet for your virtual meetings. repo.new – Quickly create a new GitHub…
Challenging Bugs and Solutions of the Week: Share Your Stories! 🐞
Hello Dev.to Community! It’s Friday, 06.10.2023, and it’s a good time to share what bugs you have faced…
Mastering PHP Foreach Loops: The Power of ‘&’ for References ⚡🚀
Introduction PHP, a versatile scripting language, offers a range of features to make developers’ lives easier. Among these,…
12 Personal Go Tricks That Transformed My Productivity
Photo by Lucas Santos on Unsplash Author I typically share insights on System Design & Go at Devtrovert. Feel…
Debating the Right Programming Language? Focus Here Instead
There’s a debate that never seems to die down in the tech world: “Which programming language should I…
Solving LeetCode “5. Longest Palindromic Substring” using Dynamic Programming
Type: Medium Question: Given a string s, return the longest palindromic substring in s. Example 1: Input: s…
Handling errors in TypeScript the right way
Error handling is one of the key areas in software engineering. When done correctly, it can save you…
My First Project: Making a VSCode Color Theme
Nebula Oni Color Theme! I’m the author of the Nebula Oni Color Theme for Visual Studio Code. Although…