Historically, updating software on Windows has been a pain. You had to go to each website, download the installer, and run it. This was especially true for software that was not installed from the Microsoft Store. While this is still true for some software, there is a new tool that makes updating software much easier.
Blog Posts
Code; Care; Conquer Life;
What might global collapse look like?
While A global collapse could be described as a sudden event, more than likely it will be a slow series of preventable events that leads to a rapid decline in society’s ability to function. It can be caused by many things such as an economic crisis, natural disasters, or social instability.
The term “global collapse” can be used interchangeably with the term “societal collapse” which is defined as a drastic change in the way people live their lives. This can happen due to any number of reasons including natural disasters or economic crises.
We are not currently in a global collapse but we might be approaching one if we continue on this trajectory.
Meeting with your boss, made easy
Maybe you're nervous about meeting with your boss or maybe you rarely see them face to face. Either way, having more frequent and effective communication would be beneficial for your career. Regular and productive meetings enable you to make a positive impression and gather the information you need to do your job.
Learn how to use meetings with your boss to enhance your working relationship and your performance. Take a look at how to encourage more one-on-one time, and spend it wisely.
Fixing bad SSH keys
SSH keys are a great way to authenticate with a remote server. They are secure, and they are easy to use. However, they can be a pain to manage. If you have ever had to deal with a bad SSH key, you know what I mean. Especially if you are using cloud services where IP addresses may be reused.
7 Habits of a healthy marriage
Relationships are a challenge to maintain. It requires a lot of effort, time and understanding from both partners. If you want your relationship to last then you need to nurture it and make sure that you are not neglecting anything.
How to calculate estimated reading time
When publishing an article it is often a nice touch to let users know roughly how long it will take to read, and what level of investment they can expect to make. While every reader is different, the average reader can ingest about 150 - 200 words per minute, depending on the type of text.
Become more likable
For some people, being likable is a gift. We all know someone that everyone just seems to like. Being likable can make life easier and more enjoyable. It feels lovely when people are happy to see us. Your social life is better, and others are more willing to be helpful. You don’t have to be born likable. It’s an easy skill to develop.
What is anxiety?
Do you feel anxious before a dental visit or starting something new? Have you ever gotten the jitters before speaking in front of a large group? Or sweaty palms when thinking about the future?
These are common reactions when faced with something scary or unfamiliar, and it doesn’t necessarily mean anything is wrong.
However, some people suffer from more severe anxiety that causes more serious physical symptoms.
Planning your digital marketing strategy
Social media is simple right? It's not. It's a complex system that requires a lot of planning. Not only does it require a lot of planning, but it also requires a lot of research. In the next few articles, I'll give you a few simple guides to help plan your digital marketing strategy.
Loading Visual Studio environment in your default PowerShell profile
As a developer, you may want to load the Visual Studio environment in your default PowerShell profile. This is useful for debugging and developing.
Quick tips for battling depression
While depression is a severe illness, you can fight back against it and win if you know what to do when it strikes. If your depression is brutal, however, it's vital to seek the advice of a physician. You might also find that depression is a symptom of a broader issue, such as undiagnosed Autism, or a serious illness that you can't control.
Most people with depression, though, have a mild to moderate form; they can do a lot to help themselves. By using some tips and tricks to get through depressive episodes, you can feel better and look forward to life.
The Diversity problem in Open-Source projects
The software industry has a diversity problem. Specifically that there isn't much diversity at all. We are also living in a time where we are hearing about project maintainers engaging in targeted harassment against minorities. This is a problem that we need to address. Why do we as a community have to deal with this, and how can we as maintainers help? Trying to fix a broken system is not a solution, but trying to make it better is the first step.
Becoming an effective open source maintainer
Developing code is not easy. It is a challenge, but it is also a fun thing to do. Maintaining a project, however, is not easy either. It requires a very different skillset and time investment. When I became a maintainer of Selectize, I was able to learn a lot about the project and how to improve it, and I was able to learn so much about how to interact with the community.
5 ways to reduce anxiety while waiting for big news
How do you handle the excruciating time as you wait for big news? Anxiety and stress are common factors during this waiting game. However, you can take steps to reduce your nervousness.
How to learn online marketing at home
To become successful at online marketing, one must develop the necessary skills and knowledge to produce the best results.
This will take hard work and patience, but the good news is that you do not need to attend a college or university to get these skills.
In this guide, you’ll discover some methods you can use to learn online marketing at home. In fact, you could become an expert yourself!
Redirecting pages in jekyll (Without Plugins)
Hosting your site on Github Pages is fantastic, easy and inexpensive. Using Jekyll to generate your pages is easy and very configurable. It's the perfect solution for a static site (as well as what I use for this blog). Sometimes, however, you may run into situations where you need to redirect a page to another page, and without access to your backend to use server-side redirects you need to do it manually.