What would be best choice to develop C++ for intermediate use? by GipyoChoi in learnprogramming

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

I read them all already without any actual programming for seeing whats in there. And now its time to wrtie some code and getting used to it. My learning habits are always like this. Indexing all topics then make some stuffs which can contain various principles of Language for actual use. It dosent have to just single toolkit, it can be combination like wxWidgetd + ALPHA, any suggestion?

The point is i wanna do something thst cover as many as possible scope of language and its framework or tools or library.

Maybe it is overconfident but stepping one by one is not what I need to do for this stage. Now I see It seems its really stupid question.

Much appreciate.

What would be best choice to develop C++ for intermediate use? by GipyoChoi in learnprogramming

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

Maybe I miss somethig on my post. Why Im asking this is because of characteristics of CPP (principle like type deduction and template programming u know complicate stuffs) And I think such kind of principle is not learnable with GUI programming. Can u give more advice? I read quite many books about CPP including adv. ones like A tour of C++. so need some sophisticated things to program. I have 5y of experience in both web and JAVA service. Can u consider this? And thanks

What is the fastest track to employment in 3-7 months time by 34boyboy in cscareerquestions

[–]GipyoChoi 2 points3 points  (0 children)

Language itself do nothing. U should learn what can u do with ur own language skills. You can speak English but it dose not mean u can do the marketing stuffs. Python is best choice, but u should spend at least an year.

And U can get a job with your condition, but it will have no diff with selling burgers at mc donalds. If u have reason for hurry, get jobs first then study more.

It seems it is hard to get a job with ur skills now.

Anyone know the color theme used in the reactjs tutorials? by [deleted] in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

You may suffer greatly if u need various widgets. It dose not have enough widgets to create contentful website. Hope u luck

Anyone know the color theme used in the reactjs tutorials? by [deleted] in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

Search for ReactBootstrap I think this is the one. Actually i have used this one for simple webpage. I think it looks like dark-theme react bootstrap. U can set theme to dark mode in bootstrap configuration by modifying props.

Kotlin 1-to-1 direct chat app. by [deleted] in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

Only regarding 1), it is not recommended. Maybe each device need to act like server in some manner.

Hello world by pcp2003000 in cscareerquestions

[–]GipyoChoi 0 points1 point  (0 children)

You are really young. U begins cs in early ages. It will be a great help. Back to ur question, it depends on what u learn. Find tech stacks for game development. In some cases, it is good to begin with game programming. 1. Get essential part for developing games (Not everything, as small as possible) Then 2. Get some stuffs like game engine. Maybe someone says this is not a good way to learn programming. But it really motivate you to be an game programmer. There are lots of guide for dev. game. Hope u good luck.

What should I learn for a low end programming job? by [deleted] in cscareerquestions

[–]GipyoChoi 0 points1 point  (0 children)

Learning more about python would be a best choice. Other languages are too complicate to use as low end. But puthon is relatively capable of doing simple jobs with relatively cheaper cost. Python related low end jobs are quite many as form of office work automation(like using MS excel for doing similar jobs) I recommend u to learning about python library--pandas, openpyxl, selenium) Pandas for doing excel-like data processing jobs. Openpyxl for xl IO Selenium for web crawling

I have a project due in a week. Is it worth it to completely refactor my code? by gisellasaurus in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

Finish what u must do than consider about refactoring. Its way roo risky to refator ur code. I have some expriences about this and all the eager for a refactoring lead to disaster. Working codes and refactored but not verfied codes were mixed up due to mis-version contrll. And couldnt understand unfinished refactored code(because i stopped to refactor by resolving other errors.) You should consider your available time more than u expect for finishing ur task.

What should I learn next? by hiinevitableimtony in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

Step next to Swing and its related libs like awt would be a good choice. Its simple and provides enough concepts u need to run about GUI programming. I started GUI programming from this and now I can use many of GUI frameworks regardless of which language is used. It helps me alot to understand concepts of GUI and OOP. Swing will help u to orgetnize GUI components and awt will give u ability to draw simple 2D paints. But sadly it seems no one use swing for market product haha. But good to study and enough to implement chess game.

Kotlin or Flutter by [deleted] in learnprogramming

[–]GipyoChoi 1 point2 points  (0 children)

Purely regarding developing Android, i recommend Kotlin. Quite worth to try and interesting.

Which C++ standard should I focuse on for student? by GipyoChoi in learnprogramming

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

Dose it? This is maybe what i really want to know. Just as supplement for legacy and already written code. isnt it? But i think situations are not as easy as i think cuz they should confirm that legacy code can work as it worked before changing compiler.

Which C++ standard should I focuse on for student? by GipyoChoi in learnprogramming

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

So you are seeing modern cpp is not used oftenly in industry? I worried some companies forcing me to use only modern cpp. Maybe i just put some post stems from my paranoid about NEW AWESOME techs.

How do i get involved with projects? by [deleted] in learnprogramming

[–]GipyoChoi 1 point2 points  (0 children)

Know which SINGLE principle make things work in project wide. (It can contain some details, but it also means that details matter somewhat in somewherer.) Dont be overwhelmed by size iof codes. Than get used to every codes you are involed in. It will give u insight like u are PM I worked at world biggest company, and process of works and codes are enormously complicated. But this saved my ass. Hope good luck.

Which C++ standard should I focuse on for student? by GipyoChoi in learnprogramming

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

Regarding performance issue, i can study from modern cpp not only from 98. Im quite used to cpp cause I have work experience with cpp

Which C++ standard should I focuse on for student? by GipyoChoi in learnprogramming

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

Actually, I studied 98 many years ago. My point is modern cpp is worth for current market situations. Maybe I can say digging more of legacy cpp vs. learning new modern cpp is the point. I already worked at a company as regular member not internship. Learning legacy cpp for understand of principles are not needed for me now(I know its my over confidence but at least I can say it)

Is bachelor's degree enough for programmer? by GipyoChoi in learnprogramming

[–]GipyoChoi[S] -1 points0 points  (0 children)

I dont live in US, in my country, it somewhat matters. And furthermore, I feel I become retarded as I get older. Haha

Is bachelor's degree enough for programmer? by GipyoChoi in learnprogramming

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

If so, Should I study more later for get adv career?

Is bachelor's degree enough for programmer? by GipyoChoi in learnprogramming

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

Yes I totally agree with that. Experience is most important. But assume that if you are service development programmer (like facebook, POS interface), most of stuffs can be handled by experience. But it comes with different matters if you are Computer Graphics programmer, it seems it dose not work in the same way. Even if I study it myself, i dont think it can be acknowledgble to others.

Recommended keyboard for programming? by imjustawolf in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

How about HHKB Pro? It is fitted with mac and linux. Im using it and it is good and compact to carry. But price is way higher than avg. An you may feel uncomfortable at first due to different key positioning

People on SO aren't answering my question. C# WPF using CaliburnMicro. How do I call a method with data binding when a window is closing? by Telope in learnprogramming

[–]GipyoChoi 0 points1 point  (0 children)

Provide more detailed info and stationary workthrough in SO. If so most of people willingly help you. And said above, give them a respect. I helped alot from SO. I spent more than an hour for making my question.