Programming

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


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...

Creating a game without programming knowledge

29 Mar 2020 1 minute read 4 comments EmCe

Hello everyone in my first post about creating my own computer game. I am a person who has never had anything to do with programming and creating games before and I gained all my knowledge for free on the Internet. Just over a year ago, if someone as...

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...

How To Make Youtube Videos With Almost No Effort

28 Mar 2020 10 minute read 7 comments creatorskeep

Have you ever wondered if it’s possible to make Youtube Videos with practically no effort? Well, it is possible! But let me warn you, this will probably be quite different from what you are imagining right now. So before creating unwanted expectatio...

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...

Bitcoin Price Analysis Using Python (Tutorial)

24 Mar 2020 1 minute read 0 comments crypt0z

Hello Everyone! in This tutorial we are going to analyze bitcoin price Since 2019-3-24 to 2020-3-24 using Python Before we start, Make Sure To download these third-party libraries Pandas (Essential ) matplotlib ( inessential ) So Let's Start! First...

Rust: A Systems Programming Language for Tomorrow's Networked World. (Just slowly started on it maybe a week ago and am very happy that I made that step.)

23 Mar 2020 5 minute read 0 comments rhyzom

Aside from functional programming (Haskell, Scala, OCaml..) picking up momentum and getting adopted across a range of industries and business (and appearing to be particularly well suited for financial applications, hence why Cardano went for Haskell...