What does it mean by String is immutable in Java?
Sharjeel Siddique
by Sharjeel Siddique
1y ago
You’ve probably heard the concept that strings are immutable in Java, which means they can’t be changed. But you may be thinking, hey, I’ve changed a string object before. All you have to do is take your variable and set it to something else., like the code below. String name = "Ali";name = "Zayn"; Yes, you can do that, but that’s not what string immutability means. In this article, we’ll talk about what strings being immutable actually does mean, all the reasons why they were made to be immutable, and what it means to your programs. All right, so we know that string objects are immutab ..read more
Visit website
How to prepare for a coding interview in 8 weeks
Sharjeel Siddique
by Sharjeel Siddique
3y ago
As of this writing, the market is tough. We’ve been hit hard with a deadly pandemic that left thousands of people unemployed. It’s layoffs everywhere and the companies are being conservative when it comes to hiring. Companies are not willing to hire people with no experience or people who they’ve to train. Your first job in tech is the toughest, you’re competing with virtually every new college grad and anyone who completed a boot camp. I know it can be hard to even land an interview, for someone to give you a chance to talk and demonstrate you could be valuable employee. Now, the ch ..read more
Visit website
How I increased my exposure on Linkedin by automating
Sharjeel Siddique
by Sharjeel Siddique
3y ago
Disclaimer: I did not use Linkedin Premium To keep our professional network on top of our game, it is imperative that we maintain a solid presence on LinkedIn, The professional social networking platform. Just like companies build their brands, we must have a professional brand. Having a presence on LinkedIn helps in professional settings and boost tap into its sturdy job board. Before I walk you through how I was able to get a massive increase in my views and engagement on LinkedIn, I want to point out my motivation behind it. I created an account on LinkedIn long back, and I h ..read more
Visit website
Big O notation made Simple
Sharjeel Siddique
by Sharjeel Siddique
3y ago
You might not know this but computer science gives us a way to understand our world and what’s going on behind the scenes in much of our cases. You might have come across the frequent question when dealing with writing code. What is it’s time complexity? How can you represent it in terms of Big O notation? I will attempt to try to explain like your five the purpose and significance of Big O notation. When we try to understand Big O notation we came to realize it’s not restricted to the study of computer science but also something we do with people. “To lower costs per unit of output, peop ..read more
Visit website
Best Practices for using a Speech to text software for doctors
Sharjeel Siddique
by Sharjeel Siddique
3y ago
It’s well-recorded that the doctor-patient relationship is the foundation of the medicinal solutions. From getting to the core of a finding to influencing the result of the health care. A great relationship between doctor and patient can amplify the process. Time is a fundamental component that is required to build a significant connection between the doctor and the patient. Doctors have so much on their plates already, and then on top of everything else they have the EHR, which doctors are mandated to use in most developed countries to maintain patient records. To allow efficiency i ..read more
Visit website
Apple is selling faulty MacBooks and they are not owning up
Sharjeel Siddique
by Sharjeel Siddique
3y ago
I was a bit reluctant to write this article until I came across people with similar experience as mine. I am not making a tall claim, but this is something a decent number of users are experiencing. Let me be the voice of those few. MacBook Pro 2016 I bought my first Macbook in early 2017, The 2016 model. For two years, it worked like a charm — super fast boot-up, insanely smooth, and responsive touch pad, no overheating, no lag. Insanely perfect! If there is one thing I’m really good at is having a sound memory of how I destroyed my devices, whether it’s installing a new softwa ..read more
Visit website
Why Doctors need a Speech Recognition Software
Sharjeel Siddique
by Sharjeel Siddique
3y ago
Speech recognition has vastly improved since its inception. When Siri launched back in 2010, it was novel, but there were many issues. Now, Siri and software like it have evolved to recognize words very well, adapt to and understand different accents, and learn new terminology. In similar fashion, speech recognition software in the medical field has advanced enough to become a real alternative to conventional methods of data recording. With the introduction of the Electronic Health Records system came organization and a digital record of patient data, but the doctor patient interaction suffere ..read more
Visit website
How can Doctors save time on Medical Documentation
Sharjeel Siddique
by Sharjeel Siddique
3y ago
Doctors require a sheer amount of dedication to look after a patient well being. I mean that’s what the job title entails, helping people with health issues and they seem to have a strong proclivity towards it. If you have a Practice based out of USA, then you are mandated by law to maintain reports of your patients. Reports are maintained for the transparency in the communication between the patient and the doctor. It may sound like a lot of work but these are vitally important in analyzing a symptom or tracing back to what medication or procedure was agreed upon. The Documentation ..read more
Visit website
How to prepare for a coding interview in 8 weeks
Sharjeel Siddique
by Sharjeel Siddique
3y ago
As of this writing, the market is tough. We’ve been hit hard with a deadly pandemic that left thousands of people unemployed. It’s layoffs everywhere and the companies are being conservative when it comes to hiring. Companies are not willing to hire people with no experience or people who they’ve to train. Your first job in tech is the toughest, you’re competing with virtually every new college grad and anyone who completed a boot camp. I know it can be hard to even land an interview, for someone to give you a chance to talk and demonstrate you could be valuable employee. Now, the ch ..read more
Visit website
Why do we need testing in software and how to get started with Jest?
Sharjeel Siddique
by Sharjeel Siddique
4y ago
Why do we need testing in software and how to get started with Jest When developers talk about testing in the software development context, they mostly are not talking about manually testing the software, where we perform some operations in our application and use our eyes to see if we are getting the correct result. Photo by Emile Perron on Unsplash They are talking about setting up an automated test suite, where we write a little bit of code that performs a few operations in our app and then we add a little more code that asserts we got back the result we were expecting. This ..read more
Visit website

Follow Sharjeel Siddique on FeedSpot

Continue with Google
Continue with Apple
OR