All Articles

Webdesign Antwerpen - Nieuws

From Chaos to Order: How Notes Keep My Life Together

This article discusses the importance of note-taking for improving memory, organization, and productivity. It explores different reasons for keeping notes, how to organize them effectively, and suggests a note-taking app called Obsidian as a customizable and user-friendly tool.

Webdesign Antwerpen - Nieuws

How To Migrate From Rails to Nextjs: The Simple Edition

The journey of switching my personal site from Rails to Next.js. It covers the steps to migrate, from building to deployment and offers some insights into performance optimization and why simplicity is key

Webdesign Antwerpen - Nieuws

The Most Productive Code i've Ever Written

Ever looked for a simple way to block social media/websites programmatically? Look no further, this is the solution for you! With this bash script, you can block any site permanently and reclaim your focus!

Webdesign Antwerpen - Nieuws

How to Make an E-paper Quote Display (With Raspberry Pi)

If you're still looking for a cool gift for your (nerdy) friend - or just something to treat yourself - I just might have the solution! A fancy e-paper quote display to display anything you can think of!

Webdesign Antwerpen - Nieuws

23 VSCode Extensions Every Web Developer Needs

Looking for the best code editor extensions to optimize your workflow? I got you covered. Here are all the ones you should be using in vscode!

Webdesign Antwerpen - Nieuws

How To Improve Each Area Of Your Business

Do you find it difficult to keep an overview of all the areas of your company? Wish there was a simple way to find solutions and keep track? Maybe this can help!

Webdesign Antwerpen - Nieuws

10 Essential Elements Of A Great Website

Do you ever wonder what your users find important when visiting your website? Well here are some things you should consider!

Webdesign Antwerpen - Nieuws

How To Query A Basic API In Ruby (RubyShorts)

Here's a quick article on how you can quickly retrieve data from an API endpoint using the open-uri and json library

Webdesign Antwerpen - Nieuws

How To Handle Errors In Ruby With Begin, Rescue & Ensure (RubyShorts)

Are your trying to catch some errors in your ruby application but can't really wrap your head around the begin, rescue and ensure blocks in ruby? Here are some pointers!

Webdesign Antwerpen - Nieuws

How To Do Basic CSV Manipulations In Ruby (RubyShorts)

Need some basic stuff done on your CSV like creating, reading, writing or appending? Here's a short overview!

Webdesign Antwerpen - Nieuws

How To Create An Automatic Sitemap For Your Rails App On Heroku (RailsShorts)

Wish your sitemap was automatically updated once a week or faster without having to manually update it and push the changes to your server? Combine sitemap generator & fog to fix this!

Webdesign Antwerpen - Nieuws

How To Install OneNote On Ubuntu (2017)

Do you love keeping your notes in OneNote, made by Microsoft and can't really live without it? Well in this video I'm going to show you how you can set it up on your linux ubuntu device.

Webdesign Antwerpen - Nieuws

How to Upload Subscribers to Mailchimp Using CSV File (RubyShorts)

Ever wanted to bulk upload users to your mailchimp account but were hindered because of the omnivore alert? Well with some magical ruby code and an API-key you won't have any problems :)