skip to Main Content

Press it with WordPress!

HTML, PHP, jQuery, CSS and HTML- These are programming languages I usually use to create websites. But, when I started working at DCGWS they introduced me to world of WordPress development.

Read More

“This” Property and Understanding It

When a function is created, a keyword called “this” is created which links to the object in which the function operates. Said another way, this is available to the scope of its function, yet is a reference to the object of which that function is a property/method. The this property is used in ‘this.gender’ simply refers to the object on which the function is operating.

Read More

4 Tips for Efficient Programming

Even though I have little experience, I would like to give some tips to those who are planning on becoming a software developer. Although I do not claim to have much programming wisdom or experience, but because these tips have always helped me, I’m going to share them to you.

Read More
Back To Top