Menu
CodingPanel.com
  • Home
  • Technologies
    • Angular
    • C++
    • Java
    • JSON
    • JavaScript
    • Kotlin
    • PHP
    • React
  • Topics
    • Algorithms
    • Computer Science
    • Design Patterns
    • Software Design
    • Software Engineering
    • Web Development
  • Interview Questions
    • C# Interview Questions
  • Learn
    • My Learning
    • Data Structure
    • Programming
  • Jobs
    • Find a Job
    • Post a Job
    • Job Dashboard
CodingPanel.com

Top 5 Programming Languages you should learn to become a Web Developer

Posted on August 13, 2020December 21, 2020 by CodingPanel Editor

If you are starting, then it is wise to learn a mainstream programming language that is also beginner-friendly. To help out a newbie like you, I have listed five best programming languages. You can choose and decide which one of these works best for you. 1- JavaScript   There is no way you can afford…

+

How to convert an Array to String in PHP?

Posted on August 1, 2020August 1, 2020 by CodingPanel Editor

In this article, you will learn how to convert an array into the string using PHP’s built-in function implode(). Syntax. Convert an Array to String using PHP The implode function takes two values as parameters. implode ( string $glue , array $pieces ) : string glue – It’s a value that is concatenated to each…

+

How to sort an array in JavaScript using Quick Sort Algorithm?

Posted on July 29, 2020February 10, 2021 by CodingPanel Editor

  How Quick Sort Algorithm works? The following steps explain how quicksort works. First, select an element – as a pivot element Compare all elements with the selected pivot element and arrange these in an order such that the elements less than the pivot element are placed on its left side and elements greater than…

+

File Handling in Java

Posted on July 17, 2020July 17, 2020 by CodingPanel Editor

Java offers all the basic functionalities in file handling such as: Create Read Write Delete Before you begin with any of the file handling operations, you must import the java.io.File package, and then you have to create a Java file object. Apart from this, refer to the table below in order to learn all the…

+

Polymorphism in Java

Posted on July 13, 2020July 16, 2020 by CodingPanel Editor

  Now, in both the subclasses, the “material” method will be used, and with polymorphism, it is possible to use the same method “material” of parent class in both the subclass. In Java, there are two types of Polymorphism available. Static Polymorphism Dynamic Polymorphism In this tutorial, you’ll learn about both of these with appropriate…

+

Introduction to Java Applets for Beginners

Posted on July 13, 2020July 13, 2020 by CodingPanel Editor

In Java, Applets is a program that can run on a Web Page. Applet runs in a browser, and it can be embedded in the web browser (HTML page) using the Object tag. Applet makes Java more compatible and allows it to create dynamic web pages. Java Applet has a life cycle with appropriate methods…

+

TinyXML2 Parser Tutorial using C++ (Read – Write)

Posted on June 18, 2020December 28, 2020 by Feras S

C++, without any doubt, is the most popular programming language that can be found literally everywhere. since its birthdate in 1985, C++ has been the base language for learners, engineers, scientists, and researchers. In some instances, an application written in C++ may require saving and retrieve data that is located in an XML file. There…

+

Object-oriented vs. component-based design in software development

Posted on June 18, 2020December 21, 2020 by Feras S

In this article, I am going to talk about the two concepts that may seem similar at so many levels. Like in .NET and Java, the class is also a component. Component and Objects also share a few properties, including reusability, encapsulation, minimal dependencies, etc. Component-based design primarily focuses on the decomposition of the design…

+

How to perform DNS lookup on a domain name in PHP?

Posted on June 17, 2020July 22, 2020 by CodingPanel Editor

PHP offers a built-in function dns_get_record() to fetch DNS resource information associated with a domain name. Syntax of dns_get_record() The following is the syntax of dns_get_record() function. dns_get_record ( string $hostname [, int $type = DNS_ANY [, array &$authns [, array &$addtl [, bool $raw = FALSE ]]]] ) : array This function takes a…

+

Design patterns every developer should know about

Posted on June 17, 2020June 17, 2020 by CodingPanel Editor

Design patterns are reusable solutions to problems that we often face as software engineers. It is not a component or class that can be reusable. It is more like a statement of the problem and solution that works best for that specific problem. The design patterns can be used as a plug-n-play part of the…

+
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Blog Authors

avatar for Asha S.Asha S. (1)

IT specialist Veteran

avatar for CodingPanel EditorCodingPanel Editor (34)

Blog Hero

avatar for Feras SFeras S (4)

Software Engineer

Programming Courses

  • Learn C Programming
    by CodingPanel Editor
    32 Lessons
  • Learn C++ Programming
    by CodingPanel Editor
    12 Lessons
  • React Tutorial
    by CodingPanel Editor
    21 Lessons
©2021 CodingPanel.com | Powered by WordPress & Superb Themes