Here I will write about pretty much anything mildly interesting or miscellaneous goings-on in my life. There may or may not be some invited writers. Stay tuned!
Do you stress about how to organize and structure your code? How should you store your variables? Should your arguments be passed by value or reference? How should your functions present their results? Should your program hold an internal state? Using functional programming, all your questions will be answered.
For us developers, our terminal is our one stop shop for pretty much anything. We rely on it for installing packages, perform system analysis and spring up whole software projects. For those reasons, we should show it some love and affection.
Are you tired of doing nested for loops and if statements? Surely there must be a better, more readable and efficient way for array manipulation... Worry not, I will tell you the secrets of writing beautiful code. So open up your terminals, get your hacker groove on, it's time to code!
Hello again friends, and welcome to my second article. This time we'll be discussing the tools and resources I use when coming up with a design. I will mainly talk about UI design, which is what I mostly do, it applies to anything even remotely related. Keep in mind that anything I mention here is my personal preference and stuff I use almost everyday. So without any further ado, let's get into it.