Alexandru Bucur

Alexandru Bucur @coolgoose

About: A jack of all trades is a master of none, but oftentimes better than a master of one.

Location:
Netherlands
Joined:
Feb 24, 2017

Alexandru Bucur
articles - 30 total

Simple UUID wrapper for MySQL in Go that covers UUID to BIN conversion

Here's a quick snippet you can use to create a custom type that maps an UUID to a Binary(16)...

Learn More 0 0Aug 20 '23

Are Dev Containers the future for local development environments?

What are Dev Containers you might ask? Elementary, my dear Watson* / fellow developer. It's a fancy...

Learn More 0 0Aug 9 '23

A Go(lang) journey in live reload and pretty panics

TLDR: Use docker + cosmtrek/air + One of my passions is DX, and while I'm not always getting it...

Learn More 0 0May 19 '23

Simple Script to Generate Color Scheme Switchable Css

While I was working at yet another secret project that will probably never see the light of day, I...

Learn More 0 0May 4 '23

50 Shades of Gray - Are Standups Good or Not

I’ve noticed that a few articles are arguing about how useful standups are or aren’t on a day-by-day...

Learn More 2 0Oct 30 '21

Golang Datetime Cheatsheet from strftime*

When I initially started working with Go the time format it seemed a bit clunky. Maybe it's because...

Learn More 1 0Jul 25 '21

How to read metadata easily in powershell with TagLibSharp

Doing my quarterly phone image cleanup and backup on onedrive I noticed that the script I was using...

Learn More 4 0Mar 21 '21

Why developers should be "lazy"

Looking back to all the years I've been developing and all the developers I worked with, the best...

Learn More 1 0Mar 21 '21

Simple JSON:API plugin for Nuxt.js

Simple JSON:API plugin for Nuxt.js

Learn More 15 0Aug 11 '19

Sideprojects Motivations and Goals

Hi Everyone, This is more of an introspective blog post regarding side-projects and finding the...

Learn More 61 8Aug 4 '19

How to Stop requestAnimationFrame in Vuejs / Javascript

TLDR: let id =...

Learn More 34 5Jul 20 '19

Systemctl shows service file Not Found even though .service file is present

Hi All, I'm writing a step by step setup for a self hosted gitea instance (on CentOS 7) and hit the...

Learn More 5 0Jun 17 '19

Dynamic Policy Claims in ASP.NET Core using JWT Tokens (and Role Claims)

Hi guys, as a developer I bet everybody is a little bit 'lazy' and likes optimizing their...

Learn More 17 0Jan 27 '19

How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

How to rename Asp .Net Core 2.2 Identity Tables to not have AspNet prefix in EF Core

Learn More 15 1Dec 16 '18

The confusing way of sending emails in .NET Core and other goodies

The confusing way of sending emails in .NET Core and other goodies

Learn More 9 1Dec 8 '18

ps aux output in cronjobs

ps aux output in cronjobs

Learn More 27 2Sep 22 '18

Static / Fixed filenames for generated vue-cli builds

How to setup vue.config.js for static assets

Learn More 41 2Jul 4 '18

Quick and easy way of counting UTF-8 characters in Javascript

Quick and easy way of counting UTF-8 characters in Javascript

Learn More 43 6Jun 8 '18

Quick hack for using google translate (or other services) in Nuxt/Vue.js

Quick hack for using google translate (or other services) in Nuxt/Vue.js

Learn More 23 3May 26 '18

How to get the user id after registering an user in ASP .NET Core Identity

How to get the user id after registering an user in ASP .NET Core Identity

Learn More 29 2May 12 '18

Simple JSON API ASP .NET Core Error handling class

Simple JSON API ASP .NET Core Error handling class

Learn More 10 0May 1 '18

JSON.NET append to existing key

JSON.NET append to existing key

Learn More 8 0May 1 '18

Writing REST API error handling my way ?

Writing REST API error handling my way ?

Learn More 16 4Apr 29 '18

ASP .NET Core shared Current User

ASP .NET Core shared Current User example

Learn More 43 0Apr 7 '18

Setting up JWT and Identity Authorization/Authentication in ASP .NET Core

Setting up JWT and Identity Authorization/Authentication in ASP .NET Core

Learn More 40 2Apr 2 '18

How to enable dotnet watch in Jetbrains Raider

How to enable dotnet watch in Jetbrains Raider

Learn More 9 5Mar 10 '18

How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'

How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'

Learn More 10 1Jan 28 '18

PHP package management history

PHP package management history

Learn More 20 1Jan 20 '18

How to setup Font Awesome 5 as VueComponent in Nuxt.js

How to setup FontAwesome 5 as VueComponent in Nuxt.js

Learn More 22 9Jan 6 '18

How to set up a git bare repository for web development code pushes

Hi all, let's consider that you already have your nice local development environment in which you...

Learn More 14 3Dec 30 '17