From 732591c3221a85869812dfc5622d58d2f9f887ab Mon Sep 17 00:00:00 2001 From: kyledolero Date: Fri, 6 Sep 2024 15:48:47 +0200 Subject: [PATCH] Freelance job 'Java Developer ' has been unpublished --- _data/freelance.yml | 3 +-- jobs/freelance/234.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/_data/freelance.yml b/_data/freelance.yml index d9c37a9..311420c 100644 --- a/_data/freelance.yml +++ b/_data/freelance.yml @@ -1878,6 +1878,5 @@ description: "\r\n

Job \r\nDescription:


\r\n

We \r\nare seeking a highly skilled Java Developer with over 5 years of experience, \r\nparticularly in Java and Spring Boot, to join us on a freelance basis in \r\nAntwerp. 

\r\n

The \r\nsuccessful candidate will be responsible for developing and maintaining \r\nhigh-performance applications, ensuring scalability and \r\nresponsiveness. 

\r\n

You \r\nmust be fluent in Dutch, with French as a bonus skill.



\r\n

 Key \r\nResponsibilities:


\r\n

- \r\nDevelop and maintain robust Java applications using Spring Boot.

\r\n

- \r\nCollaborate with cross-functional teams to define, design, and ship new \r\nfeatures.

\r\n

- \r\nIdentify and troubleshoot software bugs and performance bottlenecks.

\r\n

- \r\nWrite well-designed, efficient, and testable code.

\r\n

- \r\nParticipate in code reviews to ensure code quality and compliance with \r\nstandards.



\r\n

 Requirements:


\r\n

- \r\nOver 5 years of experience in Java development.

\r\n

- \r\nProficient in Spring Boot framework.

\r\n

- \r\nFluent in Dutch (native), French is a plus.

\r\n

- \r\nStrong understanding of object-oriented programming and software design \r\npatterns.

\r\n

- \r\nFamiliarity with Agile development practices is a plus.


" username: kyledolero date: 2024-09-06T15:44:53.7767442+02:00 - unpublishdate: 2024-11-05T00:00:00.0000000+01:00 - published: true + unpublishdate: 2024-09-06T00:00:00.0000000+02:00 slug: java-developer diff --git a/jobs/freelance/234.html b/jobs/freelance/234.html index f0dcc21..875e0cf 100644 --- a/jobs/freelance/234.html +++ b/jobs/freelance/234.html @@ -6,5 +6,14 @@ subTitle: Region Antwerp --- -{% assign job = site.data.freelance | where: "id", page.id | first %} -{% include freelance/freelance-full.html job=job %} +
+

This opportunity is no longer vacant

+

Check these recently added opportunities:

+
+ +{% assign allJobs = site.data.freelance | sort:"date" | reverse | slice: 0, 7 %} +{% for freelanceJob in allJobs %} + {% if freelanceJob.published %} + {% include freelance/freelance-job.html job=freelanceJob %} + {% endif %} +{% endfor %}