Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


What to Look Out for Before Choosing a Stack for a Project

11 Sep 2024 1 minute read 0 comments Mutalibb

What to Look Out for Before Choosing a Stack for a ProjectThere are a lot of libraries and frameworks out there. They are mostly designed to make work easier and faster, but sometimes they end up making you work slowly and feel frustrated. Libraries...

Making VSCode Work for You in Scripting

5 Sep 2024 1 minute read 1 comment WinterYeti

One of the annoyances with web scripting is that you have to save the file and then load it in a browser to see your progress. While it only takes a few seconds to refresh the file once loaded in the browser, it would be nicer if you can see the resu...

Motivation is Garbage: What I learned from listening to Mel Robbins

4 Sep 2024 8 minute read 4 comments Great White Snark

"Motivation is garbage. At some point, we all bought into this lie that you've got to feel ready in order to change. We bought into this falsehood that at some point you're going to have the courage to change, at some point you're going to have the...

Etherspot Empowers dApps on XDC Network with Account Abstraction

3 Sep 2024 2 minute read 0 comments Pillar

As more blockchain developers recognize the importance of delivering a Web2-like experience for Web3 protocol users, Account Abstraction (AA) is becoming a revolutionary factor. The Etherspot team has already provided its full-fledged Account Ab...

Understanding CLI Commands for Testing/Running Beginning C++ Programs

1 Sep 2024 3 minute read 0 comments WinterYeti

So, you want to learn C++? Great, but you have to pass another challenge first. That namely is, understanding how to make your IDE work. What's an IDE? The short acronym for an Integrated Development Environment, an IDE is where to draft, test, compi...

Etherspot Launches ERC-7579 Modular SDK

30 Aug 2024 3 minute read 0 comments Pillar

Constant innovation drives the evolution of Web3, aiming to improve user experiences and developer workflows. Account Abstraction (AA) has been gathering a lot of buzz recently, and it is a concept designed to simplify interactions within the Web3 ec...

5 Reasons To Integrate Your dApp with PillarX

27 Aug 2024 4 minute read 0 comments Pillar

PillarX (PX) is a revolutionary end-user platform designed to deliver an unrivaled Web3 experience. However, the doors are also open for dApps to join the built-in Web3 app store powered by Account Abstraction. With PillarX dApps get access to a robu...

[ENG/ITA] Python and Hive: My First Attempt with a Bot

18 Aug 2024 12 minute read 0 comments Arc7icWolf

La versione italianasi trova sotto quella inglese The italian versionis under the english one   Python and Hive: My First Attempt with a Bot   Let's start right away with a small premise: I am not a programmer. I have studied anything but that in...

ICT Automation 1.1a: Improving the DBSCAN Machine Learning Algorithm and Analyzing Results

15 Aug 2024 5 minute read 0 comments fred_nurk

As I alluded to in my previous post, our implementation to our DBSCAN algorithm has a few shortcommings. So I want to take the time to go through the thought process of taking an algorithm we wrote and improving it to get better results. I probably w...

ICT Automation 1.1: Identifying liquidity with the DBSCAN algorithm

12 Aug 2024 5 minute read 0 comments fred_nurk

Starting off, for transparency reasons I want to state that sklearn has a module for the DBSCAN algorithm. But I like to make things with minimum dependencies just because it's more educational and more fun. One more thing I like to add, which I touc...