Neel Vikmani
Neel Vikmani

Neel Vikmani

Follow
homenewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

How to create effective tech documentations

May 25, 20235 min read 23 views

Learn how you can create and maintain tech documentations · In this article, I will be sharing how you can create and manage tech documentation more...

How to create effective tech documentations

My journey as a Software Engineer at a fast growing startup

Feb 19, 20237 min read 62 views

My learnings and experience working as a Software Engineer at a fast-growing startup · In this article, I will share what is it like to work as a...

My journey as a Software Engineer at a fast growing startup

Transactions in Redis

Feb 10, 20235 min read 96 views

Learn how you can use transactions and optimistic locks in Redis · In this article, we will be seeing how Redis supports transactions and locks. Similar...

Transactions in Redis

Basics of Terraform: Why, What and How

Feb 5, 202315 min read 78 views

Understand the basics of Terraform with examples and commonly used commands · Before jumping directly into what is terraform, let's build an...

Basics of Terraform: Why, What and How

Redis Data Structures

Jan 29, 202316 min read 87 views

Learn the most common data structures that Redis provides out of the box · Redis is an in-memory database which has a very powerful set of data types and...

Redis Data Structures

Build cross-platform executables in Go

Jan 16, 20235 min read 119 views

Learn how to build Go executable file which can run on other operating system. · If you have been working on the Go language, then you might probably...

Build cross-platform executables in Go