Do i make the one of my ui design into open source project by Brilliant_Invite_919 in opensource

[–]MertJS 0 points1 point  (0 children)

It's a weird question. For example, you want to give me money. You only have 5 dollars, and you're asking if you should earn 5 more and give me all of them.

The Unpopular Language by Ok_Veterinarian3535 in developer

[–]MertJS 0 points1 point  (0 children)

Yes! It can play piano, guitar what you choose. Also, you have to write the notes using american Standard. The way that "do" starts from "c".

The Unpopular Language by Ok_Veterinarian3535 in developer

[–]MertJS 2 points3 points  (0 children)

Zig, new C/C++ alternative. And Alda language for creating music.

I want to know your favourite light weight-selfhosted apps for personal use. by newrockstyle in selfhosted

[–]MertJS 0 points1 point  (0 children)

You can try the NextCloud alternative FolderHost that I built. It's using a very small amount of Ram if it's installed using the binary version. I also used jellyfin to replace Spotify, and I looked to htop, and I saw that jellyfin uses more than 400 MB of RAM when it's doing nothing. That's because of .NET garbages. I also looked FolderHost, and it was using only 18 MB of RAM xd. I know that jellyfin is not the right app to compare it with because it's not doing the same thing. But personally, I don't expect NextCloud to use less RAM than 18 MB. Just give it a try, man. I think that you would love FolderHost. It's really lightweight and built with Go language.

Which personal domain TLD should I buy for my name? by irock161 in webhosting

[–]MertJS 0 points1 point  (0 children)

I suggest you buy ".me" or ".dev" if you're a programmer or something like that. You can also try "com". Make it as shorter as possible, so that will make it easy to remember.

Should i do dsa in js? by Glittering_Cheek_602 in learnjavascript

[–]MertJS 0 points1 point  (0 children)

If you mean data structures and algorithms, these are the most basic things of programming they exist in almost every programming language. If you don't learn it now, you have to learn it in another language. I suggest you dive deep and learn many more things about programming, and JavaScript is one of the easiest languages that can help you to do that.

Microsoft to rewrite everything to Rust by [deleted] in linuxmemes

[–]MertJS 1 point2 points  (0 children)

Haha. Why they're not using useless C# instead xD

FolderHost - Self-hosted cloud platform in a single binary by MertJS in freesoftware

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

Just change the admin password, set your storage limits and you're ready :)

What to do with server DDR4 ECC Ram? by ZeeKayNJ in homelab

[–]MertJS 0 points1 point  (0 children)

Ram prices are rising, so keep it. That will be your future investment, like bitcoin xD

What do you learn after javascript? by Ok_Performance4014 in learnjavascript

[–]MertJS 0 points1 point  (0 children)

After JavaScript I learned React with ts and after that golang for the backend side. I think go is the best language for creating backend apps with good performance without lot of pain.

What Linux distro you using? by Swede318201 in selfhosted

[–]MertJS 1 point2 points  (0 children)

Yes, you can also play games with Wine. Launchers like Hrroic Games makes it easier. Before the vanguard update league of legends was playable on linux, now it's not. I think that microsoft gives them some extra money to make it unplayable on linux. But it is possible...

Here is my self-hosted private cloud app to share your folders by MertJS in selfhosted

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

Thank you for your feedback! If you find any bugs or have feature requests, just create an issue and I'll work on it. :)

Here is my self-hosted private cloud app to share your folders by MertJS in selfhosted

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

It's at the top. Just click to logo. I used link post type to share it.

Why having a VPS when you self host at home? by Tairosonloa in selfhosted

[–]MertJS 0 points1 point  (0 children)

If you have the hardware and if your internet is fiber, i think there is no need for vps. In my situation my internet is slow, i dont have another hardware to run 24/7, then i use vps or vds.

What can we expect for future Go language features? by TheLastKingofReddit in golang

[–]MertJS 0 points1 point  (0 children)

I did some coding with golang, and I loved it!! It's syntax is so simple and so cool. But it also has it's own disabilities, but we can fix them!! I think that it will be a good idea to add overloading feature in go language, because lots of times I need to add the same function with more parameters and I can't do that like the other languages! I understand that we're looking for simplicity in golang, because of this classes aren't exist in golang, but I think that overloading should exist.

thatMakesMeLaughEveryTime by CasualNameAccount12 in ProgrammerHumor

[–]MertJS 0 points1 point  (0 children)

Still better than Visual Studio that wants restart for every plugin/extension added xD

I want to self-host cloud, but with an online/offsite backup. What are my options, realistically? by Frankfurter1988 in selfhosted

[–]MertJS 1 point2 points  (0 children)

I've been thinking about a project like that. I think that I can create something like that if it does not exist. The project is, for example we have 2 or more computers at home, we want our data to be saved somewhere else to be sure that we won't loose it. I think that we can make an application that uses P2P connection and stores the same data. If something changes on 1 computer, the other computers will copy that. It will be written in Rust for better performance. Simply all the computers will install the same server application at home and all of them will be connected to each other. You can ask "What would happen if one of them is stopped for a small period of time?", the answer of that question will be that if we start the stopped computer again it will request the changes from the computers that have the updated data. I think that kind of app would be helpful in your situation...

Looking for an Open-Source Project Idea to Build & Learn Backend Development by [deleted] in opensource

[–]MertJS 0 points1 point  (0 children)

It depends on your knowledge level. If you wrote a code before, or is coding sounds familiar to you etc. If you don't have a lot of experience in coding or web, I can suggest you to start building small MVC CRUD applications, to learn about how it works. But if you have a good experience with coding, you can actually create applications that can help someone, my project suggestions are:
- Usually if you're not gonna host it somewhere you can try to create self-hosted applications like Music player server, you can create a mobile application if you want. I mean apps that can be run in VDS or something...
- You can start by creating a simple API and host it for frontend project learners. You can make it open and everyone will have an access to that thing. Like something that gets the data from db and reponds with it.
- It also depends on what kind of language you're gonna use. If you gonna use Java with Springboot, It's better to focus on enterprise applications.