Efficient 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, 20233Dec 22, 20233
HTTP 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, 202317Dec 9, 202317
Published inDev 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, 202310Aug 19, 202310
Unlocking 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, 202336Jul 1, 202336
Longest Substring Without Repeating CharactersThe problem of finding the length of the longest substring without repeating characters is a classic algorithmic problem.May 17, 202345May 17, 202345
Add 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, 202329May 16, 202329
Published inDev 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, 202310Apr 13, 202310
Published inDev 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, 20239Apr 13, 20239
Garbage 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
Does 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, 202351Mar 12, 202351
What is Array in python?Array is an interesting data structure in python which can be used in real life and questions about arrays are asked in interviewsAug 27, 2021Aug 27, 2021
Sets vs Frozensets 🥶Sets and frozen-sets are the most interesting data-types in python …Aug 17, 2021Aug 17, 2021
What is decorator in pythonDecorators are used to add functionalities to an object without changing the structure of the objectAug 12, 2021Aug 12, 2021
Method Types In PythonIn python, some methods receive as a parameter the self* keyword, others the cls*, and others just nothing.Aug 10, 2021Aug 10, 2021
It feels like I’m falling down…It happened again yesterday, two days in a row. The same thing happened when I was 19. But this time it was very real.Jan 22, 2019Jan 22, 2019
Where should I start? AI or Deep Learning or Machine LearningJust like you, I had the same question, I was also confused, AI/ML/DL are almost the same and the difference is very thin. Think this as a…Dec 29, 2018Dec 29, 2018