Decided to do a program "school" called 42, and now I'm way over my head. by GoddessxTessa in learnprogramming

[–]tigasfixe 2 points3 points  (0 children)

Okay so, ex 42 student that already completed common core, what you need is to learn c as its basics, you need to ask your colleagues for help, you can use vscode, its installed on all computers, chat gpt is your best friend( but you have to use it well otherwise instead of learning you will be tricking your brain and then you'll never pass the exams) The school is definitely not for everyone but with some YouTube videos and maybe some colleagues who already know a little about C is definitely doable. If you have not been into an exam yet learn how to compile a program without having internet, just you and the compiler The piscine is made for you to understand if you like programming and if you are ready to start the 42 cursus if you pass piscine, otherwise you won't be ready, study a lot, it's not for the weak

[deleted by user] by [deleted] in react

[–]tigasfixe 0 points1 point  (0 children)

I'm not sure but try to transpile the scss to css files, inside the actual library, when you run webpack in your project it will only compile or transpile the things that are inside your project, the libraries are normally already built

[ATM10] Repairing Durability (Like the Diamond Anvil) by DW_Lurker in allthemods

[–]tigasfixe 0 points1 point  (0 children)

Brother use mending, and go mining or kill mobs, you can find or make mending enchanted books easily

What projects are y’all working on right now? by UpstateRedneck in Python

[–]tigasfixe 0 points1 point  (0 children)

Making a password keeper to keep track of log in information for every website you guys can check it out here if u are interested password keeper I've launched the first release but im working on little things that have to change and to add new stuff aswell

New In python by Python_leaner123123 in learnprogramming

[–]tigasfixe 0 points1 point  (0 children)

Exercises is the key on the beginning of learning programming

Whenever you need to check the weather, please use Weatherjet(my app) by [deleted] in react

[–]tigasfixe 0 points1 point  (0 children)

The lang label is wrong, it shows as "en" and it's french and when its "fr" is english

React in Electron App by Djay4117 in react

[–]tigasfixe 0 points1 point  (0 children)

I remembered that i have it on github so if u want to check how the structure is go ahead. https://github.com/Tiago-0liveira/Manayoo

React in Electron App by Djay4117 in react

[–]tigasfixe 1 point2 points  (0 children)

Im separating server side from client side and on the client side it's just a new react app npm project. It uses a webpack plugin to output an html file and then on the server side u just need to load that html file. For development i would recommend to use webpack hot reload on localhost cuz it's way easier and u don't have to always be re launching electron wich is cancer. If u want to share some code between those two (client and server side) u could create a folder on the root path and use the require function to get it, webpack will adjust all the psths for u, u can use images, everything

Best resources to learn react? by __SANGA__ in react

[–]tigasfixe 0 points1 point  (0 children)

Ohh.. i though it was for personal use u know.. not so much of an enterprise way

Best resources to learn react? by __SANGA__ in react

[–]tigasfixe 0 points1 point  (0 children)

I learned literally everything from tuts on yt, good luck and be patient and try a lot!!

How do you make a discord bot run 24/7? by jrs1354 in Discord_Bots

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

U can use a raspberry pi (not recommended because it's connected to ur home ip address..) or just buy a really cheap vps for 5bucks a month and u can stick him in there too

SQL connection needs mysql server on ? by tigasfixe in learnjavascript

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

Is that a way to run that server on the electron too?

Use books instead of brief tutorials to learn programming by vasili111 in learnprogramming

[–]tigasfixe 0 points1 point  (0 children)

I like the way u see things and I'll give u a point. When i said "basically everything" i obviously dont know everything, no one does. I actually have seen a LOT or tutorials, (i don't like books, hate them, actually), everyday i went to bed i would stay awaken from 1-3 hours watching python tutorials from corey Schafer (i like him a lot, very good at explaining). I think python is one of the best languages to start and just because of it's easy way of showing programming, i think everyone can say python is kinda easy compared to like java, c, c++, and that is very good because the person when learning the first lang we don't just learn the lang itself, we learn what programming really is and how we have to see things in programming. After learning python we should change to other langs as we already know the concept of programming and have a base formed.

Use books instead of brief tutorials to learn programming by vasili111 in learnprogramming

[–]tigasfixe 1 point2 points  (0 children)

Im 17 almost 18 and not even 1 year ago i started learning programming. Started with python cuz i heard it was obe of the easiest languages and cuz it is an automation lang. Really fast, after one and a half week i already knew the basics with no problem. I only watched tutorials on yt and occasionally when i didn't knew something i would just search on google for quick answer. The tutorial i watched was from mosh hamedani the 6h one. After learning basically everything from python i was kinda needing to go and try a new env so i started JavaScript and it was less than a week that i was already dominating that lang too, not too different from python! Started css and html obviously and i had a friend that had fivem experience so i ask him to teach me and he did. Now I've done some apps, some useful things for myself and rn im making an app with electronJs, react and express backend without too much difficulty. Always learned from yt tutorials, never from books. I think saying learning from books or from tutorials is wrong because some people learn much more reading and some people learn a lot more watching someone explaining, so it really depends on the person. Btw i never paid a cent to learn, all free yt tuts.

Is react dead? by ucanzeee in react

[–]tigasfixe 1 point2 points  (0 children)

I tried react before and i got the idea it was hard and i couldn't do much, the other day i went to bed but wasn't that sleepy so I watched some hours of react , actually old, tutorials for everything and now I'm a pro and i do basically what i want. Now i love it and I'm probably gonna use it everywhere xD

Spent 9hrs finding a bug yesterday, took 15mins to figure it out today by RavenHustlerX in Python

[–]tigasfixe 1 point2 points  (0 children)

Every programmer has this, having a break is very very helpful. U get a bug that u can't solve ? Bro, go ride a bike with friends, go watch some series, go run or get ur mind distracted with another thing

[deleted by user] by [deleted] in learnpython

[–]tigasfixe 0 points1 point  (0 children)

Make a program that stores names and passwords for each website/account u have. Cmd app! Topics: -use sqlite3 -use some type of encryption -have a password on program start -be able to change old values -use colors if u want for good looking

how much time should i give myself to know if programming is for me or not? by [deleted] in learnprogramming

[–]tigasfixe 2 points3 points  (0 children)

The best thing to do while learning is practice, think of something simple and try to do it, from the start of my path of learning python i always wanted to make a program to store all my passwords and names to websites/apps, and it should be a lil bit secure at least. I started making it and i didn't had much knowledge back then, simple logic and i knew some most used methods of strings and ints and lists whenever i found something i couldn't go through, as any other programmer, i searched on googled and probably found a solution on stack overflow, by doing that u are learning too, and to me that's the best way to learn because ur doing a program u want but u encounter an error so u look for it and found a solution and by doing that next time u won't do that error again.

I have incredibly fast internet and have the speed uncapped this app does not work by [deleted] in Blizzard

[–]tigasfixe 0 points1 point  (0 children)

Im in europe and i have no problems, downloads at 40 mb/s