Sergio Goschenko
37 posts
What is Clean Code and Why it is important
Writing code that only needs to be used once can be done however you want to write. But,…
My Flow and Productivity has Improved with the Simplicity of Neovim
I don’t think it’s a surprise if you’ve been following along with me lately that I’ve pivoted my…
I made a application, which shows you a film🍿 based on your mood.
Hello everyone, I made a small application, the idea of which is to show a selection of films…
Finally, the question of how to centre a div is OVER !!!
Hello everyone, Welcome to this week’s iHateReading newsletter. A lot is going on in the programming domain, React conference 2024,…
Tailwind CSS vs Foundation: A Comparison of CSS Frameworks
With the rise in popularity of utility-first CSS frameworks like Tailwind CSS, developers now have more options than…
The power of product localisation: Launching Revolut in New Zealand: ProductTank Wellington
ProductTank Wellington recently hosted an insightful event, “Launching Revolut in New Zealand: The Power of Product Localisation,” featuring…
Pointer and Array in C programming.
Printing corresponding address of each element of an array. int main() { int numbers[5] = {1, 2, 5,…
javaScript newbies, I have a challenge for you!
As a beginner or someone learning programming, it can be overwhelming to start working on solo projects. However,…
How Brands Can Cash in on the “Joyconomy”
Let’s face it, we could all do with a little lighthearted fun once in a while. Last June, I…
How to Integrate ChatGPT API in React Native
Here’s a step-by-step tutorial on how to integrate the OpenAI’s ChatGPT API into a React Native application. This…