Golang Tutorial
Learn Golang tutorials with examples

March 9, 2022 · 2 min read
This tutorial talks about gradle commands used in android applications. You can do the same tasks using android studio. Knowing commands is helpful for mobile developers to get confidence in app build and deployment. How to list tasks from the command line in the android application The Gradle wrapper provides a task command to list out all available tasks in the Android app. In windows, Please run the following command...
January 5, 2022 · 7 min read
In this tutorial, learn the basics of Primeng Dropdown with examples. The ‘dropdown’ is a user interface element that displays an elements list and allows the user to select one of the elements from the list. The element can be plain strings, JSON arrays, or javascript Objects. Primeng has a set of rich UI Elements for Agular Framework on typescript from the Primefaces team. Contents primeng Angular dropdown features Integration primeng dropdown into the existing angular application Primeng Angular dropdown example Primeng Dropdown OptionLabel example Primeng Modal Driven Form Example Primeng ng-template custom label and content Primeng Dropdown style and Icon Change Primeng Important Events and properties How to Fix for CUSTOM_ELEMENTS_SCHEMA Angular Error Conclusion You can check my previous posts on the primeng framework....
January 1, 0001 · 3 min read
This post covers a Data transfer object(DTO) covers an example and naming conventions. The Data Transfer Object (DTO) design pattern is one of the design patterns used to transfer data from one system to another. These are also called Transfer Object or Value Object Why is the Data Transfer Objects pattern required? We must retrieve data from the database in the majority of java projects Database. In a method of a java class, you query the databases from your application (for example, select employee id, employee name from employee)....
Recent posts
Julia examples - Variable Type Nim example - Convert String to/from the Int How to get length of an array and sequence in Nim? Nim environment variables - read, set, delete, exists, and iterate examples? How to convert from single character to/from string in Nim?