Professional Software Engineer by day. Hobby developer, Modder by night.

file manager development

why this all of a sudden? I was introduced to php development for a little while now, and i had this in mind with several other things, this would also be a good point to start explaining with code, So where to start. let us define? It starts with what is the requirement? It is I want to view files in the server, I can traverse through the files with forward and backward traversing, i can see the file modification date I can see the file ownership information, I can see file icons and folder icons.

Old projects.

Hello fellas, So in the recent trend of the modern world, with everyone developing new software and technology and aiming to make the life of mankind easy, There are bunch of people who want to just learn new stuff and constantly do things and move on to the next thing.. i consider myself being in that bunch.. this will matter later. The thing about old projects is that they have an emotional touch with them, the reason why i am stating this is because, i think about the functionalities and often about how this could be implemented with the current knowledge that i have, being the way that I am, I mix real life with the code that i write, often times while i write the documentation, review the code that I wrote, or while making commit i find hints in my code that reflected the current scenario in my life.

MVC pattern

Dear Internet I didn’t blog for 2 weeks and it feels weird. i promise to write within every two weeks from here on now… i am terribly sorry!.This post is to clear up the silence that stagnated over the past 2 weeks. sry btw. Today I would like to share a thing (to tell my future self) that I learned in the recent weeks. It’s MVC. I was introduced to MVC pattern for developing applications.

Tamper Monkey

Hi again, Today I am going to share something that is somewhat related to reverse engineering. Well I was working on a project, at one point of time I was working on wireframes, since I was only doing the initial design and it would be just used as a reference by the design team so my senior adviced me to use mockup. Mockup So what is mockup you ask?

Software engineering and backend design

Today I wanna share something that I found was very useful in the recent times, which is ofcourse software engineering and backend design When I started developing.. at first I was a noob ‘as people would call’ I would do random sh**… I can explain this in more detail.. which is I would go straight to coding, learning the concepts that I need to implement a certain feature.. sometimes I would chase a particular feature first for the first day.