© 2023 Hashnode
#formatting
While coding, it is very important to follow specific coding standards and format the code to make it easy to read. It is one of the fundamentals of coding and is applied to every programming language…
This is simple note on Delphi cross-platform development and the importance of proper date formatting. Different platforms are going to provide different results when taking a date object and formatti…
In this article, we’ll discuss the question of how to recover data that has been removed as a result of formatting a hard disk, a USB pen drive or a memory card. When any of them is formatted, a part…
use object destructuring solution: Destructure the Object problem : const action = this.state.action; solution: const {action} = this.state; import A should occur before import of B or function A…
Quick Summary Let's discuss some parts of CSS text-transform text-transform definition from MDN The text-transform CSS property specifies how to capitalize an element's text. It can be used to make te…
I finally decided to stop building Writings with Flutter Web when I got closer to its rich text formatting features. At the beginning, I didn't have in mind to build Writings with a rich text support.…
As we get to familiarize with Git in these series of blogs, it’s highly recommended to know some of the utility commands of Git for debugging purposes. Git Log in short Shows the commit logs Git Log…