RANDOM CODEZ

HOMETAGSTUTORIALSREFERENCESEXAMPLESQUESTIONSIDETOOLS
Total: 699
HTML
CSS
JAVASCRIPT
SQL
JAVA
PHP
PYTHON
API
SPRING BOOT
BOOTSTRAP
NODE
TYPESCRIPT
ANGULAR
ANGULAR MATERIAL
REACT
ICONS
WEBSITE
YOUTUBE
VPS
Advertisements
ADVERTISEMENTS
POSTS

Search Results|

Bootstrap - How can we make bootstrap columns equal height?

Tags: bootstrap

Bootstrap columns can be made to occupy equal height by adding a class that defines the content height to 100% as explained in this tutorial.

Angular Application using ngx-charts

Tags: angular

Angular Application using ngx-charts

Angular Application using ng-bootstrap

Tags: angular

Angular Applications can use ng-bootstrap to use the components available in the Bootstrap framework in the form of Angular components.

Angular Application using Font Awesome

Tags: angular

Angular applications can use Font Awesome icon library either by using the CDN directly within the index.html file or install and use the library within the package.json file as explained in this article.

Angular Application using Bootstrap Framework

Tags: angular

Angular applications can either use the CDN directly or install and use the Bootstrap framework to utilize the features provided by bootstrap, like grid layout, utilities, components, etc.,

Angular - List elements References like index, first, last, even, odd, etc.,

Tags: angular

Angular provides a list of references, like index, first, last, even, odd, etc., which can be used while handling a list to determine the type of list element.

Sonar Qube - Server Setup

Tags: java

Sonar Qube helps in analyzing the code for its quality and coverage, which helps the developers write clean and efficient code.

Java - Mapping CSV to Java Beans Using OpenCSV Library

Tags: java,spring-boot

Java - Mapping CSV to Java Beans Using OpenCSV Library

Java - Mapping Java Beans to CSV Using OpenCSV Library

Tags: java,spring-boot

Java - Mapping Java Beans to CSV Using OpenCSV Library

Java - Reading from CSV File Using OpenCSV Library

Tags: java,spring-boot

In Java, we can easily read data to a CSV file using the OpenCSV library, which is one of the commonly used CSV parser libraries available for Java.

Spring Boot - Dependency for DevTools

Tags: spring-boot

The Spring Boot application that uses the below "devtools" dependency automatically restarts the application whenever the files on the classpath change.

Java - Writing to CSV File Using OpenCSV Library

Tags: java,spring-boot

In Java, we can easily write data to a CSV file using the OpenCSV library, which is one of the commonly used CSV parser libraries available for Java.

Spring Boot - Run Application using Command Line Tools

Tags: java,spring-boot

Spring Boot application can be build using Java, Maven, or Gradle from the command line tools easily with just a simple command, which makes it easy for running the applications on VMs and Container machines.

Spring Boot - Save Logs to a file

Tags: spring-boot

Spring Boot application generates several logs while running that contains some key information that helps in root cause analysis, which can be easily saved to a file on disk.

Spring Cloud - Config Server & Client Setup

Tags: spring-boot

Spring Cloud Config Server helps us externalize the application properties and maintain them separately in a GIT repository, from which the config server pulls the properties and serves all the applications that are configured as config clients.

Spring Boot - Build Deployable Executable JAR or WAR file

Tags: spring-boot

Spring Boot application can be deployed using an executable JAR or WAR file, which acts as a package that contains everything that is needed for an application to run, its code and dependencies. It can be easily deployed as a standalone application.

Spring Boot - Disable Data Auto Configuration

Tags: spring-boot

Spring Boot Data Auto Configuration can be disabled in two ways - either by excluding the respective classes in @SpringBootApplication annotation or specifying the respective properties in application.properties file.

Tomcat WAR Deployment - Spring Boot Application

Tags: java,spring-boot,vps

Tomcat WAR Deployment for a Spring Boot application is a common process immediately after an application is build or updated on local, especially for a new application there are certain changes that are needed for a smooth deployment on external tomcat servers.

Tomcat WAR Deployment - Successful but returning 404 NOT FOUND

Tags: java,spring-boot,vps

Tomcat WAR Deployment successful but returning 404 NOT FOUND is a common error that we sometimes get into when we first deploy a Java Spring Boot application WAR file to an external tomcat server.

Tomcat WAR Deployment - Failed with CSRF error

Tags: java,spring-boot,vps

Tomcat WAR deployment failed with CSRF error is a common error that we sometimes get into while deploying a Java Spring Boot application WAR file to an external tomcat server.

Spring Cloud - API Gateway

Tags: spring-boot

Spring Cloud API Gateway is a separate Spring Boot application, that acts as a single point of entry for a collection of microservices, which can be used to mask the actual application servers and their internal architecture, making the application more secured.

What are the various layout tags in HTML?

Tags: html-questions

What are the various layout tags in HTML?

What is the difference between the 'class' and 'id' attributes of an HTML element?

Tags: html-questions

What is the difference between the 'class' and 'id' attributes of an HTML element?

What are tags and attributes in HTML?

Tags: html-questions

What are tags and attributes in HTML?

How to write comments in HTML?

Tags: html-questions

How to write comments in HTML?

What are different types of lists in HTML?

Tags: html-questions

What are different types of lists in HTML?

What are HTML Entities?

Tags: html-questions

What are HTML Entities?

What is the advantage of collapsing white space in HTML?

Tags: html,html-questions

What is the advantage of collapsing white space in HTML?

What are void elements in HTML?

Tags: html,html-questions

What are void elements in HTML?

Are the HTML tags and attributes the same?

Tags: html,html-questions

Are the HTML tags and attributes the same?

Loaded 30 out of 699

Share and Help OthersShare Now

Is the content useful and worth sharing?

If you find the content useful and like to share it with others, you can click the below link to share on social platforms.

The content can be shared on most of the popular social networking platforms.

Feedback and SuggestionsSend Now

Do you have feedback or suggestions for us?

Your feedback and suggestions are important to us, as they help us grow stronger.

If you wish to share your feedback or suggestions, you can write to us at the below email address.

feedback@randomcodez.com
ADVERTISEMENTS
Online IDETry Now

Looking for an online IDE?

We have some interesting and useful online tools that can be used to perform some of the tasks that we struggle to do on a daily basis.

You can take a look and make use of them to simplify your software development and testing.

Here is a list of some of the examples already available on IDE.

Open IDE with HTML ExamplesOpen IDE with CSS ExamplesOpen IDE with JavaScript Examples
Interactive Online ToolsTry NowYouTube ChannelGo To Channel

Are you a visual learner who prefers videos for learning?

We publish some useful content on YouTube on a regular basis, which will be useful for you.

You can take a look and subscribe to the YouTube channel if you wish to receive updates on videos we publish on YouTube.

You can also share your feedback and suggestions on YouTube in the form of like, share, comment and subscription.

Our YouTube Channel
ADVERTISEMENTS
Copyright © 2021-2023 RandomCodez. All rights reserved.Version: 1.0.0