justinjongstra.nl Open in urlscan Pro
188.114.96.9  Public Scan

Submitted URL: http://justinjongstra.nl/
Effective URL: https://justinjongstra.nl/
Submission: On April 12 via api from US — Scanned from NL

Form analysis 1 forms found in the DOM

GET mailto:justinjongstra8@gmail.com

<form action="mailto:justinjongstra8@gmail.com" method="get" enctype="text/plain" class="max-h-0 overflow-hidden" id="contactForm">
  <input type="text" name="yourEmail" placeholder="Your email"
    class="w-full rounded-lg p-4 shadow bg-blur bg-gray-100 mb-4 dark:bg-gray-900 dark:text-gray-300 transition duration-300 active:bg-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600">
  <input type="text" name="subject" placeholder="Subject"
    class="w-full rounded-lg p-4 shadow bg-blur bg-gray-100 mb-4 dark:bg-gray-900 dark:text-gray-300 transition duration-300 active:bg-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600">
  <textarea name="body" id="message" cols="30" rows="10" placeholder="Your message"
    class="w-full rounded-lg p-4 shadow bg-blur bg-gray-100 mb-4 dark:bg-gray-900 dark:text-gray-300 transition duration-300 active:bg-gray-200 focus:outline-none focus:ring-2 focus:ring-purple-600"></textarea>
  <button type="submit" class="w-full rounded-lg p-4 shadow bg-blur bg-gray-100 mb-4 dark:bg-gray-900 dark:text-gray-300 transition duration-300 hover:bg-purple-400 active:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-purple-600"> Send
  </button>
</form>

Text Content

Justin Jongstra


About Me

Welcome to my portfolio! I've designed this minimalistic space to showcase my
work. Currently being rebuild with Nuxt and Tailwind CSS at:
dev.justinjongstra.nl

I'm currently pursuing my MBO (VET) Software Developer diploma at RijnIJssel .
I'm deeply passionate about technologies like Laravel, Livewire, and Tailwind
CSS, and I'm always eager to expand my expertise in these areas.

Apart from coding, I enjoy mountain biking, drawing, and playing video games.

My skills:
Laravel, Livewire, Tailwind CSS, HTML, CSS, JavaScript, PHP, MySQL, Git, GitHub,
Linux, Windows, and more.

Overall Language Distribution:






CERTIFICATES




REPOSITORIES

vibify
3 ⭐

a Node.js API that interacts with the Spotify API to fetch user data, currently
playing track, top tracks, and other Spotify functionalities.

JavaScript 88.2% JavaScript 88.2% Shell 11.8% Shell 11.8%
View on GitHub
Created 2 months ago Updated 22 days ago
VibifyClient
1 ⭐

Client-side application for Vibify, a JavaScript-based Spotify API interaction
tool. Features include fetching user's top tracks, creating playlists, getting
audio features for a playlist, and a recommendation system.

JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 2 months ago Updated 22 days ago
NodeSerialTemperatureReader

This project is a Node.js server application that reads temperature data from a
serial connection over USB. The temperature data is then inserted into a
database for storage and further processing. The main purpose of this server is
to act as an intermediary between the hardware (Arduino Uno with a temperature
sensor)

JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 25 days ago Updated 25 days ago
TemperatureDataDisplay

This repository contains the code for a web application that displays
temperature data.

PHP 56.9% PHP 56.9% Blade 42.5% Blade 42.5% JavaScript 0.6% JavaScript 0.6% CSS
0.0% CSS 0.0%
View on GitHub
Created 25 days ago Updated 25 days ago
blade-components

This repository contains a collection of reusable Blade components for a Laravel
application.

Blade 100.0% Blade 100.0%
View on GitHub
Created a month ago Updated a month ago
vibify-docs
1 ⭐

Documentation website for Vibify and VibifyClient using Astro & Starlight

MDX 97.5% MDX 97.5% JavaScript 2.0% JavaScript 2.0% TypeScript 0.5% TypeScript
0.5%
View on GitHub
Created 2 months ago Updated 2 months ago
discordBotJS
1 ⭐ JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 9 months ago Updated 2 months ago
crud

Tired of making cruds for small things? Me too. That's why I (mostly) automated
it

PHP 64.0% PHP 64.0% Blade 36.0% Blade 36.0%
View on GitHub
Created 6 months ago Updated 3 months ago
Aircrack

A Python script automating Wi-Fi network analysis, detecting connection status,
channel hopping, and packet deauthentication for security testing

Python 100.0% Python 100.0%
View on GitHub
Created a year ago Updated 3 months ago
dirmon-discord-notifier

Monitoring and alerting tool leveraging inotifywait and Python, detecting file
access within specified directories and instantly relaying notifications via
Discord, including captured images upon access events

Python 100.0% Python 100.0%
View on GitHub
Created a year ago Updated 3 months ago
Justin0122

Profile page readme

View on GitHub
Created 3 months ago Updated 3 months ago
Portfolio

My first attempt at making a portfolio website using Laravel

PHP 61.6% PHP 61.6% Blade 17.3% Blade 17.3% SCSS 15.9% SCSS 15.9% JavaScript
5.1% JavaScript 5.1%
View on GitHub
Created a year ago Updated 3 months ago
discord-bot-php
1 ⭐

It is what the title says. A discord bot written in PHP

PHP 100.0% PHP 100.0%
View on GitHub
Created a year ago Updated 3 months ago
simplified-portfolio

A simplified version of my portfolio site

CSS 52.5% CSS 52.5% EJS 27.4% EJS 27.4% JavaScript 20.1% JavaScript 20.1%
View on GitHub
Created 5 months ago Updated 3 months ago
gamepc-Laravel-SchoolAssignment

A PC builder website

PHP 68.0% PHP 68.0% Blade 25.6% Blade 25.6% SCSS 5.6% SCSS 5.6% JavaScript 0.9%
JavaScript 0.9%
View on GitHub
Created a year ago Updated 3 months ago
scm

A Supply Chain Management system

PHP 51.0% PHP 51.0% Blade 48.6% Blade 48.6% JavaScript 0.4% JavaScript 0.4% CSS
0.0% CSS 0.0%
View on GitHub
Created 5 months ago Updated 3 months ago
portfolio-vue

My portfolio website reimagined using Vue.js as a static site, shedding the need
for continuous server operation while preserving the original features and
layout

Vue 55.0% Vue 55.0% CSS 42.6% CSS 42.6% JavaScript 1.6% JavaScript 1.6%
TypeScript 0.7% TypeScript 0.7%
View on GitHub
Created 3 months ago Updated 3 months ago
Spotify-Api

Node.js app integrating with Spotify API for Discord bots. Fetch user data,
playlists, tracks, and more. Powered by Express, offering custom endpoints for
seamless Spotify interaction.

JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 9 months ago Updated 3 months ago
GitHub_API_NodeJS

A Node.js project utilizing Express and the GitHub API for fetching
repositories, caching data, and retrieving READMEs and language details.

JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 3 months ago Updated 3 months ago
github-discord-pfp-sync

Synchronizes your github profile picture to discord

JavaScript 100.0% JavaScript 100.0%
View on GitHub
Created 3 months ago Updated 3 months ago
FileWatcherShareServer

A file watcher script designed to seamlessly detect and sync newly created files
to a Node.js server. The script not only automates the sharing process but also
conveniently copies the generated link to the clipboard for immediate access.

JavaScript 57.0% JavaScript 57.0% Shell 43.0% Shell 43.0%
View on GitHub
Created 4 months ago Updated 4 months ago
microframework

A hobby project aimed at enhancing PHP skills through the development of a
microframework. This project serves as a learning experience to explore PHP
concepts and create a functional microframework using best practices and
experimentation.

PHP 100.0% PHP 100.0%
View on GitHub
Created 4 months ago Updated 4 months ago
portfolio-livewire

A dynamic portfolio website created with Laravel and Livewire

PHP 62.2% PHP 62.2% Blade 37.4% Blade 37.4% JavaScript 0.4% JavaScript 0.4% CSS
0.0% CSS 0.0% SCSS 0.0% SCSS 0.0%
View on GitHub
Created a year ago Updated 5 months ago
discord-bot-php-2

I wasn't happy with the first result

PHP 100.0% PHP 100.0%
View on GitHub
Created a year ago Updated 5 months ago
discord-bot-laravel
1 ⭐

I love making Discord Bots, and I love Laravel. Why not combine them?

PHP 86.2% PHP 86.2% Blade 13.6% Blade 13.6% JavaScript 0.1% JavaScript 0.1%
View on GitHub
Created 10 months ago Updated 5 months ago
reactSandbox

I'm always open to try out different technologies. Here's an experimental react
project.

JavaScript 56.1% JavaScript 56.1% HTML 24.1% HTML 24.1% CSS 19.8% CSS 19.8%
View on GitHub
Created a year ago Updated 5 months ago
Moisture_sensor
1 ⭐

Soil moisture sensor using Raspberry Pico W and Capacitive Soil Sensor V1.2

Python 75.9% Python 75.9% HTML 24.1% HTML 24.1%
View on GitHub
Created a year ago Updated 7 months ago


ASPIRATIONS

I'm passionate about becoming a Full-Stack Laravel Developer. Currently, I'm
focused on enhancing my skills in PHP, JavaScript, and C++, along with mastering
Laravel, Livewire, and Tailwind CSS. I'm also exploring microcontrollers as a
side interest.

My goal is to build innovative web applications that provide seamless user
experiences and solve real-world problems.

If you have any exciting projects or opportunities, feel free to reach out! I'm
eager to learn and grow in this dynamic field.

Contact Me
Send

© 2024 - Justin Jongstra

×

ko-fi.com/justinjongstra


ko-fi.com/justinjongstra