Skip to content
The Code She Writes

The Code She Writes

A software engineer's journey

  • All posts
  • Cheat sheets
  • Useful links
  • TIL
  • LinkedIn
  • Github
  • Mastodon

Tag: OCP

Series of articles preparing for the Java Oracle Certified Professional certification exam (OCP)

Stream API – Java advanced (OCP)
Java
November 12, 2022November 29, 2024

Stream API – Java advanced (OCP)

The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…

Read More
Collections in Java: there’s more than ArrayList – Java advanced (OCP)
Development, Java
December 6, 2021November 29, 2024

Collections in Java: there’s more than ArrayList – Java advanced (OCP)

In a previous article I covered Array and ArrayList. Here, I’m going through other data structures in Java and some…

Read More
Developing secure applications – Java advanced (OCP)
Development, Java
June 20, 2021January 9, 2025

Developing secure applications – Java advanced (OCP)

This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training) and as required…

Read More
Annotations – Java advanced (OCP)
Development, Java
June 14, 2021November 29, 2024

Annotations – Java advanced (OCP)

Java provides built-in ready-to-use annotations as well as the possibility to create one’s own annotations. Annotations allow to add metadata…

Read More
Concurrency and Multithreading – Java advanced (OCP)
Development, Java
June 7, 2021November 29, 2024

Concurrency and Multithreading – Java advanced (OCP)

Every Java program running has at least one thread, “main”, automatically created by the JVM. Each thread is represented by…

Read More
JDBC : Java DataBase Connectivity – Java advanced (OCP)
Development, Java
June 1, 2021November 29, 2024

JDBC : Java DataBase Connectivity – Java advanced (OCP)

JDBC is a database neutral Java API in the java.sql package that allows connectivity and operations on databases. JDBC drivers…

Read More
Modularity – Java advanced (OCP)
Development, Java
May 31, 2021January 9, 2025

Modularity – Java advanced (OCP)

Possibility to organize a projects in modules appeared in Java 9. In this post, we’ll have a look at differences…

Read More
Functional programming and lambda expressions – Java advanced (OCP)
Development, Java
May 23, 2021November 29, 2024

Functional programming and lambda expressions – Java advanced (OCP)

Functional Programming (FP) is a programming paradigm, as OOP is. Java can make use of both. FP relies on Functions.…

Read More

Posts navigation

Older posts

RSS feed

RSS feed subscription button

Tags

advanced AI Angular Azure beginner book takeaways career development career switch certification conventions takeaways data deployment efficiency frontend intermediate Linux Mobile development OCA OCP soft skills team work tutorial wellbeing what does a ... do? work from home

Categories

  • Alternative jobs for Software Engineers
  • Career
  • Cloud
  • CSS
  • Developers well-being
  • Development
  • Front-end development
  • Gender equity and diverse-IT
  • IT project management
  • Java
  • Soft skills for tech engineers
  • Team work
  • Tooling
  • UX/UI
  • WFH – Work from home

Who’s “she”

30-something Software Engineer

📌 Passionate about Knowledge Sharing, UX/User Centric development, Inclusion and Ethics, DevOps and automation, Developer Experience.

📌 Started working in IT after a career shift (10 years in a non-technical field).

📌 5 years’ experience in Software Engineering.

Copyright © 2025 The Code She Writes | Explore Blog by Ascendoor | Powered by WordPress.