DataCamp has their Free Access Week on now until Sept 3! (not sponsored, I'm a subscriber myself.) www.datacamp.com

#learncoding #datacamp #powerbi #python #sql

Last updated 1 year ago

JIMMY JOSE · @hacker_hash_6
1 followers · 35 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 34 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 33 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 32 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 31 posts · Server universeodon.com

Remember I said I was going to have to manage the meetings at the same time? Well, today was the first UHEHUEUEUHE day.

The bright side is that both are only once a week.

The downside is that both are on the same day. But I'm calm that I'll be able to manage, because the front ones leave the classes recorded, so it's easier to follow.

And now they are in soft skills (about emotional, what you want for your life and etc. And I think it's important, I just don't think it's relevant to me because I already work on it constantly)

Tomorrow I want to try to erase the classes that were already available last week to start this week's classes on Wednesday.

We'll see.

I wish you have a great week, good opportunities and take care

#Coding #codinglife #codingisfun #codingbootcamp #codingmemes #creativecoding #codingforkids #codingdays #codingpics #htmlcoding #learncoding #codingquotes #codinglove #codingtips #codingclass #linux #coder #programming #JavaScript #programmers #webdeveloper

Last updated 1 year ago

JIMMY JOSE · @hacker_hash_6
1 followers · 29 posts · Server universeodon.com

I was solving a coding problem and I was like why tf is this not working help, so I gave up and went to the solution and I had done everything right! Except... my if statement looked like this:

let limit = 0;
if (rarity = "common") {
limit = 1;
}

instead of...

let limit = 0;
if (rarity === "common") {
limit = 1;
}
Lmao I went from "I am stupid how can I not solve this problem" to "lmao ok i am stupid but not in the way i thought"

Lesson: I need to stop doubting myself, oftentimes the devil is just in the details

#Coding #codinglife #codingisfun #codingbootcamp #codingmemes #creativecoding #codingforkids #codingdays #codingpics #htmlcoding #learncoding #codingquotes #codinglove #codingtips #codingclass #linux #coder #programming #JavaScript #programmers #webdeveloper #programmer #softwareengineer #computerscience #software #MachineLearning #softwaredevelopment #programminglife

Last updated 1 year ago

JIMMY JOSE · @hacker_hash_6
1 followers · 26 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 25 posts · Server universeodon.com
Hikki :terminal: :robotok: · @Hikki
24 followers · 109 posts · Server techhub.social

Where to start to learn how to write drivers?

#linux #drivers #learncoding

Last updated 1 year ago

FlowJoe · @flowjoe
3 followers · 6 posts · Server techhub.social

Discover what exactly forks are in computer science with this simple explanation! Ideal for new computer science students & those without a technical background. Boost your coding terminology knowledge today!

youtube.com/shorts/VYjYfF84zxk

#learncoding #beginnerfriendly #powerapps #PowerAutomate #forks #computerscience

Last updated 2 years ago

Juan Sánchez · @juanyo
1 followers · 4 posts · Server mastodon.social
LinuxGamer :fedora: :kdenew: · @linuxgamer
38 followers · 301 posts · Server fosstodon.org
Verwechslungsgefährte · @dichotomiker
130 followers · 652 posts · Server dresden.network

Another favorite advent calendar is advent of code. Pick any programming language you'd like to learn, and start with day 1. I usually have enough time for the first 10 exercises.

adventofcode.com/

#coding #programming #programmieren #learncoding #learnprogramming

Last updated 2 years ago

papiris · @papiris
19 followers · 407 posts · Server fosstodon.org

I'm making and setting up some experimental equipment for my bachelors thesis. One is a raspberry pi high-fps camera using raspiraw. However, since raspiraw uses the CSI2 interface it appears to be limited to 1Gib of recording in ram. To record more, it seems a tool which moves images from the lower 1Gib of ram to a "higher" place is necessary. So I may need to learn C, DMA handling... And a variety of other things.

#raspberrypi #learncoding

Last updated 2 years ago