Browsing Tag
coding
118 posts
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…
Deploying software is like opening a new bakery 🧁
What the hell is a deployment? That’s what my wife asked me when she came across this word…
Rust Me Baby All Night Long
Recently, I’ve been consumed by the task of job hunting, yet I have not lost sight of my…
What is CSS Padding?
Table Of Content: Introduction to CSS Padding Understanding Box Model in CSS What is CSS Padding? Definition of…