Author: ontechies
-
Sobre el coronavirus, una nota del futuro
Hola amigos. El brote en Estados Unidos del virus COVID-19 comenzó aquí en donde vivo, en Seattle, Washington y durante un tiempo, esta ciudad fue el epicentro de la pandemia en los Estados Unidos. Hoy, la ciudad de Nueva York sostiene este titulo, y espero que las cosas mejoren allí, y en todas partes. La…
-
Must-have VS Code Settings for Web Development
Last week I wrote about must-have VS Code extensions for web development. This time, I’m writing about the recommended settings to make sure these extensions and VS Code work correctly. VS Code is an excellent tool for writing software, and when you install the right extensions, it can be very powerful. However, if these extensions and…
-
Must-have VS Code Extensions for Web Development
The VS Code editor is such a pleasure to work with; it is my code editor of choice when working with light C# projects or any other languages such as JavaScript or Ruby on Rails. Below are my must-have extensions for anyone doing web development. There are many more magnificent extensions, but I feel like…
-
Here’s one way to cure procrastination
Writing is something I enjoy doing, , but to be very candid, it is hard for me to sit down and start writing. It’s the same feeling I have about working out, for example, love the feeling while exercising and then after when I’m done, but it isn’t easy to start an exercise routine; starting…
-
My favorite writing apps
I recently spent some time trying to find the right writing app, I ran across many of them, and while a few were very good, it wasn’t until I ran across the Bear app that I decided to stop looking. This app makes writing enjoyable to write, and how is that you ask? Well, it has a…
-
How to host a static website on Amazon’s AWS with SSL using S3, Certificate Manager, CloudFront, and Route53
So you have a static website and need to host it somewhere, there are many places to host your site but since you also want your site to have a security certificate, and you want all of this at a reasonable price, your options are limited. Last year, I tried Azure Storage to host a…
-
A simple change to my morning routine
There are many ideas and tips out there to help you become more productive and content about the work you do every day. I’ve read many books on the subject, many articles, blog posts, listened to podcasts, etc. As you can imagine, many things in life can alter your productivity and the way you feel…
-
Cómo consumir libros mientras caminas, manejas o lavas los platos. Una pista: audiolibros.
La cuestión es que, por mucho que se disfrute leyendo libros de papel y también libros en el Kindle, es casi imposible y muy irresponsable hacerlo mientras caminas, lavas los platos o conduces tu automóvil, realmente no es seguro ni conveniente. Ahora, he sabido sobre audiolibros por un tiempo, pero por alguna razón, no había…
-
How to consume books while hiking, driving, or washing dishes. Hint: Audiobooks.
The thing is, as much as I enjoy reading paper books and also books in my kindle, it’s nearly impossible and highly irresponsible to do it while walking, washing dishes, or driving, it really isn’t safe. Now, I’ve known about Audible for a while, but for some reason, just never tried it until recently. However,…
-
Failed to authenticate HTTPS connection. Conflicting certificates for localhost when using Visual Studio for Mac
Lately, I have been trying Visual Studio for Mac as this version of Visual Studio has evolved significantly. However, something I noticed is that since I don’t use it often, the local SSL certificates created by dotnet in the Mac get a bit screwy. There is a possibility that you might end up with a…