Dr. Anusha
Creator of whiletrue.live.
Treated more than 2000 patients as dentist.
Interested in dentistry, software development and computational biology.
About Me
As a dentist with 4 years of clinical experience, I have developed a keen interest in the intersection of healthcare and technology, particularly in the field of software development. With my passion for both dentistry and software, I am excited to explore new ways of improving patient care through innovative technological solutions. I am currently pursuing master’s in Bioinformatics, where I am gaining expertise in the intersection of biology and software. In addition to my work as a dentist, I have written several blogs on various dental problems and software. I am excited to continue exploring the field of Bioinformatics and applying my knowledge to advance healthcare through technology.
Software Development
As a dentist-turned-software developer, I bring a unique perspective to the field of healthcare technology. With experience in both clinical dentistry and software development, I am uniquely positioned to bridge the gap between these two fields. With a strong background in both clinical dentistry and programming, I am passionate about creating innovative software solutions that improve patient care and enhance the practice of dentistry. My expertise in languages such as Python, Java, and R, coupled with my studies in bioinformatics, has equipped me with the skills necessary to build robust and effective software systems. I am excited to continue exploring the limitless potential of technology in the healthcare industry.
Computational Biology (Bioinformatics)
In today’s era of big data and advanced technologies, computational methods have become increasingly essential to the field of biology. As a dentist with a passion for software development, I recognized the importance of these methods early on in my career. Pursuing an MS in Bioinformatics has allowed me to develop a deeper understanding of the power of computation in biological research. With a strong background in programming languages such as Python, Java, and R, I have developed a skill set that allows me to tackle complex biological problems with confidence. I am particularly interested in leveraging my expertise to contribute to the development of new therapies and technologies that improve patient outcomes. Whether it’s developing computational models to predict drug efficacy or analyzing genomic data to uncover new biomarkers, I am excited to continue exploring the possibilities of computational biology and make a meaningful impact in the field.
Dentistry
Started my career as a dental professional with vast knowledge of dental care and dental services. Motivated and bilingual licensed dentist with more than 4 years of experience in providing good and effective dental care to patients. I have treated more than 2000 patients while working as dentist.
Expertise in all areas of general dentistry combined with experience in effective business and staff management. Passionate in being updated with new advancements in dentistry and skilled in digital intraoral scanning and CEREC technology.
Exposed to various types of cases and good understanding on restorative dentistry, periodontics, oral surgery, prosthodontics and pediatrics.
Linear Data Structure vs Non Linear Data Structure
Data structure where data elements are arranged sequentially or linearly where each and every element is attached to its previous and next adjacent is called a 'linear data structure'. Data structures where data elements are not arranged sequentially or linearly are called 'non-linear data structures'.
Posted September 10, 2022 by Rohith and Anusha ‐ 1 min read
⌖ quick-references blog differences non-linear-data-structure linear-data-structure
Java 8 vs Java 11
Java 11 was publicly available on 25 September 2018 in the market. It is an open-source reference implementation of Java SE platform version 11. Java 11 was released after four years of releasing Java 8. Java 11 comes with new features to provide more functionality.
Posted September 9, 2022 by Rohith and Anusha ‐ 1 min read
Java vs C Language
C is a compiled language that is it converts the code into machine language so that it could be understood by the machine or system. Java is an Interpreted language that is in Java, the code is first transformed into bytecode and that bytecode is then executed by the JVM (Java Virtual Machine).
Posted September 9, 2022 by Rohith and Anusha ‐ 3 min read
Compiler vs Interpreter in Java
Compiler is a translator which takes input i.e., High-Level Language, and produces an output of low-level language i.e. machine or assembly language An interpreter is a program that translates a programming language into a comprehensible language.
Posted September 9, 2022 by Rohith and Anusha ‐ 2 min read
Structured Data vs Unstructured Data
The data which is to the point, factual, and highly organized is referred to as structured data. It is quantitative in nature, i.e., it is related to quantities that means it contains measurable numerical values like numbers, dates, and times. Unstructured data is the data that lacks any predefined model or format. It requires a lot of storage space, and it is hard to maintain security in it. It cannot be presented in a data model or schema. That's why managing, analyzing, or searching for unstructured data is hard.
Posted September 9, 2022 by Rohith and Anusha ‐ 1 min read
⌖ quick-references blog structured-data unstructured-data differences