Biohacker0corvus-ikshana.hashnode.dev·Feb 25, 2024Visualizing and Annotating Protein Structures in 3D with JavaScript: 3DMolIn this project, I've developed a web application for annotating protein sequences based on Protein Data Bank (PDB) files. The application allows users to upload PDB files, visualize protein structures, select specific segments within the structure, ...100 readsprotein visualization
Biohacker0corvus-ikshana.hashnode.dev·Feb 23, 2024Kanban Board in Plain JavascriptWe will be building a simple kanban board in plain javascript , that can shuffle other task, so you can place the task at exact positions. This is asked a lot of times in machine coding rounds for frontend interviews also. Link : https://github.c...94 readskanban
Biohacker0corvus-ikshana.hashnode.dev·Feb 19, 2024Promise Api's ImplementationsHere is the Overview of some of them: There are 6 static methods of Promise class: Promise.all(promises) – waits for all promises to resolve and returns an array of their results. If any of the given promises rejects, it becomes the error of Promise...202 readsPromise api
Parikshit Hiwaseparikshit.hashnode.dev·Jan 23, 2024Beyond Biohacking: Brain-Computer Interfaces - Rewriting the Rules of InteractionFor centuries, we've dreamed of bypassing the clunky confines of our physical forms and interacting with the world directly through the boundless power of our minds. While telekinesis may remain within the realm of fantasy, brain-computer interfaces ...4 likesBioHacker0
Biohacker0corvus-ikshana.hashnode.dev·Dec 4, 2023How to make a macro recorder in pythonIn this Blog, I will show you how I built a macro recorder in Python to record all mouse and keyboard operations such as clicks, scrolling, hold&drag, key presses etc. In this blog post, we'll explore a Python script that leverages libraries such as ...225 readsmacro recorder
Biohacker0corvus-ikshana.hashnode.dev·Oct 24, 2023crowRedis Data Replication , delving into distributed systems.How I implemented the data replication concept of master and worker previously known as master/slave architecture for distributed databases on my project crowRedis. If you want to know what have I done till now : Read the previous blog GitHub Link -...1 like·128 readsBioHacker0
Biohacker0corvus-ikshana.hashnode.dev·Oct 11, 2023Building a simple redis like data-store "crowRedis" in Python💡 This is a very simplistic example of how Redis/any datastore works, it is more like a simulation of its core features for me to learn how it works internally, it covers most of the core things but their implementation is in a very simple manner, I...3 likes·689 readsRedis
Biohacker0corvus-ikshana.hashnode.dev·Sep 26, 2023Building a Simple Git(crowGit)-like Version Control System in PythonThis is a simple version, but It does work, we have all the basic most used capabilities, I built another version where I used to move files physically, it was more of a fancy file mover LOL, but this one is like the actual git. Also, some things mig...1 like·301 readsGit
Biohacker0corvus-ikshana.hashnode.dev·Sep 21, 2023Introduction to Molecular Docking: Navigating the World of Drug DiscoveryIn this Blog, I will tell you steps and procedures you need to follow to do Molecular Docking. Introduction In the vast landscape of drug discovery, one key question looms large: How do scientists identify molecules that can interact with specific pr...43 readsMolecular Docking
Biohacker0corvus-ikshana.hashnode.dev·Sep 21, 2023Molecular Docking : I did itfinally, I was able to do molecular docking of pantoprazole on the proton pump.I have so many things I wanna share that I learned from this experience This article is about what results I got, to know what steps I followed follow this article, it me...65 readsMolecular Docking