Darshan PonikarforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Jan 2, 2023TypeScript: Any, Unknown and NeverIn this blog, we'll explore some unique TypeScript annotations. We will look at the functioning of type annotations and learn a bit about them. 1. any Anyis like an escape hatch; it can be used when you are not sure about a type. When you use any typ...Discuss·12 likes·185 readsTypeScript
Kritim Prasad Kafleforkritim's blogkritim.hashnode.net·Apr 16, 2023Springboot AnnotationsSpring Boot provides a variety of annotations that simplify the development of Java applications. Here are some of the most commonly used annotations: @SpringBootApplication: This is the main annotation used to bootstrap a Spring Boot application. I...Discuss·11 likesJava
Zainab LawalforZainab Lawalzeeskylaw.hashnode.net·Mar 6, 2023Annotations in JavaIntroduction Annotations in Java are a form of metadata that can be added to code to provide additional information about it. They are represented using the @ symbol followed by the name of the annotation and can be added to various program elements ...Discuss·4 likesJava
Amit kumarforEmbracing Tech Evolutiontechthoughtsexplorer.hashnode.net·Apr 21, 2023Unleashing the Power of Annotations in Java: A Comprehensive GuideIntroduction to Annotations in Java Java annotations are a powerful language feature that allows developers to add metadata to their code. They enable programmers to associate information with code elements, like classes, interfaces, methods, and fie...Discuss·1 likeJava Uncovered: Exploring the Infinite PossibilitiesJava
Omotayo Olutekunbiforomotayoo.hashnode.net·Apr 19, 2023The Role of a Data Annotator in Machine Learning and Artificial IntelligenceA data annotator is a professional who specializes in creating labeled data sets. Data annotation is the process of adding metadata to data sets, such as text, images, and videos, to make it easier for machines to understand and analyze them. Data an...Discuss·1 likeData Science
Kritim Prasad Kafleforkritim's blogkritim.hashnode.net·Apr 16, 2023Springboot AnnotationsSpring Boot provides a variety of annotations that simplify the development of Java applications. Here are some of the most commonly used annotations: @SpringBootApplication: This is the main annotation used to bootstrap a Spring Boot application. I...Discuss·11 likesJava
Zainab LawalforZainab Lawalzeeskylaw.hashnode.net·Mar 6, 2023Annotations in JavaIntroduction Annotations in Java are a form of metadata that can be added to code to provide additional information about it. They are represented using the @ symbol followed by the name of the annotation and can be added to various program elements ...Discuss·4 likesJava
Vipul GuptaforVipul Gupta's blogvipulgupta31.hashnode.net·Jan 31, 2023How To Automate Using TestNG In Selenium?Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Discuss·105 readsselenium-webdriver
Nitish Bhattfornitishbhattnitishbhatt.hashnode.net·Jan 18, 2023Annotations in KotlinAnnotations in Kotlin allow developers to add metadata to their code. These annotations can be used for a variety of purposes, such as code generation, reflection, and more. In this post, we will take a closer look at the Annotation class in Kotlin a...DiscussKotlin
Ishita Ghoshforishitaghosh.hashnode.net·Jan 15, 2023Understanding Spring AnnotationsSpring Framework came into existence on 1st October 2002. Since then many of its versions have been released and it has become quite a popular framework in the IT industry. Spring MVC is a Web MVC Framework for building web applications. It follows t...Discuss·2 likes·41 readsSpring
Darshan PonikarforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Jan 2, 2023TypeScript: Any, Unknown and NeverIn this blog, we'll explore some unique TypeScript annotations. We will look at the functioning of type annotations and learn a bit about them. 1. any Anyis like an escape hatch; it can be used when you are not sure about a type. When you use any typ...Discuss·12 likes·185 readsTypeScript
Anusha SPforanushasp07.hashnode.net·Aug 10, 2022Annotations of Spring Frameworks!Hey Reader !!! In this post let's learn some of the annotations used in Spring and Spring-Boot Frameworks !!! The contents of the blog include: Class level annotations Property and method level annotations Transaction based annotations Entity based ...Discuss·1 like·85 readsSpringboot
Ramit Dhamijaforramitdhamija.hashnode.net·Apr 30, 2019[Tutorial On JUnit Annotations In Selenium With Examples]JUnit is a Java-based, open-source framework to help you execute unit testing. JUnit is used primarily to test each and every unit or component of your application like classes and methods. It helps to write and run repeatable automated tests, to ens...Discuss·35 readsTutorial