Open in app
Home
Notifications
Lists
Stories

Write
Pasan Kamburugamuwa
Pasan Kamburugamuwa

Home

About

Jul 12

Provide + Inject in VueJs

When we need to pass data between the two components, we stick to using the props. But think, when we have a significant number of components and there is a hierarchy of getting into the last component from the parent component, this will become more complex with the use of…

Vuejs

3 min read

Provide + Inject in VueJs
Provide + Inject in VueJs

Jul 6

Vue-Router: Building “Multi-Page” Single Applications.

Vuejs is a progressive framework that is used to create single-page web applications by using components. Without refreshing the browser, the application can transit from page to page with the help of the Vue router. This help to develop dynamic and excellent front-end applications. Vuejs is famous for building SPA(Single…

Vue Router

6 min read

Vue-Router: Building “Multi-Page” Single Applications.
Vue-Router: Building “Multi-Page” Single Applications.

Jul 5

Component Communication in VueJs

In most Javascript frameworks, the entire web page is divided into smaller components and together with all those components, we call a web page. As developers, we need to stick to best practices to use the same components multiple times in our web application. …

Vuejs

6 min read

Component Communication in VueJs
Component Communication in VueJs

Apr 26

15 Interview Questions you might get in an interview as a Software Engineer

I am glad to be back after some time. In today’s article, I am a little bit deviating from what I have published so far. So in this article, I am going to discuss the most important 15 questions you might get in an interview. Sofware Engineering interviews are somewhat…

Software Engineer

13 min read

15 Interview Questions you might get in an interview as a Software Engineer
15 Interview Questions you might get in an interview as a Software Engineer

Apr 10

Top 10 Git Commands which help you!

Git is a free and open-source distributed version control system that can handle everything from tiny to very large projects with ease. Git tracks the changes you make to files, so you have a record of what has been done, and you can revert to specific versions need to. And…

Git

6 min read

Top 10 Git Commands which help you!
Top 10 Git Commands which help you!

Nov 9, 2021

Static Variables, Methods, Block, and Classes in Java

When you face a Java interview, there most probably interviewer will ask about static keyword and their usages. Not for the interviews, you need to have a better understanding of static variables, methods, blocks, and classes when comes to Java program development as we need to stick to best practices…

Java Programming

7 min read

Static Variables, Methods, Block, and Classes in Java
Static Variables, Methods, Block, and Classes in Java

Oct 22, 2021

Why Exception Handling in Java?

In every program, whether you build it using java or any other language, there may be errors that might occur at runtime. Here, we will go through the java exception handling with some examples. Java’s exception-handling mechanism is a clean, well-lighted way to handle “exceptional situations” that pop at runtime…

Exception Handling

7 min read

Why Exception Handling in Java?
Why Exception Handling in Java?

Oct 18, 2021

Life and Death of an Object in Java

Objects are born and objects die. we are in charge of an object’s lifecycle and decide when and how to construct them. We can destroy the objects after using it. If we couldn’t delete the object and simply abandon it, the heartless Garbage Collector (GC) can vaporize it, reclaiming the…

Objects In Java

5 min read

Life and Death of an Object in Java
Life and Death of an Object in Java

Oct 14, 2021

Abstraction and Serious Polymorphism in Java

Polymorphism in Java is the ability of an object to take many forms. To simply put, polymorphism in java allows us to perform the same action in many different ways. So before we go into the polymorphism, let’s have a look at abstract classes in java. Some classes should not…

Polymorphism

5 min read

Abstraction and Serious Polymorphism in Java
Abstraction and Serious Polymorphism in Java

Oct 13, 2021

Classes and Objects in Java

Java is an object-oriented programming language and you need to deal with objects and classes when programming. But Java also supports procedural programming. The main drawback that you will get from using this procedural method of programming is if you get a change request while in the middle of the…

Classes And Objects

3 min read

Classes and Objects in Java
Classes and Objects in Java
Pasan Kamburugamuwa

Pasan Kamburugamuwa

Software Engineer

Following
  • Marian Čaikovski

    Marian Čaikovski

  • Ajay Rathod

    Ajay Rathod

  • Asiri H.

    Asiri H.

  • Kavini Thisara

    Kavini Thisara

  • Sanjiva Weerawarana

    Sanjiva Weerawarana

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable