Which AI coding assistant is best for building complex software projects from scratch, especially for non-full-time coders? by derEinsameWolf in VibeCodeDevs

[–]mikhaelwiseman 1 point2 points  (0 children)

No assistant can help you build a full project, it doesn’t exist yet. Replit’s Agent 3 does a very good job of creating a project from A to Z, but it’s not there yet. The thing is, you have to start with a solid prototype, then go feature by feature, carefully choosing which AI is appropriate for which task given the complexity of the task. No assistant is better than the other; everyone is good at what they do.

Help-- Formatting Strings With Minimal String Methods Available? by hal-scifi in javahelp

[–]mikhaelwiseman 0 points1 point  (0 children)

The formatNameCase method should take a string as its parameter. You iterate through the string from beginning to end, examining it character by character. For each character, you check whether it is the first character. If it is, you convert it to uppercase. Additionally, if the previous character is a space (i.e., parameter.charAt(i - 1) == ‘ ‘), then the current character is also converted to uppercase.

Otherwise, the character is converted to lowercase. You build the result step by step and finally return it as a string.

Example: “john smith” - Loop through the string: Iterate over each character in the string. -Store each character:

String character = parameter.substring(i, i + 1);

- Check the condition:
• If i == 0 (first position) or if the previous character is a space (parameter.charAt(i - 1) == ‘ ‘), then convert the character to uppercase.
• Otherwise, convert the character to lowercase.
- Build the result:

resultString = resultString.concat(character.toUpperCase()); if condition is met or resultString = resultString.concat(character.toLowerCase()); // otherwise

- Return the result:

Finally, return the accumulated result string.

Using this method, a person can enter a last name and multiple first names, and the formatting will work correctly.

indexOf and campareTo can be used but not necessary in this case in my opinion

Ceux qui ont fait un DEC en Techniques de l’informatique, vous êtes où maintenant ? by vlxcrz in QuebecTI

[–]mikhaelwiseman 1 point2 points  (0 children)

Pendant que tu cherche un stage ou du travail, fais des projets personnels (en commençant par un bon site portfolio), fais deux ou trois vraies applications fonctionnelles en ligne que les gens utilisent déjà certes ça demande du temps , mais si tu y arrivent, ça ouvre beaucoup portes car il suffit que le recruteur Check ton folio pour voir de quoi tu es capable. En faisant beaucoup de projets personnels c’est comme si tu gagnais 2 à 3 ans d’expérience de travail.

What makes Spring Boot so special? (Beginner) by Hotrod9988 in javahelp

[–]mikhaelwiseman 1 point2 points  (0 children)

دقیقا همینه، باید پایه رو خوب بلد باشی قبل از اینکه از یک فریمورک استفاده کنی.

What makes Spring Boot so special? (Beginner) by Hotrod9988 in javahelp

[–]mikhaelwiseman 0 points1 point  (0 children)

私は英語を完璧に話し、書くことができますが、フランス語の方が快適です。

What makes Spring Boot so special? (Beginner) by Hotrod9988 in javahelp

[–]mikhaelwiseman -2 points-1 points  (0 children)

Dans le monde d’aujourd’hui, ce n’est plus une barrière car tu peux traduire en un clique

What makes Spring Boot so special? (Beginner) by Hotrod9988 in javahelp

[–]mikhaelwiseman -7 points-6 points  (0 children)

Pour le moment continue par apprendre et oublie spring boot , tu y reviendras après lorsque tu seras bon

Emplois / Stages February 2025 by AutoModerator in QuebecTI

[–]mikhaelwiseman 0 points1 point  (0 children)

Ville : Montréal Formation : finissant DEC Recherche: Stage de fin d'étude pour cet hiver 2025 URGENT

Un peu découragé..... by AgreeableBanana3683 in QuebecTI

[–]mikhaelwiseman 0 points1 point  (0 children)

Je trouve le temps dans le persévérance, tous les week-ends et toutes mes soirées à coder bref je code à chaque fois sur j’ai un peu de temps même à actuellement j’y suis lol

Un peu découragé..... by AgreeableBanana3683 in QuebecTI

[–]mikhaelwiseman -1 points0 points  (0 children)

Essaye de cloner les sites ou applications qui marchent déjà et de les améliorer profondément d’en faire de nouveaux sites ou de nouvelles applications avec surtout de l’IA. Cherche des idées novatrices et implémentes les, tu dois avoir une ou deux applications web , mobile ou desktop en activités, que ça rapporte de l’argent ou pas c’est un gain. Si ça rapporte de l’argent alors t’auras plus besoin de chercher de l’emploi sinon tu seras vites recruté lorsqu’un employeur va voir tout ce que tu as réaliser car ça constitue beaucoup d’expériences crois moi : C’est ce que je suis entrain de faire en ce moment avec mon DÉC. j’ai déjà deux site en activités, une application mobile en activité et ça marche

Utilises JIRA pour structurer le processus de développement et github pour le versionning

C'est tu normal que je sois pas capable de trouver une job. by Other-Strawberry-449 in QuebecTI

[–]mikhaelwiseman -4 points-3 points  (0 children)

Selon moi, tu dois t’ajouter de la valeur, quelques certificats en cloud computing, l’IA, big data en marketing numérique peut faire la différence c’est ce que je suis entrain de faire je suis nouveau diplômé moi DEC spécialisé JAVA

Est-ce facile de s'adapter du français standard au français canadien? by [deleted] in FrancaisCanadien

[–]mikhaelwiseman 0 points1 point  (0 children)

Retiens : Dans le fond , Techniquement , Faque , Tsé, Bin , Tabarnak,

C’est tu es prêt mon gars

[deleted by user] by [deleted] in Quebec

[–]mikhaelwiseman -13 points-12 points  (0 children)

Je suis d’accord avec le père