Skip to content
View arpy-2's full-sized avatar
  • https://usersecret.featurebase.app

Block or report arpy-2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arpy-2/README.md

Welcome everyone !

$ echo "I'm Arpy" >> README.md


git html,css,javascript python java Windows Linux
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;

@Slf4j
class ProfileTest {

	@Test
	void runFullStackInfo() {
		String role = "Full-Stack Developer";
		List<String> frontend = List.of("HTML", "CSS", "JavaScript");
		List<String> backend = List.of("Java", "SQL", "JSON");
		String systems = "Windows & Linux";
		
		Profile profile = new Profile(role, frontend, backend, systems);
		
		log.info(role);
		log.info(frontend.toString());
		log.info(backend.toString());
		log.info(systems);
		
		assertEquals(role, profile.getRole());
		assertEquals(frontend, profile.getFrontendSkills());
		assertEquals(backend, profile.getBackendSkills());
		assertEquals(systems, profile.getSystems());
	}
}

Pinned Loading

  1. project-starter-kit project-starter-kit Public

    Dockerfile

  2. AI_Development AI_Development Public

    1