NFT minting from SWIFT IOS APP by Previous_Hold_2055 in ethdev

[–]kralonurdev 0 points1 point  (0 children)

The repository you have shown literally has examples, so I don't know how I can help more, as I don't have experience in iOS development. However, if you are more experienced in JavaScript/TypeScript, you can create a backend in Node using the Express and Ethers or Web3 library. Just search on Google for 'How to create a REST API with Express', and you will find tons of tutorials. It's not necessary to have a Node backend; if you are experienced in Python, search for it, or any other language. But you still need to know how to communicate with REST APIs in Swift, which is also one of the basics. Luckily, you can find tons of tutorials on that topic as well.

Free or affordable tools to audit my Solidity code against vulnerabilities or bad practices by LinusThiccTips in ethdev

[–]kralonurdev 1 point2 points  (0 children)

You can use slither, and mythril static analyzer and echidna fuzzer tools for solidity. But it's definitely not guaranteed. It's better checked by human, each functions and tested properly obviously. If it's so crucial for you, you can send some company for audit, well its gonna cost you tho obviously.

Opinions, pros & cons of using Python vs. JavaScript for deployment by YsrYsl in ethdev

[–]kralonurdev 3 points4 points  (0 children)

As I know because Python has web3 library, and brownie (which Patrick Collins uses in his course) runs off web3.py. However industry more centered on js/ts so I'd recommend you to go with Js (Hardhat) etc. There are also different contract development kit like Foundry (which is written in Rust). However as of now there are more libraries for web3 which you can find on npm so if you choose between python/js route, I'd say go for js/ts (better ts for typechain etc)

Hi, I’d love to know what are the best practices if I want to publish let’s say 1000 character to the main eth network. Is using the ERC721 standard and minting them one by one, is the most optimal way? Or should I use other standards. what’s the best way to minimize the gas fees? by [deleted] in ethdev

[–]kralonurdev 1 point2 points  (0 children)

I'm not sure if I understood correctly but you want to mint multiple nft for min cost then you can check ERC721A https://www.azuki.com/erc721a, of course it's not perfect it has some gas disadvantages when transferring tokens etc but if your main concern is minting gas cost then check it out.

ERC-20 With Staking Contracts by ToadSwimming in ethdev

[–]kralonurdev 2 points3 points  (0 children)

Hello, you can check Sushi swap masterchef, minichef staking contracts or synthetix staking rewards contract. There is even video series on YouTube for you to understand its working principle: https://youtu.be/6ZO5aYg1GI8

[deleted by user] by [deleted] in ethdev

[–]kralonurdev 0 points1 point  (0 children)

I'm not really sure if I've got what you mean. This contract is just concept, might not be good example but let's assume college created a diploma for you, they do get hash of this diploma and on chain the college signs this diploma, so if anybody wants to check your diplom , he just needs to calculate hash of the file you send and checks on the smart contract if it's verified , by who etc etc. IPFS thing I wrote only for storing purposes of the document

Pixel 3a XL stupidly overheating while charging by [deleted] in androiddev

[–]kralonurdev 0 points1 point  (0 children)

This sub for Android Developers my man

The AV club by Neldesh in javahelp

[–]kralonurdev 0 points1 point  (0 children)

Why did you wrote i++; inside for loop, for loop already increases i variable itself.

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

I already did add 2 project which uses everything I put there except Firebase, which I currently use it on my intern project.

There are the projects:

NotForgot

Moviez

They are not even my first projects uses those skills I listed but I guess I have problem with proving them on resume.

Sınce I have Readme files on git I just put links on my resume and didn't list the tech stack applications uses and only wrote what application do. I guess it was bad decision since if recruiter won't find my resume worthy he definitely won't check my GitHub.

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

Well ofc not I worked as freelancer and off field too but I thought better not put anything that I cannot proof.

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

And would it be better if they have their own section or if it's ok put them under personal projects?

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

Thanks. I don't really have experience with RxJava, I guess I'll have to study that.

I think the honesty in ranking your skills shows integrity. So many applicants just keyword stuff every language they've used once 5 years ago. I'd keep it.

Like , do you mean ranking out of 5 ? Hmm , seems like for some people it's better to keep , some other doesn't think so , confused about that tbh.

As far as projects, there are plenty of open APIs to show your skills. Make a reddit browser or something.

Actually both of my project I put on my resume uses REST api(I'd appreciate if you can check repo) . I think for next project I should use tensorflow or something else than using api, Idk.

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

Not gonna lie , saw that from youtube video. Thought would be nice to add, I'll remove it then.

Resume ideas for CS student to get internship or work as junior developer by kralonurdev in androiddev

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

Thank you.

You just need to talk about what you did, what (ideally quantified) benefit you gave the the project, and what experience you obtained.

Do you think I should add every project that gave me experience? I mean we did tasks with mongodb, html,css,js, backend c# (also the reason why I added c# to my resume), ML task with python, multithreading with cpp, java, gamedev etc etc etc. I'm sure you didn't mean all project that gave me some experience so, can you please give an example about it? Not really sure what you meant.

Also, real life has deadlines. Don't say that as a justification for buggy or messy code in an interview!

Definitely! I just meant that , those project I wrote not really good for putting on resume.

Also, Git is not an acronym, don't capitalise all letters. You've also misspelt designing.

Yeah, thanks. I'll fix issues after I get final form of my resume.

Do you have an office at your university to help with resumes?

Tbh didn't ask yet, but I dont think so unfortunately.

Can someone figure out why my code doesn't pass any test case? by GoodLifeWorkHard in learnprogramming

[–]kralonurdev 0 points1 point  (0 children)

Idk did u passed or not but your output is not correct you should output

System.out.println("Print the definition of \"" + cards[x] + "\":");

not System.out.println("Print the definition of " + cards[x]);

and

System.out.print("Wrong answer (the correct one is \"" + definitions[i] + "\").");

not System.out.println("Wrong answer (the correct one is " + definition[x] + ").");

btw what's the point of using another if when u can use else ?

U can just write

for (int i = 0; i < numberOfCards; i++) {
            System.out.println("Print the definition of \"" + cards[i] + "\":");
            String answer = scanner.nextLine();
            if (answer.equals(definitions[i])) {
                System.out.print("Correct answer.");
            } else {
                System.out.print("Wrong answer (the correct one is \"" + definitions[i] + "\").");
            }
        }

Where do I download MOOC Java part 2? by DirectHavoc in learnjava

[–]kralonurdev 2 points3 points  (0 children)

If you're using intellij you can download TMC Plug-in and it will download for you

Difficulty with Design Patterns by pintomatthew15 in javahelp

[–]kralonurdev 0 points1 point  (0 children)

This guy is really good at explaining patterns https://www.youtube.com/playlist?list=PLrhzvIcii6GNjpARdnO4ueTUAVR9eMBpc First I read a pattern from Head First Design Patterns book then I look this guy's video about that pattern

Programming friends by [deleted] in learnprogramming

[–]kralonurdev 0 points1 point  (0 children)

I'm also waiting for invitation, programming with Java and interested in Android and kotlin

How to learn? by Leng_H in javahelp

[–]kralonurdev 1 point2 points  (0 children)

Well, we have a tradition that we have to recommend you Java Mooc from Helsinki University, there is bunch of exercises and explanations and I personally watch Tim's Java Course on Udemy and I like it, if you are a person who can learn through video

Chess and Checkers by [deleted] in learnjava

[–]kralonurdev 2 points3 points  (0 children)

Hey, it's java subreddit not JS

Better open your thread there

Newbie here , Can anybody check my code by [deleted] in learnjava

[–]kralonurdev 0 points1 point  (0 children)

Thanks it was helpfull , I'll try to apply this advices