Tag:code
All the articles with the tag "code".
How to delete accidentally pushed sensitive files in Git
Posted on:July 29, 2024We've all been there. You're working on a project, pushing commits left and right, when suddenly you realize you've accidentally pushed a sensitive file to your repository.
Designing file upload endpoint in REST API
Posted on:November 3, 2023When designing a REST API for file uploads, it's important to consider not only the technical implementation but also the user's needs and the type of content they'll be uploading.
TypeScript configuration for 2023
Posted on:March 27, 2023In this article, we'll explore a TypeScript configuration for 2023 that can help you take advantage of the latest language features and keep your code error-free.
Solid Queue in new Rails 8 project
Posted on:November 14, 2024When trying to set up Solid Queue in a new Rails 8 project, I followed what seemed like the obvious steps but I kept getting error.
Effective exception handling in browser and Node.js
Posted on:November 14, 2023Exceptions in code are common, and sometimes they sneak by, causing problems for users that we might not see right away. In this article, I'm going to show you how to catch these tricky errors. This is also how tools like Sentry or WatchCat track and report them.
Why Writing Less Code is More Effective
Posted on:October 29, 2020Many developers make the mistake of believing that writing robust and resilient code means writing a lot of code. This assumption is misguided, as less code can be more effective. Writing less code is beneficial for several reasons.