Write and publish a post on Steem
1
Write and publish a post on Steem
The community upvotes your post
2
The community upvotes your post
Earn rewards in Steem
3
Earn rewards in Steem

Trending topics

New to Nutbox?

Interesting People

Sort byTrending

remlaps
74

hive-151113

Introducing "Steem Follower Checker": A new Open Source browser plugin

With (a lot of) help from ChatGPT, last night and today I slapped together a simple browser plugin to make it easy to calculate the "F…

justyy
81

blog
Steemit

Devops: Send Alerts when Your Server HDD Usage is above Threshold

#!/bin/bash usage=`df -h / | tail -1 | awk '{print $5}'` usage=${usage%?} threshold=80 if [[ $usage -gt $threshold ]]; then echo &q…

krishu-g
71

python
Steemit

Node.js vs. Python: An In-Depth Comparison 🐍

🚀 Node.js vs. Python: An In-Depth Comparison 🐍 Syntax and Ease of Use 🔹 Node.js: Utilizes JavaScript, which means if you're already wo…

maintek
58

hive-184714
Steemit

PROJECT GAMEFACE 🕹️ - ANDROID

freepik.com AI generated Gli sviluppatori Android ora possono integrare nelle proprie App Gameface (libreria rilasciata ufficialmente da g…

krypto-wallet
25

blockchain
Steemit

Part One: Developing Your Own Blockchain

Part One: Developing Your Own Blockchain Here we present a series on how to develop your own blockchain in Java using Tomcat and Servlet. C…

cprog
25

programming

A simple and quick start in C programming | Installing GCC and Geany IDE

The C programming language is compiled, so to create applications it needs a special program called a compiler. GCC compiller: After inst…

cprog
25

programming

"Hello, World!" in C language

Everyone starts their journey in the programming world by displaying the line "Hello, World!" on the screen. Let's not break the…

fencerdevlog
33

godot
Steemit

Godot 4: Live Plexus shader (tutorial)

Greetings to all fans of fractals, shaders, and the Godot Engine. Once again, I've prepared one of many algorithms for creating interesting…

codemy
64

django
Steemit

Shipping Dashboard - Django Wednesdays ECommerce 39

In this video we'll create a shipping dashboard for our ecommerce website with Django and Python. In the last few videos we sorted out our…