SSSahil Sanjay Kadaminsahilkadam.dev路Jan 19, 2024 路 1 min readUnity development (Day 2)Namastey everyone, I am sahil kadam who is trying to learn unity game development. So today I learn c# basics.i want to become a game programmer so a programming language is must. Specially c# beacuse it's use in unity engine.i learnt c++ basics alre...00
SSSahil Sanjay Kadaminsahilkadam.dev路Jan 17, 2024 路 2 min readunity game development -day 1#WeMakeDevs Namaste everyone,I am sahil kadam.today i learnt very basics things about unity engine.actually i am not a therotical learner , i love to learn practically.so lets get started.the very first thing is unity interface which is very siimple ...00
SSSahil Sanjay Kadaminsahilkadam.dev路Jan 10, 2024 路 1 min readZero to FAANG (Day 8)-loopsNamaste everyone 馃檹 Today's learning was so easy. Beacuse today's lecture was about loops and conditions. This two concept I already learnt. But i will give you proof that I understood. Let's see syntax of if condition. If(condition) { // body } Let'...00
SSSahil Sanjay Kadaminsahilkadam.dev路Jan 9, 2024 路 2 min readZero to FAANG (Day Seven)--Typecasting, Automatic promoting expression,if condition,while loop and for loopNamaste everyone馃檹|| Today i learnt typecasting,while loops and for loops. Now i can say that Java syntax is so hard to get it. I tried so many times to know about syntax but i couldn't able to get it. Have every sucks at syntax is programming langua...00
SSSahil Sanjay Kadaminsahilkadam.dev路Jan 7, 2024 路 1 min readZero to FAANG (Day Sixth)--Java atanomyI learnt Java program structure. Package com. Company this is first line in Java. It shows everything below this that will be stored in package directory file. Public class main() this line has three things. First one is access modifier which is publ...00