Technology, Reflection, updated bi-weekly
This is a record, a message from me to one of my ex-firned.
The talked was, 2020-05-06
While you are in a dilemma, we humans are totally normal to be afraid of it. This may be a process; afraid makes us strong and a much more experienced people. Humans suppose to grow like that! So let it be! Once you are afraid of something, don’t give up on trying it; think about the issue, think as hard as you can, and try to resolve it!
Productivity is topic that often is ignored by a lot programmer. I have seen a bunch of documents out there talking about algorithm and data structure, so I would like to post a topic about productivity for an advanced programmer or for the programmer who wants to be a better programmer. So what exactly mean productivity in software development field? If you have seen my previous blog post ' Framework I have been working… (Part 1) ' and ' Framework I have been working… (Part 2) ‘, then you might already know what I am going to write about for the rest of this article.
When get started to the game development, people will somehow face some sort of situation that they will need to determine what they are going to master to do in the development. The game development are mainly split into three careers, which are ‘Art’, ‘Design’, and ‘Programming’. These three jobs are very different to one the other. The best method to figure it out what you want to do is to try all them all out one at a time.
WIP
Demo: http://www.jcs-profile.com:3000/Manual/index.html
GitHub Repo: https://github.com/jcs090218/API-Reference-Template
Many of my works are about making API. I always have their trouble making API documents for myself and for people to read what each API does. To resolve this issue, I spent a few hours to design a small website that I could drop the HTML file in the target folder and it will show the file on the website. The following list is the list of technologies I used in the project.
Link: MapleStory Survival Kit
This is the final project from the first class of web development from our school. I joined this class as an elective class so I could have a peek of how web development works. A list below is few highlights I would like to show from this project.
Parallax Effect Use of Sound Gashapon 👁️ Parallax Effect Most parallax effect I have seen aren’t quite satisfied to me.
This is a introduction of how JCSUnity does for the game data save/load system.
There are main three ways that you could do saving and loading in Unity Engine with C#.
JCS_BinGameData - In binary format JCS_XMLGameData - In XML format JCS_JSONGameData - In JSON format
JCSUnity Repo: https://github.com/jcs090218/JCSUnity
Acknowledge I have developed this tool for 3 years. Starting from the third year of my college years. Compare to other framework I had developed, this tool have much more completeness. I have been using Unity Engine for 2 years while I decide to develop this framework. I have made cetain of games in this 2 years and I reckon I gained enough experiences to develop a framework for Unity Engine.
Precisely that I am neither an Emacs nor Vim expert. I am just an amateur that knows about the two editors with just amount of knowledge. If you check out two of my Emacs and Vim repo, this could be the worst experience of all time. I hold onto an idea that the editors are just a tool. Unless there are issues that hamper or paster my workflow, I will avoid changing the configuration to my editor.
First the foremost, this article is all subjective opinions by me, and there are all kind of text editor for any kind of programmer. I think some programmer have some kind of religion, so I am not going to tell anyone to use any particular text editor. I believed text editor is just tool to help programmer make a software and get their job done.
At my previous post ' Framework I have been working… (Part 2) ' I mentioned I watched a few episodes of ' Handmade Hero ’s series.
Productivity is topic that often is ignored by a lot programmer. I have seen a bunch of documents out there talking about algorithm and data structure, so I would like to post a topic about productivity for an advanced programmer or for the programmer who wants to be a better programmer. So what exactly mean productivity in software development field? If you have seen my previous blog post ' Framework I have been working… (Part 1) ' and ' Framework I have been working… (Part 2) ‘, then you might already know what I am going to write about for the rest of this article.
The story start when I have difficulty when I was working inside one of our class in college. It is a collaborative class that all kind of experts work on the same project, and of course for game development students we decide to make a AR game.
Well, the dream always big and great, but when it get into reality it always not going to be fun, especially when you are making a game and work in the game industry.