• English Español
  • Categories
    • Algorithms
    • Artificial intelligence
    • Databases
    • Django
    • Docker
    • Fastapi
    • Git
    • Go
    • Htmx
    • Javascript
    • Linux
    • Opinion
    • Python
    • React
    • Rust
    • Seo
    • Software architecture
    • Testing
    • Typescript
  • Hire me
  • RSS
  • About me
Coffee bytes
  • Languages
    English Español
  • Categories
    • Algorithms
    • Artificial intelligence
    • Databases
    • Django
    • Docker
    • Fastapi
    • Git
    • Go
    • Htmx
    • Javascript
    • Linux
    • Opinion
    • Python
    • React
    • Rust
    • Seo
    • Software architecture
    • Testing
    • Typescript
  • Hire me
  • RSS
  • About me

Coffee bytes

Full-stack Web development blog on Linux with opinions, tutorials, ideas and rants.

Go

Logging with the standard library in Go

As you probably already know, you should not use prints for debugging. The standard go logging library is much more …
Docker Linux Go

How Does a Docker Container Work Internally?

Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
Credits to 藪 https://www.pixiv.net/en/users/50979768
Django Linux

Autocomplete, Suggestions and Related Content: Solr and Django

Solr, together with Lucene, is an outstanding search engine that allows you to perform searches with advanced features. …
Credits to https://www.instagram.com/we_make_mangas/
Django Linux

How to implement Solr for searches or queries in Django?

Previously I explained you how to implement full text search in Django and trigrams-and-search-rank using Postgres. Solr …
Image by 牛肉面 https://www.pixiv.net/en/users/14326617
Git Linux

Understand How Git Submodules Works and its Workflow

A git submodule is a record within a git repository that points to a commit in an external repository. They are handled …
Opinion Algorithms

Top 5 Favorite Algorithm Problems at Codewars

What is codewars? Codewars is a social network of programmers who get together to challenge each other to solve code …
Software architecture Opinion

REST API: Best practices and design

How do I design a REST API? How many levels should I nest my related resources? Relative or full URLs? This post is a …
Image credits to ときわた: https://www.pixiv.net/en/users/5300811
Software architecture Opinion

REST API basic characteristics and recommendations

This publication is a minimal guide of practical tips on REST API design, what is a characteristic of the REST API? I …
Image credits for 極道畫師 https://www.pixiv.net/en/users/7140895
Django Databases

Categories in Django using ForeignKey to self

Grouping by categories is quite common in web applications, from movies, courses or any other resource that presents a …
Image credits to i7 from Pixiv: https://www.pixiv.net/en/users/54726558
Javascript

Limit the execution of functions in JS with Debounce and Throttle

Let’s do a Debounce vs Throttle. Debounce and throttle are design patterns used to limit the execution of …
  • ««
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • »»
Privacy policy Cookie policy Disclosure
Powered by Hugo and Hugo Theme Latte

© All rights reserved.