S-TECH Solutions
@SentinelleTech1
Followers
32
Following
240
Media
99
Statuses
290
#java and web application developer || We design and develop experiences that make people's lives simply awesome! #ProgrammingIsFun
Joined November 2020
Introducing the brand new YouTube channel that will take you through the language that is Java John K. Macharia https://t.co/F9cT08xC2e via @YouTube Subscribe and turn on notifications #100DaysOfCode #Education #Java #ProgrammingIsFun
youtube.com
Welcome to Java with John Where code meets clarity! This channel is dedicated to helping you master Java programming, with a special focus on Data Structures and Algorithms (DSA) — the foundation of...
0
0
1
Java 2D Array Concept EXPLAINED https://t.co/OZd0PCpAjT via @YouTube
#ProgrammingIsFun #JavaWithJohn #Java
0
1
1
Return Optional and make the intent clear: public Optional<User> findUserById(Long id) { // caller knows it might be empty ✅ } ```
0
0
0
Bonus: Optional also works great for method returns Instead of returning null and forcing callers to check: public User findUserById(Long id) { // returns null if not found ❌ }
1
0
0
Java developers: Stop using null checks everywhere. Instead of this: if (user != null && user.getName() != null) { return user.getName(); } return "Unknown"; Use: return Optional.ofNullable(user) .map(User::getName) .orElse("Unknown"); #Java #javadev #CodingTips
1
0
0
Ever thought code could create art? Here’s a simple Java program that generates a checkerboard pattern pixel by pixel! It’s not a game board, it’s pure math and logic visualized. #JavaProgramming #CodeArt #LearnToCode #JavaDev #ProgrammingFun #CreativeCoding #TechEducation
0
0
1
The simple pleasure of a perfect espresso. #EspressoYourself #CoffeeTime #CoffeeRun #DesignChallenge
0
0
0
When you're a dev who also loves to design. 💻🎨 Put my skills to the test with this "Missing Dog" poster concept. Clean, purposeful design is key. What do you think? #Designer #developer #UIUXDesigner #conceptart #sideproject #WebDevelopment
0
0
0
Stop Looping Forever! Java Break & Continue Explained https://t.co/coeNGD1Qjg via @YouTube Check out this new video #JavaWithJohn #100DaysOfCode
0
0
1
Master Java Loops: While, Do-While, For Explained Simply https://t.co/ZREbiLCjky via @YouTube
#JavaWithJohn #SoftwareDevelopment #100DaysOfCode
0
0
0
John's Secret: How to Use Java switch Statements Like a Pro! https://t.co/BY7ylvuQA1 via @YouTube
#JavaWithJohn #100DaysOfCode #SoftwareEngineering #SoftwareDevelopment
0
0
0
Decisions, Decisions! Mastering Java If Statements https://t.co/lpv6oNTBDw via @YouTube
#JavaWithJohn #100DaysOfCode #SoftwareEngineering #SoftwareDevelopment
0
0
0
Stop Skipping User Input! (Java Scanner Guide) https://t.co/tIPaSfeUXe via @YouTube
#100DaysOfCode #JavaWithJohn #TechEducation #Java
0
0
2
Login window is live for ChickenFarm Manager! Clean, professional design with farm-themed styling. Security meets simplicity for our poultry farmers! #JavaFX #LoginDesign #FarmTech #UI #ChickenFarming #100DaysOfCode
0
0
3
🐔 Exciting project I started. A ChickenFarm Manager! Just finished coding the splash screen using JavaFX. Building this from scratch without XML layouts - pure Java code! Next up: Login & signup windows. #JavaFX #ChickenFarming #AgTech #FarmManagement #Coding #Java
0
0
1
New video alert: JDK vs JRE vs JVM Watch it, like and share the video. And do not forget to subscribe https://t.co/AyUo3flwkq via @YouTube
0
0
1
v2.0 is here — with a JavaFX GUI! ✅ Modern UI with TableView ✅ Input validation From CLI → GUI 🔗 Branch: https://t.co/tvAusu7KO7
#JavaFX #StudentProject #LearnJava #100DaysOfCode #ProgrammingIsFun
0
0
0
Student Grade Manager - v1.0 Released! ✅ Built with Java ✅ CLI interface ✅ Custom exception handling 💻 Code: cli-version branch 🔗 GitHub: https://t.co/khUoV7sf6C
#Java #100DaysOfCode #CodingChallenge
0
0
0
Just launched my sleek new dark-themed digital clock web app! Built with vanilla JavaScript for perfect time-keeping with a highlighted day display. Check it out: https://t.co/omsUyMQNq1
#100DaysOfCode #WebDev #javascript #TechTwitter #DevCommunity #CodeNewbie #coding
0
0
0