alt

Dev

Posts: 5

Dev Posts

thumbnail
Dev 6 min read 2 years
How to host a Python script on the cloud.

After you've written a Python script, you might want to host it on the cloud so that it can run continuously without the need for your local machine. This can be useful for running web applications, chatbots, or any other task that requires continuous computing power.

thumbnail
Dev 3 min read 2 years
Don't make these mistakes while learning to code.

Learning to code can be a challenging journey, and many people make common mistakes along the way. But fear not, for I have some insights to share. Whether you're a beginner or an experienced programmer, there are certain pitfalls you should avoid if you want to achieve success in your coding journey.

thumbnail
Dev 2 min read 2 years
How to make your code 10 times faster!

Want to boost the performance of your code? This article delves into the various techniques and best practices that can help you make your code run 10x faster. From optimizing algorithms to using data structures and memory management techniques...

thumbnail
Dev 2 min read 2 years
All you need to know about design patterns.

Design patterns are essential for software development and act as building blocks for efficient code. They help developers avoid common mistakes and promote best practices for creating high-quality software. In this article, we understand how they work.

thumbnail
Dev 7 min read 2 years
Building an Amazon price tracker with Python.

Are you tired of constantly checking Amazon for price drops on your favorite products? In this tutorial, we'll show you how to build an Amazon price tracker using Python. With this tool, you'll be able to set up alerts for when the prices of your desired products change, so you can snag a deal as soon as it becomes available.