Programming

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


How to write your own Coinbase Pro portfolio manager, Part 2 — authenticated API queries

18 Nov 2021 5 minute read 0 comments simplyrangel

Forget manual spreadsheets -- here's how to access your Coinbase Pro portfolio using Python and the Coinbase Pro API.  Background and motivation Coinbase and Coinbase Pro display the bare minimum portfolio information in their web portals. Users must...

Weekly Development Updates for D.Buzz - Today: Lets Talk D.Buzz v4 Come Dream with us

16 Nov 2021 3 minute read 0 comments DBuzz

Weekly Development Updates for D.BUZZ - Today: Welcome to Tuesday. If you joined us in VR for our presentation last Sunday, you would have seen that we have started development for the v4, which is a redesign of D.Buzz . We anticipate that the pro...

Top 5 ways to improve your coding skills

14 Nov 2021 3 minute read 0 comments Bala

Any learning will always need some improvements. It will mostly happen gradually and as we improve day by day we ourselves will find it very interesting to continue our coding. If our coding skills are good, we will have a good feeling about writing...

IT jobs in Japan 🇯🇵 💻 🖥️

11 Nov 2021 1 minute read 0 comments tokyobitcoiner

This is a supplement to my previous post Tech Jobs in Japan - have a look! Here are some recently posted positions: Full-time IT  Business Consultant ITビジネスコンサルタント日本語オンラインスクール合同会社Tokyo¥500,000 ~ ¥1.0M / Month, Negotiablehtt...

[PG] SQL Tips: Removing duplicate rows

11 Nov 2021 1 minute read 0 comments rafaeldomi

The Problem Once a while people comes to me asking for help to remove duplicate rows on tables, and when I see how they're trying to accomplish this I get scared how complex is the queries to find the duplicates rows to remove. So, in the beginning o...

Which smart contract to choose?

10 Nov 2021 1 minute read 0 comments Chadayan

Problem: If you have an idea for an application in blockchain where do you develop it? Where do you deploy it?  Smart contract A programable blockchain in simple terms. There are plenty of explanations over the net explaining what are they. My intent...

Issuing ESDT Tokens Programmatically with Python

10 Nov 2021 22 minute read 1 comment PippiWestwood

  This guide is a brief walkthrough of the neccessary steps to issue new ESDT tokens on the Elrond Network programmatically. A minumum of programming knowledge is helpful but hopefully I can explain all of the steps clearly enough even for non-progr...

Weekly Development Updates for D.Buzz - Today: Team, Rewards, and new Settings.

9 Nov 2021 2 minute read 0 comments DBuzz

Weekly Development Updates for D.BUZZ - Today: Team, Rewards, and new Settings. Welcome to Tuesday. New team members, rewards, and new settings. That is what we accomplished this week at D.BUZZ. Let's talk more about this. First off, really, reall...

Crypto Ledger App

5 Nov 2021 1 minute read 0 comments _Almin_

I have recently published Crypto Ledger on Google Play. The app is an extension of the Crypto Ledger website. It makes use of the Crypto Ledger API to buy, sell, and monitor coins. The Crypto Ledger app was built using Kotlin and Android Studio. It u...

Using ImageKit to store and resize your website images

4 Nov 2021 3 minute read 0 comments Bala

ImageKit is a utility that I found recently for storing my images and resizing them based on my need. I was working on a project recently and that project required image resizing on the flow. Especially the avatar images of the users. I can technical...