Skip to content

The Coding Cricketer

Join Us To Code Your Way To The Cricketing World

  • Home
  • Cricket
  • The Knowledge Book

Category Archives: Coding

Hoisting – JavaScript Concepts Simplified

Hello there, today we’ll look at the hoisting idea in JavaScript.

Posted byThisura ThenukaSeptember 18, 2021September 18, 2021Posted inCodingTags:hoisting, javascript, javascript-concepts-simplifiedLeave a comment on Hoisting – JavaScript Concepts Simplified

Simple Intro to Java’s assert Keyword

Good day, guys! Today we’ll look at the assert keyword in Java and when it’s appropriate to use it.

Posted byThisura ThenukaAugust 22, 2021September 19, 2021Posted inCodingTags:assert, JavaLeave a comment on Simple Intro to Java’s assert Keyword

Why does React use a Virtual DOM?

Good day, guys! Today, I’ll explain why React employs a virtual DOM on top of the real DOM, and how it increases overall performance significantly.

Posted byThisura ThenukaAugust 19, 2021Posted inCodingTags:React, Reconciliation, Virtual DOMLeave a comment on Why does React use a Virtual DOM?

Understanding the DOM

Greetings, friends! Today, I’ll discuss what the DOM (Document Object Model) is all about.

Posted byThisura ThenukaAugust 18, 2021Posted inCodingTags:CSS, DOM, HTML, JS1 Comment on Understanding the DOM

Exception Handling in Java

Good day, guys! I’m back with an essential piece about something you might have already encountered. The focus of today’s article is on Exception Handling in Java

Posted byThisura ThenukaJuly 25, 2021July 25, 2021Posted inCodingTags:Exception Handling, Java, Java FundamentalsLeave a comment on Exception Handling in Java

Automate your Deployments using Bash Scripts

If you are a developer who is working on a project that doesn’t have a code pipeline, this article would help you save a lot of time.

Posted byThisura ThenukaMay 9, 2021May 9, 2021Posted inCodingTags:Automation, BashLeave a comment on Automate your Deployments using Bash Scripts

Java OOP Interview Questions – Part 02

Today I’ll be discussing another 10 questions regarding the deadly diamond of death, UML relationship types, sorting, serialization, static blocks and many more.

Posted byThisura ThenukaJanuary 23, 2021January 23, 2021Posted inCodingTags:Java, Java OOP ConceptsLeave a comment on Java OOP Interview Questions – Part 02

Java OOP Interview Questions – Part 01

This article covers core OOP concepts, Java Threads, Multithreading and Synchronization

Posted byThisura ThenukaJanuary 23, 2021January 24, 2021Posted inCodingTags:Interview Questions, Java, Java OOP ConceptsLeave a comment on Java OOP Interview Questions – Part 01

Variable Arguments (Varargs) in Java

Hello coders, I am back with a new article series called Exploring Java. Here I am basically going to take java concepts and explain them one at a time and show you how and when to you them. I’ll try to keep the articles short and simple for you to grasp the core easily.

Posted byThisura ThenukaDecember 7, 2020Posted inCodingTags:Exploring Java, VarargsLeave a comment on Variable Arguments (Varargs) in Java

Java OOP Concepts : Abstraction

Hello coders, I am back with another new article in my Java OOP Concepts article series. The concept that I’m going to elaborate today is called Abstraction.

Posted byThisura ThenukaNovember 19, 2020Posted inCodingTags:Abstraction, Java OOP ConceptsLeave a comment on Java OOP Concepts : Abstraction

Java OOP Concepts – Polymorphism

Hello fellow coders, I am back with another article in our Java OOP concepts article series. We learned about Inheritance in the earlier article. Today, we are going to learn about a concept called polymorphism that is also associated with Inheritance.

Posted byThisura ThenukaNovember 17, 2020Posted inCodingTags:Java OOP Concepts, PolymorphismLeave a comment on Java OOP Concepts – Polymorphism

Java OOP Concepts : Inheritance

Hello coders, I am back with another article about Java OOP concepts. Today, I am going to be explaining about Inheritance concept.

Posted byThisura ThenukaOctober 28, 2020Posted inCodingTags:Inheritance, Java OOP ConceptsLeave a comment on Java OOP Concepts : Inheritance

Java OOP Concepts – Encapsulation

Today, I am going to start a new article series regarding Java OOP Concepts. To start this off, I would like to discuss Encapsulation in this article.

Posted byThisura ThenukaOctober 20, 2020Posted inCodingTags:Encapsulation, Java OOP ConceptsLeave a comment on Java OOP Concepts – Encapsulation

IPL 2020 Team Review : CSK

Today I am going to start the article series off with a review about Chennai Super Kings (CSK).

Posted byThisura ThenukaSeptember 13, 2020September 20, 2020Posted inCodingTags:CSK, IPL 2020Leave a comment on IPL 2020 Team Review : CSK

Must Know Concepts About Designing APIs

I am going to talk you through from the basic explanation of what an API is to all the things I find important that are not being discussed often.

Posted byThisura ThenukaSeptember 2, 2020September 2, 2020Posted inCodingTags:Designing APILeave a comment on Must Know Concepts About Designing APIs

TreeMaps – Java Collections Framework

If you want to save a sequence of key/value pairs and if you want them ordered by the key, what would be your ideal option? Don’t have an idea? Don’t worry. Let’s talk about that today.

Posted byThisura ThenukaAugust 3, 2020Posted inCodingTags:Java Collections Framework, TreeMapsLeave a comment on TreeMaps – Java Collections Framework

HashMaps – Java Collections Framework

Hello coders, I am back with a new article in my Java Collections Framework article series. Today, I am going to discuss about HashMap class in Java. HashMap extends the Map interface in Java

Posted byThisura ThenukaJuly 27, 2020Posted inCodingTags:HashMaps, Java Collections FrameworkLeave a comment on HashMaps – Java Collections Framework

Set Interface – Special Article 02

Hello fellow coders, I am back with my second article of our Java Collections Framework article series. I am dedicating this special article to point out important points about the Set interface.

Posted byThisura ThenukaJuly 23, 2020Posted inCodingTags:Java Collections Framework, Set InterfaceLeave a comment on Set Interface – Special Article 02

TreeSets – Java Collections Framework

Hello coders, I am back with another article in my Java Collections Framework article series. Today I am going to discuss our 3rd and final class that implement the Set Interface which is TreeSet class. TreeSet is quite similar to the HashSet class we talked about earlier.

Posted byThisura ThenukaJuly 17, 2020Posted inCodingTags:Java Collections Framework, TreeSetLeave a comment on TreeSets – Java Collections Framework

LinkedHashSets – Java Collections Framework

Hello coders, today I am going to talk about another class that implements the Set interface in Java called LinkedHashSet.

Posted byThisura ThenukaJuly 13, 2020Posted inCodingTags:Java Collections Framework, LinkedHashSetsLeave a comment on LinkedHashSets – Java Collections Framework

HashSets – Java Collections Framework

Hello guys, I am back with our 4th article in my article series regarding the Java Collections Framework. Today I am going to educate you guys about the HashSet class in Java.

Posted byThisura ThenukaJuly 10, 2020Posted inCodingTags:HashSets, Java Collections FrameworkLeave a comment on HashSets – Java Collections Framework

What is Video Encoding, Decoding and Transcoding?

Hello coders, today I am going to talk about what is encoding and decoding videos mean. If you have heard about encoding, decoding and codes but have never gone on to find out what it was, let me do it for you

Posted byThisura ThenukaJuly 6, 2020Posted inCodingTags:Codecs, EncodingLeave a comment on What is Video Encoding, Decoding and Transcoding?

List Interface – Special Article 01

Hello guys, as I promised you, today I am bringing you a special article about List Interface in Java. Since we have covered all 3 classes that implement List interface in Java Collections Framework, I thought of giving you guys kind of a summary to help to memorize the concepts better.

Posted byThisura ThenukaJune 28, 2020Posted inCodingTags:Java Collections Framework, List InterfaceLeave a comment on List Interface – Special Article 01

Vectors – Java Collections Framework

Vectors - Featured Image

Hello guys, I am back with my 3rd article in this Java Collections Framework article series. Today, I am going to talk about a class you may not have heard about that often. It is called Vector.

Posted byThisura ThenukaJune 25, 2020Posted inCodingTags:Java Collections Framework, VectorsLeave a comment on Vectors – Java Collections Framework

LinkedLists – Java Collections Framework

I am back with the 2nd article in my Java Collections Framework article series. Today, I am going to talk about LinkedLists in Java.

Posted byThisura ThenukaJune 20, 2020Posted inCodingTags:Java Collections FrameworkLeave a comment on LinkedLists – Java Collections Framework

Posts pagination

1 2 Older posts
The Coding Cricketer, Create a website or blog at WordPress.com
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • The Coding Cricketer
    • Join 52 other subscribers
    • Already have a WordPress.com account? Log in now.
    • The Coding Cricketer
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar