What has happened this month? In the meantime, to read the previous report, go here. Projects Various stuff on GitHub Kernel Nuggets! We published a issue for https://kernelnuggets.com/. […]
Category: Development
PicoCode – AI self-hosted Local Codebase Assistant (RAG)
Before we start explaining, let’s share a couple of screenshots. https://github.com/CodeAtCode/PicoCode Behind the scene – Story I wanted to use Regolo.ai for a RAG system, but all the open‑source projects I find rely on a different SaaS and not on a free, service‑agnostic solution. Regolo is free until the end of December and, as […]
How to create a Tracking Click Rest endpoint in Django
I found django-clickify but had some issues for my needs and after doing a PR I said, well it’s the case to implement on my own for Django Rest Framework. Explanation A url example: http://localhost:8000/track/?slug=CheckoutClick&id=23&value=notmandatory The value field is not mandatory, the slug is checked against the list in the view. For any request, it […]
A tiny library in Python for Paypal Subscriptions
As the blog post tile says yes now there is a library for that! https://github.com/CodeAtCode/paypal-subscription-lib/ For a customer I developed it as there wasn’t anything for that and we decide to open source it, as we are using and improving as we are using it. It is avalaible on PyPi too 😀 […]
Why you should try Amber-Lang for your Bash Scripts
A Bash transpiler joined the match!
How to fix Properly Images size Pagespeed error on WordPress
How to fix the issue with a JS bookmark and a PHP snippet
fibra.city Cross Site Scripting Vulnerability
After 4 years the issue is still there but it’s time to talk about why there is an issue to learn from that!
How I hacked a course platform built with WordPress
How a bad UX exposed a bug in a course system in the quiz verification that let’s to do the quizzes (and pass them) without doing nothing
How I did a pull request to an open source project with ChatGPT
How AI can help developing code, if you know what are you doing and know the code that will write
How to redirect WordPress images to a different domain (with htaccess)
How to redirect images to a different domain with 2 htaccess lines