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

Author: CodingPanel Editor

Blog Hero

How to Use Angular Like a Pro

Posted on October 27, 2020February 10, 2021 by CodingPanel Editor

Angular is a framework or platform used for creating single page application by using HTML and Typescript. Angular is written using Typescript, which means it implements optional and core functionalities as a Typescript library that you can import in your applications. You don’t need to use any third-party libraries to create basic functionalities. Everything is…

+

How to convert SQL query to LINQ

Posted on October 8, 2020October 14, 2020 by CodingPanel Editor

Short for Language INtegrated Query, LINQ serves as a means for the .NET languages to retrieve data from the data sources by building suitable queries. First introduced with the .NET Framework, version 3.5 and Visual Studio 2008, the most significant advantage with LINQ vis-a-vis SQL queries is that the former is a lot simpler while…

+

An overview of multithreading in Java

Posted on September 3, 2020September 10, 2020 by CodingPanel Editor

When an operating system starts a program, it creates a new process; a process is essentially a program that is currently running. Every process is given one Thread (it can have more). Think of a thread as a linear path of execution through a program. Each Thread has its local variables, program counters (a program…

+

Agile Best Practices for Better Team Productivity

Posted on September 2, 2020October 14, 2020 by CodingPanel Editor

The agile methodology is widely adopted by many industries whose primary focus is to build products through a continuous cycle of small changes. Waterfall uses step by step techniques for product development while the agile practices bring flexibility with constant updates in the whole process. According to a recent survey, 71% of organizations use agile…

+

Python Face detection Using OpenCV

Posted on September 1, 2020September 22, 2020 by CodingPanel Editor

Today, with the development of modern technology, we can see so many applications are using face detection technologies to make their solutions optimal. Let us try to get started with this interesting technology through this article. In this article, we are going to discuss how we can detect faces in a given image file using…

+

How to Create Progress Bar in Kotlin

Posted on August 28, 2020August 31, 2020 by CodingPanel Editor

In the coming years, mobile app development is going to be a separate department in every company. You can have a bright future in this field. That is the reason we have started this series, where we help beginners to learn mobile app development. In this tutorial, you will learn how to create a progress…

+

How to Create a button using Kotlin

Posted on August 25, 2020October 27, 2020 by CodingPanel Editor

Today, you’ll learn how to create a button or add a button in a mobile application using Kotlin. Besides this, we will add a small event so that you can have a better understanding. In the example, we are also going to intent so that we can transfer the control from one activity to another…

+

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…

+
  • 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