Programming

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


Kivy Layouts and widgets

12 Dec 2022 2 minute read 0 comments Sthappened

Before doing anything in Kivy it is important to understand what Layouts and Widgets are and how to work with them. What is a widget? Widget is any visual object which you can create with Kivy. For example Button, Label, TextInput... You can place th...

What is Kivy?

11 Dec 2022 1 minute read 0 comments Sthappened

Kivy is an open-source Python framework used to create a cross-platform GUI (graphical user interface) apps. Why should you choose Kivy? Kivy has lots of different options, despite this, it is relatively simple. If you want to create an app with GUI...

Web3 Development - First Contact (Python)

11 Dec 2022 5 minute read 0 comments santra

Welcome to the Python branch of my Web3 Development series. This is the first section, where we'll walk through some basic use cases of web3.py, Ethereum's Web3 library for Python. We'll create a short script to accomplish the following: Get the lat...

Hook binance launchpad

10 Dec 2022 1 minute read 2 comments Marco K

HOOK, the new project launched on Binance, is a quiz to earn platform, where users earn small sums by participating in quizzes, currently this is the pilot project mainly in Indonesia where 2 million users have signed up. The project has the ambition...

8 skills to be successful at FullStack Solidity Developer job

6 Dec 2022 1 minute read 0 comments Harry89PL

Here is my list of skills that are essential for developer to be successful at FullStack Solidity Developer job Strong problem-solving skills. Solid understanding of the Ethereum blockchain and Solidity principles. Knowledge of the Solidity programm...

How to Fingerprint a Piece of Code

6 Dec 2022 2 minute read 0 comments TheJan

Code fingerprinting is the process of identifying the characteristics of a piece of code that are distinctive and can help to identify the code's author or origin. This is typically done by analyzing the code's structure, style, comments, and other c...

Download a File using libcurl in C++

5 Dec 2022 1 minute read 0 comments TheJan

It's super simple to download any accessible file from the internet when using libcurl. To download a file using curl in cpp, you can use the following code: Include the curl library in your cpp file using the "#include" directive. Initialize a c...

Web3 Development - Series Introduction

5 Dec 2022 1 minute read 0 comments santra

I've decided to try my hand at writing a series of tutorials/guides outlining the basics of software that interacts with web3. For those new to web3 and/or curious of its importance, I'd suggest starting with Ethereum's own What is Web3? article. Thi...

Interesting Github Projects & Tools - Episode 1

26 Nov 2022 2 minute read 0 comments Zeddicus

For me, GitHub has always held a certain feeling when browsing its vast nest of repositories. It is often the first place I will look when trying to find a piece of software, a scrap of code, or a starting point for an idea I've had. It is truly a re...

Coding career can be started at anytime during our career

24 Nov 2022 2 minute read 0 comments Bala

Sometimes I feel that I want to quit coding and start enjoying life. I can do that only if I have enough money to do it. Without financial independence, I will not be able to do something like that. This is when I get motivation from people who are p...