Development How To Convert A Struct to JSON in Go How To Convert A Struct to JSON in Go Go has built-in packages that make it easy to encode and Captain Salem Aug 26, 2024 3 min read
Development Golang Convert Interface to String Golang Convert Interface to String Type conversion is one of the most fundamental and useful tasks for any practical application. Captain Salem Aug 26, 2024 2 min read
Development Golang Convert Byte Array to String Golang Convert Byte Array to String Golang or Go for short is an incredibly modern and powerful programming language with Captain Salem Aug 26, 2024 2 min read
Development Git submodule Update init recursive Git submodule update recursive One of the most powerful things that most developers hold high is efficiency on the resources Captain Salem Aug 26, 2024 4 min read
Development Get the ID of the Latest Inserted Record in MySQL Get the ID of the Latest Inserted Record in MySQL When working in relational databases like MySQL, it is a Captain Salem Aug 26, 2024 1 min read
Development Git Add Folder Git Add Folder The git add is a powerful and useful command when working with git VCS. It allows us Captain Salem Aug 26, 2024 2 min read
Development Get List of Files in Directory in C++ Get a List of Files in the Directory in C++ Getting a list of files in a given directory is Captain Salem Aug 26, 2024 3 min read
Development Get Length of Array in C++ Get Length of Array in C++ An array is a fundamental data structure in C++ that allows you to store Captain Salem Aug 26, 2024 3 min read
Development Get Difference in Sets in Python Get Difference in Sets in Python In Python, a set refers to an unordered collection of unique elements. Sets plays Captain Salem Aug 26, 2024 2 min read
Development Get File Size in C Get File Size in C File operation is a common task for any developer, regardless of the target language. This Captain Salem Aug 26, 2024 4 min read
Development Get Dictionary Value in Python Get Dictionary Value in Python Python dictionaries are some of the most fundamental and useful data types. If you are Captain Salem Aug 26, 2024 2 min read