YouTube has a really helpful built-in feature that lets you do auto-translation of captions, even the auto-generated ones from one to language to many other languages. However, recently, I noticed a weird situation that I wanted to write about.
Continue readingCategory: Science & Tech (Page 20 of 35)
I recently published an article in TowardsDataScience.com, which is one of the most popular data science publications on Medium.
It is about advice on how someone can learn programming by using a similar approach to how Einstein learned Physics.
Continue readingHave you ever wanted to start learning how to develop the back end of a project? Maybe you have finished a few tasks here and there but never really made started something from scratch and worked on every part of it all the way until the end. If you are interested in learning and seeing how you can do that, then I have something for you.
Continue readingHave you heard the expression: There is an app for that? I think, nowadays, we could even say: there’s an API for that. With the spread of a lot of APIs that you can integrate into your projects, life has never been easier.
Continue readingThere are many helpful modules that come with Rails. One of them is the following that can help you display the time has passed since a certain time period in the past as words in English.
Continue readingMaybe it’s been a lot of years and many projects along the way that you have been using Ruby on Rails to develop your projects. Turn things from paper into actual software that makes other people’s lives easier. Of course, it’s hard to learn everything in the beginning and expect to remember all of it for the rest of your life. That’s why we write them, bookmark a link, etc.
Continue readingIf you are actively using Rails for developing your projects, then it’s likely that in at least one of your projects you are using PostgreSQL as the database technology. You have already added the pg in your Gemfile and have already started to use it. Then your client asks you about the version of PostgreSQL that you are using, and you may be confused for a bit about it, as you aren’t sure.
Continue readingOne of the great things about developing Rails applications is that you don’t have to restart the server to test every change that you have made in your code. Still, there are cases when you may need to restart the server, but may face troubles trying to stop it, especially if you have your project server is started as a demon.
Continue readingIf you have deployed a Rails project to a remote server and want to have it running the whole time, not just when you are accessing it via an ssh connection, here is how you can do that.
Continue readingA lot of us spend a long time watching YouTube videos. We can learn or get entertained without paying anything. A a lot of people, including me, just want to skip ads. We are not interested in watching them. We simply click the icon to skip them and watch the video instead. Now there is a really nice way that you can use to do that.
Continue reading