CHAYAN DATTAEfficient In-Memory Merge: Merging Two Sorted Arrays for Optimal PerformanceYou are given two integer arrays nums1 and nums2, sorted in increasing order, and two integers m and n, representing the number of elements…Dec 22, 2023Dec 22, 2023
CHAYAN DATTAHTTP Noir: The Dark Art of Smuggling BytesIn this article we will learn what HTTP request smuggling is and how to prevent them, we’ll also do some practical examples using burp…Dec 9, 2023Dec 9, 2023
CHAYAN DATTAinDev GeniusLearn Julia Basics: part-1Let’s learn the basics of Julia, it combines the ease of use of languages like Python with the performance of languages like C or Fortran.Aug 19, 2023Aug 19, 2023
CHAYAN DATTAUnlocking Productivity with Git Worktree: A Guide to Parallel DevelopmentGit worktree is a feature introduced in Git version 2.5 that allows you to have multiple working trees associated with a single Git repoJul 1, 2023Jul 1, 2023
CHAYAN DATTALongest Substring Without Repeating CharactersThe problem of finding the length of the longest substring without repeating characters is a classic algorithmic problem.May 17, 2023May 17, 2023
CHAYAN DATTAAdd Two Linked ListsThe problem states that we are given two non-empty linked lists that represent two non-negative integers. The digits of these integers are…May 16, 2023May 16, 2023
CHAYAN DATTAinDev GeniusWhat is the difference between using & import in JuliaIn Julia, using is used to load modules or packages that contain functions, types, and other objects that you want to use in your code…Apr 13, 2023Apr 13, 2023
CHAYAN DATTAinDev GeniusReceiver parameter in GoIn Go, a receiver parameter is a special parameter in a method declaration that allows a type to define methods that can be called on its…Apr 13, 2023Apr 13, 2023
CHAYAN DATTAGarbage collection in GoGarbage collection(GC) is an automated memory management process that frees up memory in a computer’s heap that is no longer being used by…Apr 7, 20231Apr 7, 20231
CHAYAN DATTADoes Go support call by value or call by referenceCall by value and call by reference are two different ways of passing arguments to a function.Mar 12, 2023Mar 12, 2023