Han Trung Kien Life is sharing. You will never walk alone!

Résumé

Jeremiah M. Flaga


Email: flaga.jeremiah@gmail.com
Skype: jboyflaga
Mobile: +63918-374-5134
Facebook
Messenger:
@jayflaga
   

Contents

Technical Knowledge

Work Experience

I’m an Initiate; perhaps a beginning Codesmith

My learning philosophy today on software development


Technical Knowledge

.NET:

C#, VB.NET, LINQ

WinForms, WPF, ASP.NET Web Forms, ASP.NET MVC, ASP.NET Web API, Entity Framework, Moq, etc.

Web:

HTML, Bootstrap, JavaScript

KnockoutJS, jQuery

Android:

Java, RxJava

Databases:

SQL

ORM: Entity Framework in .NET, Sugar ORM in Android

Unit Testing:

xUnit, Moq, JUnit, Mockito

Source Control:

Git, SVN

Basic Computer Science Concepts:

Learned CS through free materials of Stanford's CS106B last 2012, through "Nand to Tetris (Part 1)" course last 2015, and through MIT OpenCourseWare 6.0001 this 2017

... also through "Computer Science Distilled" of Wladston Filho

Software Architecture or Design:

The SOLID principles

Clean Architecture model of Uncle Bob Martin

Also have knowledge on some design patterns such as Decorator, Strategy, Factory, Command

Also, a little knowledge on some DDD concepts

Software Development Practices:

Believes in Agile Software Development practices such as collective ownership of the code base, code review (even pair programming or mob programming), discarding practices that does not work in a particular team and retaining those that work, and others you might want me to believe in that works in software development

Believes that TDD can greatly help us make software that is maintainable. (Of course that does not mean that I'm going to force it on others. :smile:)

Other:

Googling Stackoverflow :smile:

I know a little bit of Python.

I also like solving algorithmic problems, but am able to solve only the simple ones, at least for now...
You can view my solutions to some simple problems here.

An avid fan of Uncle Bob Martin (I visit his blog often).

I read.

(Please click here if you want a peek into how I currently think)

I had read "How to Win Friends and Influence People" in the past (year 2007 or 2008, I think), and I am rereading it sometimes to review the things I learned from it..

(I included this here because this might give me plus points... because I saw a job posting in the past where reading this book is one of the requirements if one is hired. :smile:)

GitHub:

github.com/hantrungkien

Old GitHub:

github.com/jboyflaga2
github.com/jboyflaga

Blog:

hantrungkien.github.io

Old Blogs:

jeremiahflaga.blogspot.com
jboyflaga2.blogspot.com

^ back to Contents


Work Experience

April 2012 - October 2012 (6 months)

Software Developer for web using .NET (and Sitecore) at Jairosolutions

I experienced being in a team creating web pages using the Sitecore CMS and ASP.NET.

The team members only worked at home as outsource developers for GetModal, building contest pages for www.verizoninsider.com.

Contributions:

Nothing extraordinary. Just finished the tasks assigned to me.

Lesson(s) Learned:

This is where I was first exposed to DDD. Our employer made us study DDD because we will be using it in an in-house project. But I was not lucky to be involved in the in-house project because the employement of three junior developers, which inlcuded me, stopped after six months due to a problem unbeknownst to me.

I just saw the initial structure of the project. I saw that there was a Core module, which I now understand to be the module which holds the business rules. There was also an Infrastructure module(s), which holds the data layer and some other parts of the system. There was no presentation layer yet during the time that I saw the project.

^ back to Contents

December 2012 – May 2016 (3 years, 5 months)

Software Developer for web using .NET at Mynd Consulting

I was part of a team that works for a client named Common Census. We were developing and maintaining a web application that is used in enrollment for insurance.

We were using ASP.NET WebForms and the MVP design pattern to build the software. We used MS Test and Moq in writing Unit Tests. There was also a legacy desktop version of the enroller that we were maintaining.

There were also a few parts of the web app that were being converted to ASP.NET MVC. So I also had a little experience using ASP.NET MVC at work.

Contributions:

Nothing extraordinary. Just did the tasks assigned to me.

Lesson(s) Learned:

  1. I started to understand what Object-Oriented programming is.

    (When I applied for this job, I claimed to know OOP. But I later realized that I really did not know OOP. I only knew about what a class is, what an interface is, what an abstract class is, what polymorphism is, but I did not not yet have a full understanding about their uses.)

    This is where I started to understand the Dependency Inversion Principle (specifically, the Constructor Injection thing), the use of the Factory design pattern, and other things.

  2. I learned that programmers at this level of their carreer needs lots of guidance/mentoring from their seniors (most especially when the project is in a complex state already, and if the seniors don't want the juniors to mess with the code :grin:).

    (When I become a senior developer someday, I intend to guide/mentor my teammates who are in the beginning years of their carreer... provided of course that they also share some of their knowledge with me. :smile:)

  3. This is the time where I, and my teammates, plunged into the Clean Code book because one of our team leads made us read one chapter of the book each week, and spend about an hour each week discussing that chapter.

    Unfortunately, for some reasons unknown to me, our discussions stopped after a few meetings. We did not finish the book. We only discussed up to chapter five, I think. And I read up to chapter 8 of the book only. :disappointed:

  4. This is where I experienced writing unit tests after-the-fact, that is, after the production code is already written. — It was hard. :smile:

    But despite that experience, I'm not against writing tests. I am even a TDD advocate today through the influence of Uncle Bob Martin. But writing tests after the production code is already written requires a somewhat different skillset than doing TDD. I was, and is still, not skillfull on writing tests after-the-fact. But I'm trying to be good at it also.

^ back to Contents

March 2-4, 2016 — Enlightenment Period

I read (and studied) Uncle Bob Martin's blog post titled "A Little Architecture".

I would say that this is the time of my enlightenment on how to structure software projects.

"Architecture is not about frameworks and databases and web servers..."

I thought architecture is about how to combine all these frameworks together to form an application!

Windows Forms for presentation — ADO.NET for data access — SQL Server for database — ...

ASP.NET Web MVC for presentation — Entity Framework for data access — ...

Hot Towel SPA Template, ASP.NET Web API for presentation — Entity Framework for data access — StructureMap as DI Container — SQL Server for database — ...

Did I place much of my attention in the wrong places!?... I'm not sure. Perhaps this is just part of growing up as a programmer through trial-and-error, with no one personally guiding you.

Of course I understand that the peak of an enlightenment comes from a series of little enlightenments. So even though this article of Uncle Bob is very special to me, I understand the there are lots of other materials (and experiences) that helped me come into this kind of enlightenment.

^ back to Contents

October 2016 – June 2018 (1 year, 8 months)

Software Developer for mobile using Android at Mynd Consulting

Involved in developing versions 2 and 3 of the Dr. Oz app for Android devices. (Version 3 is not yet uploaded to the Play Store as of May 2018.)

Contributions:

Nothing extraordinary. Just did the tasks assigned to me.

But this time, because I already have a better understanding of polymorphism (and its use), the SOLID principles, and other things related to software design, I tried to use these knowledge in my coding.

Lesson(s) Learned:

  1. I learned how to work on a Java platform.

    Before this job, I only knew how to do real world apps using .NET.

    Doing Android made me more confident that I can also do work on other platforms.

  2. Even though we are using RxJava in our project, which others say makes dealing with background threads much easier, there was a time where I had to deal with what they call a race condition with this threads thing in version 2 of the project. It was hard — the bug was hard to find. Luckily, that feature was removed during version 3. Yehey!

    But I still have to learn more about this threads thing.

^ back to Contents


I'm an Initiate; perhaps a beginning Codesmith

Using Terence McGhee’s “Software Ninja Class Hierarchy”, today, I consider myself to be an Initiate, because I try to write code that is easy to read. I do that because I know that programmers spend more time reading code than writing code.

I’m not saying that I always write code that is easy to read. I still write messy code during trying times or during boring times or lazy times, with the intention of cleaning them up later of course :grin:. But I’m already aware, through experience, that code that is easy to read is valuable code. I also understand that later means never so if your organization insist that I should never write messy code, I will be happy to comply. :smile:

Also, I heard some people say that programmers sometimes sell themselves short. In relation to that, you might still forgive me if I consider myself a Level “Zero” Codesmith because I have little knowledge about TDD, the SOLID principles, Clean Architecture, and some Design Patterns. (Please note that in programming, “zero” could mean “initial” :grin:)

^ back to Contents


My learning philosophy today on software development

When I started coding, my focus on learning was trying to master the specifics of a programming language.

Then a few years later, my focus moved into trying to master specific frameworks and libraries.

But then I heard Uncle Bob Martin saying that software development has not changed in the last 40 years. And I heard Mattias Petter Johansson’s advise for programmers:

“… learn the stuff that doesn’t change around a lot. Learn the fundamentals that we figured out in the 70s and that have been true since. Learn programming in general. Don’t be a better Angular programmer, or even a better JavaScript programmer — just be a better programmer, period.”

So today, my focus moved into learning the basic principles of software design and methodologies, because these are the things that do not change a lot, and these things will help me make software that is maintainable, which many master programmers say is the primary value of software.

Today, my learning philosophy is like this:

Just-in-time learning about specific languages and frameworks and libraries

Ahead-of-time learning about basic principles and practices in software development, and about programming in general

I hope that kind of learning philosophy is okay with you. :smile:

When I am already hired in your company, I will spend the first few weeks concentrating on learning about the structure/architecture of the project I will be involved in, learning about the coding standards being used by the team, learning about the specific frameworks and libraries and languages that are being used in the project (if I am not yet familiar with them), and most importantly learning about the domain of the business that the software is being built for, even to the point of learning why the software was built.

When I reach the point where am already comfortable with my knowledge on the specific frameworks and libraries being used in the project, I will move my concentration again into learning about programming in general.

^ back to Contents

Thank you for your time!