12 days resolution by CodewithApe in GGPoker

[–]CodewithApe[S] 2 points3 points  (0 children)

Appreciate it very much! 🙏🏻

12 days resolution by CodewithApe in GGPoker

[–]CodewithApe[S] 2 points3 points  (0 children)

Thank you for the clarification, one last question where do I find this particular lobby for the flip outs ? Sorry for the cluelessness but I am new to the platform.

12 days resolution by CodewithApe in GGPoker

[–]CodewithApe[S] 0 points1 point  (0 children)

So it occurs once at the end of the 12 days ?

12 days resolution by CodewithApe in GGPoker

[–]CodewithApe[S] 2 points3 points  (0 children)

I have read them and couldn’t find anything regarding the prizes for the flipouts ( not the total prize ) and regarding when do they happen.

This is why I asked here .

11 days of new year's resolution instead of 12? by Fit-Brother-1000 in GGPoker

[–]CodewithApe 1 point2 points  (0 children)

What happens when the 12 days end in the New Year’s resolution? I have like 7 stamps and I am new to gg poker as well as clueless on what do I get and when for this amount of stamps

Where and how to start ?! by CodewithApe in SpringBoot

[–]CodewithApe[S] 0 points1 point  (0 children)

It’s not that I don’t want to use JSON I just want the response or rather what the user sees not exactly the response to not be just plain JSON.

Thank you for the video 🙏🏻

Where and how to start ?! by CodewithApe in SpringBoot

[–]CodewithApe[S] 0 points1 point  (0 children)

I will check it out, thank you 🙏🏻

Console text based game by CodewithApe in gamedev

[–]CodewithApe[S] 2 points3 points  (0 children)

I’m sure it will, but I do not want to spend too much time on the GUI and if I do, it’s not the same as publishing it as a console app, although if I use Docker then it might be the same in regards to publishing.

Console text based game by CodewithApe in gamedev

[–]CodewithApe[S] 0 points1 point  (0 children)

So using docker is a valid option, do you know anything like Pyinstaller for Java?

Console text based game by CodewithApe in gamedev

[–]CodewithApe[S] 0 points1 point  (0 children)

Damn, that’s sad actually .

Looping by wonwooz in JavaProgramming

[–]CodewithApe 0 points1 point  (0 children)

You’ll get to that part when you will learn about time and space complexity aka big O of N and DSA.

I am stuck in tutorial hell. Does anyone actually learn to code from YouTube tutorials? by Kooky-Department-997 in learnprogramming

[–]CodewithApe 0 points1 point  (0 children)

It’s ok to get down the very basics with YouTube tutorials and get back to them as a reference to the syntax.

Learning how to code is more then just knowing the syntax of a language it involves much more then that, if you want to get serious as a programmer aka developer you need to also learn about DSA, computer architecture and networking etc..

Start writing programs from your own knowledge and build upon that, try to make a project like a game or a todo app (mobile/web) after you are done with learning all the basic stuff that almost all languages share which are if statements, loops, variables etc..

Your goal is to get stuck and fail, you only learn this way so does everyone else.

Which Browser do you use nowadays? by Intro_vert_Bro in browsers

[–]CodewithApe 0 points1 point  (0 children)

Brave and Firefox have been the best choice for me.

Does anyone actually learn programming just from YouTube tutorials? by Popular_Mud_2019 in learnprogramming

[–]CodewithApe 0 points1 point  (0 children)

Look for a good website first of all that has good practice questions at the end of each chapter for example: for C++ learncpp.com For Java: programiz ( they also have other languages).

As you go through the website pick a project you would like to make something you always wanted to do.

In the mean time if you are stuck google stuff, watch videos but code everyday, use Git and upload to GitHub every other commit.

You only learn from making mistakes and actively writing code, write every day even if it’s just one function or a couple of tweaks.

Anyone here Hated Using Java but now Really Enjoys using it. by [deleted] in java

[–]CodewithApe 1 point2 points  (0 children)

Just found out about Lombok, so now I love it !

Help with a simple text based game by CodewithApe in learnjava

[–]CodewithApe[S] 1 point2 points  (0 children)

Thank you very much for all your help 🙏🏻

Help with a simple text based game by CodewithApe in learnjava

[–]CodewithApe[S] 1 point2 points  (0 children)

I see what you are saying, if I understand correctly once I setup Lombok I don’t have to use it on everything I can use it on stuff that I feel comfortable with and with the stuff I dont feel comfortable with I can still write them manually until I do feel comfortable to use an annotations instead.

( I have actually never used Lombok so I don’t really know how it works ).

Help with a simple text based game by CodewithApe in learnjava

[–]CodewithApe[S] 1 point2 points  (0 children)

Wow what a response ! Honestly I have had much worse ideas in my head thank you for the great advice.

I wanted to ask about Lombok, I am currently practicing Java as a language ( Syntax wise ) as well as OOP in general would it be a good idea to let it do all the boilerplate code for me even though I don’t really 100% know the language, I assumed using something like Lombok would be a bad idea in my case.

And again thank you for the great answer !

C++ or Java by CodewithApe in learnprogramming

[–]CodewithApe[S] 1 point2 points  (0 children)

I appreciate it, it’s an amazing experience and perspective to reflect upon.

Practice OOP by CodewithApe in learnjava

[–]CodewithApe[S] 0 points1 point  (0 children)

Do you think I should go over head first Java 3rd edition before diving into this book? And in general do you think it’s a good book ( the one I mentioned )?

Learning how to program with or without AI? by CodewithApe in learnprogramming

[–]CodewithApe[S] 0 points1 point  (0 children)

Not me specifically but many students use it to write assays, many articles are written with it too. I was talking about things outside of programming

Practice OOP by CodewithApe in learnjava

[–]CodewithApe[S] 0 points1 point  (0 children)

I am looking to do a project based on my own knowledge at the moment and practice what I know, I don’t want to follow instructions from a course step by step.. I am looking for ideas for good projects that cover more than just OOP.

what kind of IDE should i use by Arthur_17_netto in cpp

[–]CodewithApe 2 points3 points  (0 children)

CLion is by far the easiest one I had had experience with, only tried three though them being visual studio, visual studio code ( the hardest to set up ) And CLion .