23

I understand how to code... To an extent. I know syntax and can solve problems given a set of tools (such as source code, functions, etc). I've made mods and basic programs (literally and figuratively), but I've never messed with internet stuff other than networking and mostly on the hardware side.

I don't expect to make anything that will catch on, but maybe I can make a perfectly adapted thing for my own personal use. Would it be a good learning experience, or would jumping from modding and making, like, a DnD character sheet generator into making a front end for a website/service be a bit of an undertaking?

top 6 comments
sorted by: hot top controversial new old
[-] eddanja@lemmy.world 21 points 1 year ago

It'll be a lot more involved than you think it will be. You'll need to pick and learn the language of the device you want to create the app for and then learn the API of making calls to Lemmy instances. You then also need to have a idea of intuitive app design.

Not impossible and if you want to learn, I suggest you dive in with a simple goal. Get a post to load. Then get several. Then get them from different communities and build from there.

You will definitely learn some things if you keep at it. Good luck, friend!

[-] SHITPOSTING_ACCOUNT@feddit.de 6 points 1 year ago* (last edited 1 year ago)

Writing an app as a proof of concept just for fun may be doable, depending on what you already know, how good you are at learning, and how much time you want to invest.

Writing an app that's better than the several existing apps? Definitely not.

Edit: looking at the text - go for it (if you want it primarily as a learning experience). The network stuff certainly will have some new concepts (especially around logging in) but it's not super complicated. You'll basically end up having a function "getComments" that sends a HTTP request (calling a library) and converts the JSON response into your internal data structures.

[-] ale@lemmy.world 5 points 1 year ago

I'd consider it a large project, especially when you factor in the maintenance for site changes. But I don't know how difficult it would be for you. You can browse the source code of apps like jerboa or liftoff on GitHub and see if that looks manageable to you.

[-] myxi@feddit.nl 5 points 1 year ago* (last edited 1 year ago)

Making an Android or iPhone app can be a huge can of worms, all thanks to Google and Apple. However, with some basic knowledge of networking, you can easily go through the API documentation of LemmyNet and make some TUI based app for desktop. Python modules can simplify the process. If you will be using Python, there is a wrapper for this API too. See this list for wrappers for other languages. You can do all sorts of things with these wrappers.

[-] Wxfisch@lemmy.world 5 points 1 year ago

Another option is to join as a contributor to one (or many) of the great apps already being worked on. This gives you a great way to learn how they work and to help the community with a much lower risk of failure since PRs are generally reviewed prior to inclusion and pushing new versions out.

[-] dave@feddit.uk 5 points 1 year ago

I wouldn’t want to put anyone off doing this, but my experience is that joining an existing large project as a contributor is harder than writing something yourself from scratch. Your code will be held to a high standard which, if you’re learning, can feel like a lot of criticism. I’m a fairly experienced developer but get nervous submitting PRs to projects I wasn’t involved in from the start.

load more comments
view more: next ›
this post was submitted on 02 Jul 2023
23 points (92.6% liked)

No Stupid Questions

35809 readers
356 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS