How To Easily Reuse Code With Python Packages
I have a pet project. A program which I intend to use once I finish it (if I finish it). You know how it is, right? Well, it is not the first project I have started, and many of them … Read More »
Technology, programming, engineering
I have a pet project. A program which I intend to use once I finish it (if I finish it). You know how it is, right? Well, it is not the first project I have started, and many of them … Read More »
Yes, I said it. And yes, I insulted the vast majority of the Software industry (probably including You). The fact is, it is an everyday thing to hear: “I have this great idea for a React App/Android App/iOS App.” Yeah, … Read More »
Good morning everyone! Did I wake you up? Sorry, I didn’t mean to. Or maybe, just this time, I did! Because we’re talking about push notifications and how they’re done right – I present to you: Server-sent events! What’s the … Read More »
In the past 15 years software development has changed a lot. And most of the time, it got better. And especially, when talking about the development environment. Remember how you had three different Ruby-on-Rails projects, each using a different Ruby … Read More »
I have a problem. I started a project that uses Flask for back-end and React for front-end, in an attempt to learn both. Now, I want them in separate repositories, but still I want to use them in a third, … Read More »
I have been using dual boot machines for more than fifteen years. Naturally, it all started when I decided I want to try something else than Windows. At the time it sounded like a good idea: if I mess up … Read More »
Welcome back to the series of articles about learning React. Start here, if you’re new. This time I’ll be playing around with React Router. Until now we have created a Login form, which is in a popup, and shows us … Read More »
Last time, I played around with CSS modules and managed to make them work. Today I think is time to finally deal with error messages in the console, as well as some bugfixing. The one bug I’m aiming at is … Read More »
I have a problem. My desk is too small. This has nothing to do with programming, except, there is no space around me and I always feel bad when I sit on my PC. There is another thing too: between … Read More »
I’ve been lazy lately. I have several articles in the works, but nothing finished. I just don’t feel like finishing them. Sometimes I decide it is because they are not really interesting and then start another one. I’ve done this … Read More »