DevRadar

Tech Blog

Auto-aggregated global tech articles · 1,063 posts

I
Open Source

I built GitCard, a visual portfolio for developers

I’ve been working on a side project called GitCard, and I’m finally at the point where I’d like other developers to try it. The original idea was pretty simple: Developers have GitHub, LinkedIn, resumes, and personal websites, but it can still be difficult to quickly show someone what you’ve actua

Dev.to (EN Zone)
H
Frontend

How I Built My Personal Blog & Portfolio

You might be reading this blog on my personal website, which also serves as my portfolio. I use this space to document what I’m building, the decisions I make, and the things I learn along the way as a freelancer. In this article, I’ll walk through the architecture and implementation of my blog, wi

Dev.to (EN Zone)
S
Cloud

Self-Hosted Email Aggregation Server

I've been looking for a good email client for managing multiple accounts and across multiple devices, but it seems like most options are paid and require storing your credentials on the 3rd party's server. That's when I thought self-hosting it might be a good option, but I was having a pretty hard t

Reddit r/selfhosted
P
Frontend

Protótipos: como a herança realmente funciona no JavaScript

Introdução Muitas linguagens como C#, Java, entre outras são descritas como orientadas a objeto, possibilitando o paradigma Programação Orientada a Objeto (POO). No entanto, quando falamos de JS, sabemos que por mais que existam objetos, ela é dita como uma linguagem orientada a protótipos, mas o

DEV Community
G
Database

GitHub - eznix86/laravel-analytics: Data Build Tool the eloquent way

At work, I kept writing the same thing: a few analytics tables, a cron job to rebuild them, and the same SQL copy-pasted into three models. Change one definition, forget to update one copy, and suddenly two dashboards quietly disagree. There’s `dbt`, which solves this problem for data teams, but it

Reddit r/php