Programming

611 Articles 12 Followers


Coding Journal #5 - I'll Tell You Your Age in Days

9 Jun 2020 1 minute read 1 comment Edward Casanova

Today's Java Script learning session was about completing my first small project. Here's is the main function of my website. In order to calculate your age in days, do the following: Java Script: function ageInDays () { var actualYear = prompt(...

Indie Game Dev Log: 6/06/2020 (Project Virtual Museum II)

6 Jun 2020 2 minute read 1 comment Timanious

Hi good people, I'm still working on the virtual museum commission so I just want to give a status update..Since the last post I have been working mostly on the Museum model in Blender and on improving the environment around the museum in Unity.My go...

WebDev Starter Pack - What is HTTP/Web Servers?

5 Jun 2020 4 minute read 0 comments Eroshi

Hello guys! Let's talk about how a website works, we already know about what web developers do in this article before... Now we will focus on the website and in the back-end development, so let's talk here about HTTP protocol, this protocol is the ma...

WebDev Starter Pack - What is Web developer!? and its division: Front-end, Back-end and Fullstack

5 Jun 2020 3 minute read 4 comments Eroshi

Hello guys! Today I'm going to explain for beginners about Web development, and what is that? You read in some article "I'm a web developer"!? Ok, to simply talking, Web developer is just the guy who works with websites(in some way) or in touch of we...

Game Dev Diary: The chaos in order(ing)

1 Jun 2020 5 minute read 5 comments X-51

Not the post I was planning to write tonight, but I've hit some trouble regarding ordering and perspective which takes precedence over the other stuff.   For those who know about such things I am talking primarily about z-index. For anyone who doesn'...

Game Dev Diary: sprite sheets, tile sheets, and texture atlases

31 May 2020 5 minute read 0 comments X-51

Today I learned what a texture atlas is, and also the annoying nuances of some names, specifically the difference between a sprite sheet and a tile sheet.   So you have sprite sheets (these I knew about) - sequences of images of an in-game object, us...

Fullstack Wizard. First installment.

30 May 2020 5 minute read 17 comments ProngsDark

Let's make a landing website Before word... The Fullstack Wizard is a multiple parts series where I aim to teach you some tricks and give you a little bit of insight into full-stack web development. Since this is the first post in the series we will...

Dev Hands-On: Creating our cryptocurrency bot showing the coin price in Telegram!

30 May 2020 5 minute read 0 comments Eroshi

Hi guys! It's me, andrecules, again! Today we're gonna apply a telegram bot showing crypto prices using commands! In the end of this article i will leave the github of the code! OBS: THIS BOT IS DEPRECATED THO, I REDIRECTED TO A NEW VERSION OF THIS B...

Creating your "hello world" bot in Telegram with Node.js!

29 May 2020 4 minute read 2 comments Eroshi

Hello guys, I’m a web developer/front-end lover and i wanted to start here with something (easy) different than habitual: chat bots! First things first... To start this tutorial you will need to have and know the basic about NodeJS/npm and API, and s...

Game Dev Diary: Tech Stack Final Decision

27 May 2020 4 minute read 5 comments X-51

Since this was a pretty huge decision to make I had planned to give myself a few weeks to think it over fully, and work with both GDevelop and Phaser a little more before making that final leap. It was a potentially tough decision really - picking be...