coding

Monsters ahead…..

Monsters ahead…..

So, you guys have been supporting me for a long time. It's been mostly 13 months, and our family grew from 1 to more than 11000. Now, I am here to tell you about a major announcement that I am taking very seriously. Ok, let's stop talking seriously. So, guys I am launching a game in Roblox very soon so that I can get popular on a little children's game. Just Kidding! I felt like making a game, so I did. It took some serious amount of time, and I am not lying. I had been good with my tools…
Read More
We reach 750+ Stars on our Repository!

We reach 750+ Stars on our Repository!

Hi everyone, I'm Antonio, CEO at Litlyx. Today, I want to share a huge milestone with you. Over the years of my career as a Software Developer, I’ve gained so much from the Open-Source community. It’s likely that, in your codebase, you have 10 or more dependencies on open-source libraries in each tech stack you use. Thanks to this thriving community worldwide, we, as individuals, can grow our coding knowledge immensely. The past five months have been a rollercoaster of emotions for me. But now, it’s time to give back and pay the debt I've accumulated over the years from…
Read More
Build Limitless Automations in Python – “Zapier” for Developers

Build Limitless Automations in Python – “Zapier” for Developers

Links: Beta registration, website, GitHub, examples Autokitteh's Beta is now open!!! AutoKitteh is an automation platform specifically designed for Python developers. It's like "Zapier for developers," enabling you to build limitless automations with just a few lines of code.Unlike, low-code platforms like Zapier, Make, 8n8, and many others, it allows you to build automations in a very simple way, without the limitations of no-code. It's easily extendable and provides almost the full power of Python and the benefits of code such as versioning, enabling easy code reviews etc. The main features of the product: The target audience is professional and…
Read More
Revolutionizing Mobile Updates: How Rokomari Transformed Its App with Shorebird Code Push

Revolutionizing Mobile Updates: How Rokomari Transformed Its App with Shorebird Code Push

In the dynamic world of e-commerce, agility is paramount. At Rokomari, Bangladesh’s leading online bookstore, we constantly strive to enhance our mobile app to provide users with a seamless experience. However, the traditional app update process — requiring approvals from the App Store and Play Store — often delayed our ability to implement quick fixes or new features. This all changed when we discovered Shorebird Code Push, a tool that allows us to deploy updates instantly across both iOS and Android platforms. In this blog post, I’ll share our journey of integrating Shorebird into the Rokomari app, the challenges we…
Read More
Blazor’s Authorization

Blazor’s Authorization

Disclaimer: based on my observation, not readings. Recently, I had to implement Firebase authentication for a Blazor WASM project. To my surprise, I discovered there's no ready-made authentication library for Firebase on .NET. While I found the Firebase Admin library, it wasn't quite what I needed for client-side authentication. So, I ended up building my own solution for .NET. Fortunately, I didn't have to start from scratch. Firebase provides a JavaScript SDK for authentication, which is quite straightforward to use and integrates well with Blazor WASM. Blazor handles authorization through a class derived from AuthenticationStateProvider. This class requires you to…
Read More
7+ Free PostgreSQL Hosting Platforms for Developers in 2024

7+ Free PostgreSQL Hosting Platforms for Developers in 2024

PostgreSQL often stands out as a robust open-source solution when building applications that need scalable, reliable databases. However, the cost of cloud hosting can add up, especially for smaller projects, personal experiments, or startup MVPs. Fortunately, several cloud providers offer free tiers for PostgreSQL hosting, providing excellent options to kickstart development without worrying about infrastructure costs. Here’s a look at some of the best free PostgreSQL hosting options available in 2024: 1. Neon Neon is a serverless, fully managed PostgreSQL database that stands out for its innovative features like autoscaling and database branching. These capabilities make Neon especially appealing for…
Read More
Disque dur : SAS, SATA, SCSI ou IDE /

Disque dur : SAS, SATA, SCSI ou IDE /

Notre but dans cet article est de mieux comprendre le concept des interfaces matérielles / programmation, des couches physiques et des jeux de commandes, et plus simplement des systèmes de stockage qui nous entourent. Mais d'abord, un "rapide" récapitulatif de l'état actuel de nos périphériques de stockage : Norme de stockage Interface matérielle Couche physique Jeux de commandes PATA IDE (Integrated Drive Electronics) Connecteur 40/44 broches, câble parallèle ACS (ATA Command Set) SATA SATA (Serial ATA) Connecteur SATA, câble série ACS (ATA Command Set) SAS (Serial Attached SCSI) SCSI (Small Computer System Interface) Connecteur SAS, câble série SCSI (Small Computer…
Read More
How First-Order Logic is Shaping AI Development in 2025

How First-Order Logic is Shaping AI Development in 2025

As Artificial Intelligence (AI) continues to evolve, the foundational concepts of logic, particularly First-Order Logic (FOL), remain at the core of AI development. First-order logic has provided a framework that helps AI systems reason, make inferences, and interpret complex data. In 2025, FOL is more relevant than ever, driving advancements in natural language processing, knowledge representation, robotics, and more. For a deeper dive into First-Order Logic in AI, explore this comprehensive guide. 1. What is First-Order Logic (FOL) and Why Is It Important? First-order logic (FOL), also known as Predicate Logic, is a form of symbolic logic that extends propositional…
Read More
Day 1054 : Outnumbered

Day 1054 : Outnumbered

liner notes: Professional : Not a bad day. Got a project I've been working on deployed and made some changes based on feedback. Had a couple of meetings. Helped with some community questions. Personal : I stayed up pretty late last night watching the elections. Disappointed but not surprised. Well, we'll see what happens. What really bothered me was the local amendments that didn't pass. It's not like people were outnumbered. The majority of people voted for them to pass, but the bar of 60% was set so high, that it came close, but just missed. It's almost like it…
Read More
Automated Testing Made Simple: Setting Up and Exploring pytest

Automated Testing Made Simple: Setting Up and Exploring pytest

This blog is about integrating a testing framework into my ResumeEnhancer CLI tool. I have been working on ResumeEnhancer for a while now and adding test cases is beneficial as projects grow. I had few options to choose from like pytest, nose, unittest. I decided to go with pytest because it is a commonly used testing framework and it is best for me to learn such widely used framework. Setting up pytest is very stright forward, install pytest by running this command pip install pytest and pytest is ready to use. Source link lol
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.