anes

anes @aneshodza

About: Writing every now and then

Location:
Switzerland
Joined:
Aug 8, 2022

anes
articles - 32 total

Ruby function design and other stuff I like ranting about

Why? If the posts title looks weird: it is. This is a small rant about code-functionality...

Learn More 7 1Jun 4 '24

Publishing your first npm library

Introduction I recently published my first npm library called pushdown-automaton which...

Learn More 4 0Apr 24 '24

Accessing local services with SSRF attacks

Introduction So you thought about a great new business idea for your company: Making an...

Learn More 5 0Mar 11 '24

Randomizing pages titles (and having good SEO)

I recently implemented a new feature on my portfolio website where the website randomizes its title...

Learn More 4 0Feb 20 '24

Getting out of tutorial hell

Introduction We have all been there; You are watching the next hours long tutorial on...

Learn More 11 2Aug 29 '23

An opinionated article about vim

Introduction I have now been using vim and neovim for almost a year. In that time I built...

Learn More 8 0Jun 30 '23

Memory in Rust

Introduction I recently started getting more and more into Rust, as I wanted to adopt a...

Learn More 21 0Jun 14 '23

Is learning LaTeX worth it?

Introduction So I just finished my final project to get the "Swiss Certificate of...

Learn More 6 2Jun 7 '23

Looking for ruby open source contributions? Find them here.

I just wanted to start a small prompt, where open source projects that need contributions in ruby...

Learn More 8 0May 19 '23

Creating multiple accounts with one E-Mail address

The problem When I was coding my first twitter bot, I ran into a major issue: I needed to...

Learn More 9 4Apr 12 '23

AI is getting pretty scary, isn't it?

Maybe, yeah We all grew up watching Terminator, the Matrix and I, Robot just to name a...

Learn More 3 0Mar 24 '23

An introduciton to IoT

Introduction IoT this, IoT that. At this point it's everywhere. That may seem overwhelming...

Learn More 8 2Mar 22 '23

The what and why of CI

This tutorial only talks about what and why. There is no implementation. That will follow in another...

Learn More 8 2Feb 22 '23

Beginners guide on how not to abandon that one project

I know, you are putting the project off because you're "busy" But now let's be honest with...

Learn More 62 13Jan 16 '23

I let ChatGPT loose on dev.to - here are the results

Introduction Recently, I conducted an experiment where I let ChatGPT, a large language...

Learn More 13 4Dec 14 '22

[AI] Writing maintainable js code

Read this article to understand why the title has the [AI] at the start. ...

Learn More 9 0Dec 12 '22

[AI] Avoiding (5) common Git mistakes in a team environment

Read this article to understand why the title has the [AI] at the start. Intruduction Git...

Learn More 32 1Dec 11 '22

[AI] Setting up omni-auth in rails

Read this article to understand why the title has the [AI] at the start. Setting up...

Learn More 7 0Dec 11 '22

[AI] How to Use the Twitter API with Ruby

Read this article to understand why the title has the [AI] at the start. Introduction Are...

Learn More 5 4Dec 9 '22

Solid Start auth – the secure way (with BCrypt & PSQL)

What is this about? This article is about the new meta framework Solid Start and...

Learn More 14 0Nov 28 '22

Solid Start with PostgreSQL

Our problem With the quite recent launch of solid's own meta framework "start" we got a...

Learn More 25 6Nov 21 '22

Web-app security risks demonstrated

Where did I get these risks? The OWASP (Open Web Application Security Project) Community...

Learn More 6 0Nov 1 '22

Frameworks hurt junior devs (and why math is important)

Introduction A debate as old as coding itself: "Math is rudimentary for coding!" "No,...

Learn More 13 16Oct 11 '22

Binary trees, a coding interview must-know

Here is the written code. Introduction After learning ReactJS and memorising your...

Learn More 4 0Oct 10 '22

Database inheritance in a nutshell

Our situation Imagine following situation: You want to make an application that has a...

Learn More 8 0Oct 3 '22

A stackoverflow survival guide

Introduction When you first start developing, if just for learning or commercial purposes,...

Learn More 7 2Sep 27 '22

Simple and responsive react forms with validation

You can find a live demo here and the source code here What is this about? When making a...

Learn More 7 0Sep 22 '22

How !(not) to store passwords

This article is the second part to how not to store passwords, which I advise you to read before...

Learn More 2 0Sep 21 '22

How (not) to store passwords

The source code is here Why is securely storing passwords so necessary? A question I used...

Learn More 22 13Sep 16 '22

data-encryption-standard (DES)

You can access a demo with documentation here. The source code is here. What is the...

Learn More 1 0Sep 13 '22