Programming

611 Articles 12 Followers


What is "blueprint" in unreal engine 4?

12 Apr 2020 1 minute read 0 comments EmCe_ldz

Hello! Today I would like to present to you some of my thoughts on visual programming which is blueprint in unreal engine 4. This is a way of programming from ready pieces of code. Do you want the object to start rotating? Nothing simpler is enough...

Cardano - Programming in Python 101

11 Apr 2020 1 minute read 1 comment Call me Steven

Python is one of the easier programming languages out there. It is being used for the development of a variety of different applications, from desktop, to web, all in the purpose of facilitating data analysis and visualization.  Another one of the mo...

Exploring the Solid Ecosystem and Writing Solid Apps

4 Apr 2020 18 minute read 0 comments rhyzom

So, we've talked about Solid already I think. It's Tim Berners-Lee's latest project, an undertaking towards re-decentralizing the web and ensuring privacy. Somewhat similar to Urbit, it's a personal data/cloud server called a pod (you can get one her...

5 JavaScript libraries of 2020

3 Apr 2020 2 minute read 0 comments ryosuke

Since the last decade so many JavaScript libraries and frameworks have been built to facilitate the hard tasks that was nearly impossible to accomplish in JS such as VUE.JS which is used by this site and surely there's libraries that are really deman...

SkyWind - Morrowind as beautiful as Skyrim's special edition

3 Apr 2020 2 minute read 2 comments Ykretz

This post is an echo to my last one about SkyBlivion so you could see some similarities ! Unlike Onlivion I did not spent so much time on Morrowind. For as long as I can remember at the exact moment that Oblivion was released I immediately stopped pl...

Cleaning and refactoring my android project

29 Mar 2020 5 minute read 9 comments ProngsDark

Hi everyone, it is spring and that means a round of cleaning, scrubbing and dusting is in order. We should however not limit ourselves to cleaning just our homes and make them more liveable, but as developers we should perhaps bat an eye at our proje...

What is node.js

28 Mar 2020 1 minute read 1 comment 0xgult

node.js is a Javascript runtime built on Chrome's V8 Javascript engine. node.js is NOT a programming language!node.js IS a runtime! If you know Java, a simple analogy to understand this is node.js is similar to the Java Runtime Environment and the V8...

Skyblivion - The story of Oblivion and the graphics of Skyrim

28 Mar 2020 2 minute read 3 comments Ykretz

If you liked Oblivion and Skyrim you WILL love that for sure. When I was young I played Oblivions for probably hundreds of hours. At this age it was the best RPG I played. I loved to make the storyline in many ways, to discover new quests and I know...

Introduction to Java Streams (Java 1.8)

27 Mar 2020 1 minute read 0 comments 0xgult

The Java Stream API was introduced in Java 1.8 and is used to process elements inside a collection of objects. A Stream is a sequence of objects that supports various methods which can be pipelined to produce the desired result.  Let's take a simple...

Indie Game Dev Log: 25/03/2020 (Unity Enemy Radar Tutorial)

25 Mar 2020 2 minute read 3 comments Timanious

Hi all,Last couple days I've been writing a little tutorial on how to create the enemy radar that I made for my game a couple of days ago. If you are interested, the full tutorial can be found on my own blog over here:https://timcoster.com/2020/03/25...