Object Oriented Programming

Simplifying THIS key word specifically for Javascript .

Hallo Readers! Today the topic would be one of the corner stone of JavaScript programming. Usage of this key word! In my experience I have noticed that there are two kind of Java Script developers. One those who prefer to use JavaScript only for web tweeks, even though this number is decreasing fast, still this …

Simplifying THIS key word specifically for Javascript . Read More »

Type safety vs Strongly Typed vs Thread safety!!! Even then you can not keep it SAFE from Developers!

Type safety is a functionality of a programming language where the data types are well defined during the compilation. Which means no dynamic / run time assignment of types. Like a string should be defined as a string from the beginning. However languages like Python or Java Script the variables type gets decided when it …

Type safety vs Strongly Typed vs Thread safety!!! Even then you can not keep it SAFE from Developers! Read More »

Inheritance & Interface two pillars of solid foundation!

A question always lurks into most of the programmers minds, what makes a developer a senior developer or a better programmer? Or, how your college level code is different from a professional developer’s code. Now please don’t me wrong, you can be one of those wow programmers who coded like a pro in the college …

Inheritance & Interface two pillars of solid foundation! Read More »

Scroll to Top