InCodeXbyKushagra Kesav·Apr 25, 2023Generate Unique IDs for Nested Arrays in MongoDB using Node.jsWhen working with MongoDB, you might find yourself dealing with complex documents that contain nested arrays of data. In some cases, you…A response icon1A response icon1
InCodeXbyKushagra Kesav·Apr 9, 2023Analyzing Data Storage: Regular Collection vs Time Series CollectionIn the digital age, data storage has become an essential part of our lives. With the continuous generation of large amounts of data, it is…
InPredictbyKushagra Kesav·Feb 18, 2023The Future of Chatbots: Are They Getting Closer to Human-Level AI?Exploring the current state and future prospects of chatbots in achieving human-level intelligence.
Kushagra Kesav·Feb 15, 2023Managing Environment Variables and Secrets in Software DevelopmentEnvironment variables are key-value pairs that have predetermined values commonly utilized to enable the configuration of a code value from…
InPredictbyKushagra Kesav·Feb 5, 2023I Asked ‘’AI’’ About The Future of Software Engineering in 2030 — The Answer Was ImpressiveAs a software engineer, I was always curious about the future of my field. With the rapid pace of technological advancement, I couldn’t…
InCodeXbyKushagra Kesav·Feb 4, 2023Understanding Go’s Implementation of Generics with ExamplesA Guide to Efficient and Type-Safe Code Reusability in Go
InCodeXbyKushagra Kesav·Jan 29, 2023Cracking the Code: How to Ace Job Interviews Like a User ResearcherAs a user researcher, your job is to understand the needs and behaviors of your target audience in order to design products and experiences…
InPredictbyKushagra Kesav·Jan 28, 2023Tech Up Your Game: A Guide to Self-Improvement in the Technology DomainThe technology industry is constantly evolving and advancing, and it can be challenging to keep up with the latest trends and developments…
InCodeXbyKushagra Kesav·Jun 23, 2022Working with JSON in GolangGolang provides multiple APIs to work with JSON including to and from built-in and custom data types using the encoding/json package.A response icon2A response icon2