Programming

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


3D assets for games

18 Feb 2020 2 minute read 5 comments Quaro

Creating 3D assets to be used in videogames is very funny for me: they can be low-poly, both for performance reasons and because in many cases they are render very small on screen.In this post I will show you some of the assets for a project I starte...

Using Pandas To Visualise Your Investment Portfolio

18 Feb 2020 4 minute read 2 comments Michael_Brown

Hi folks, In this tutorial, I thought it would be a good idea to start using pandas to visualise our investment portfolio. This will allow us to see: The different coins we have invested in. The proportions each coin makes in our portfolio. The incr...

DecentralizedPortfolio - My first dapp using 3box

17 Feb 2020 3 minute read 3 comments bongador

Hi all I would like to present some decentralized applications I am trying to do to have some feedback and more ideas. The main idea of those applications is to be fully decentralized. I would like to avoid the need of hosting it in a server to reduc...

BitShares Improvement Proposals

17 Feb 2020 5 minute read 2 comments BitShares

Our first 5 posts on Publish0x are previous articles to just catch up and introduce ourselves. Future articles will be shared at same time as publication on News.BitShares.org. View Original   Introduction BitShares Improvement Proposals and Polls (...

BitShares Asset Terminology

17 Feb 2020 1 minute read 11 comments BitShares

Co-authored with BitShares developer John Jones, originally published 01/02/2020 here on BitShares News.   Dev’s corner is a section of BitShares News where developers involved with the BitShares project post technical related briefs and observation...

4 famous front-end libraries/frameworks for web development

16 Feb 2020 2 minute read 3 comments ryosuke

In the previous blog I talked about back-end frameworks and its impact in facilitating web sites development. Today I'm going to talk about front-end libraries/frameworks and what they can add to the front-end development process, but before that let...

Adding an interactive map to your website

15 Feb 2020 4 minute read 3 comments Quaro

Introduction Hi, I'm a web developer and I create G.I.S. (geographic information system) web applications. This mostly involves creating maps that show different kind of data on them. Nowadays, maps are common on a lot of websites, from restaurants w...

Iteration-based Agile and Flow-based Agile

15 Feb 2020 1 minute read 0 comments beachbummer

The two main approaches for Agile approaches to a project are Iteration-based and Flow-based. Both methods can work equally well, and you should give both of them a shot to see which approach suits your organisational culture best. Iteration-based Ag...

Linux allows you to build your own website until it is just the way you want it.

15 Feb 2020 1 minute read 2 comments TrekJunky

Using Apache web server, PHP web scripting tool that makes web pages dynamic, AND MariaDB  which is very much like MySQL as a database. Depending on which Linux you use, the location of the web site's pages to be seen vary. On OpenSuSE Leap 15.1, the...

Publish0xTutorials : Simple introduction to understanding SQL queries

14 Feb 2020 3 minute read 6 comments crafter

If you wanted to get started learning SQL queries, but always feared it might be too complex, start by following my quick guide to getting started. SQL queries can get complex, really complex. But at its heart, SQL was meant to be a simple way to int...