Gitar, Incgitar.hashnode.dev·Mar 28, 2024Automating Java Codebase Annotations for Null SafetyThis is Part II of our series of posts on retrofitting null safety onto existing programming languages. In Part I of this series, we introduced NullAway, a pluggable type system for nullability for Java, which can prevent NullPointerException (NPE) c...nullaway
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