How do I commit myself to side-projects?
-
What are you using on the backend?
i cri evry tiem
James_Parsons wrote:
What are you using on the backend?
My own web server (no IIS dependencies, nor is it ASP.NET / Razor.) I haven't written about the web server back end much, but the code is open source[^]. ByteStruck itself is not open source. Also, SQL Server Express, hosted on an Amazon EC2. Core web "frameworks" are jQuery (of course), jqWidgets, and Knockout. Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
OK. Looks promising. When I go to Projects/Jobs = > View Public Projects/Jobs or Projects/Jobs = > Geek Matches I get "Route not found"
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Kevin Marois wrote:
I get "Route not found"
Indeed - missing implementation. :) I actually usually don't have the server running, I fired it up actually when I wrote my original reply, haha. Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
What are you using on the backend?
i cri evry tiem
Oh, and I forgot, Bootstrap as well, like everyone else. :sigh: Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Well, according to the story line in Rogue One: A Star Wars Story, he will need to harvest some Kyber Crystals if he is going to do lightsaber work. Don't know if we have any on this planet. :sigh:
That's hardware. Leave that for the mechanical engineers to screw up. The software's worth making a start on now, though.
I wanna be a eunuchs developer! Pass me a bread knife!
-
Care to explain why? I'm generally very happy with JetBrains products. I use ReSharper on a daily basis for 8 years now, and I also often use IntelliJ, Data Grip, PHP Storm and PyCharm. In a previous company, we used YouTrack. And with the exception of YouTrack (it still needs to mature a bit), everything else is awesome. I'm very curious to know with which of their product were you so disappointed that you avoid them just by hearing the company name.
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
First, clear some space on the side you wish the project to appear on.
«There is a spectrum, from "clearly desirable behaviour," to "possibly dodgy behavior that still makes some sense," to "clearly undesirable behavior." We try to make the latter into warnings or, better, errors. But stuff that is in the middle category you don’t want to restrict unless there is a clear way to work around it.» Eric Lippert, May 14, 2008
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
My struggle is finding the time to write code, rather than coming up with ideas; I have thousands stored away in mails to myself; most of which will never see the light of day... What are your interests / hobbies? I can cherry pick some of the ideas that match up to what you're interested in and give them to you. Also do you have any preferences on the type of thing you'd like to build? i.e. - Platform: web based, desktop app, phone app - Content: game, social network (i.e. involving some social features; not a full blown social network), etc. - Time: how much time do you think you'll have to invest in this; do you want something you can knock up with an hour a day for a couple of months, or something bigger/smaller?
-
My struggle is finding the time to write code, rather than coming up with ideas; I have thousands stored away in mails to myself; most of which will never see the light of day... What are your interests / hobbies? I can cherry pick some of the ideas that match up to what you're interested in and give them to you. Also do you have any preferences on the type of thing you'd like to build? i.e. - Platform: web based, desktop app, phone app - Content: game, social network (i.e. involving some social features; not a full blown social network), etc. - Time: how much time do you think you'll have to invest in this; do you want something you can knock up with an hour a day for a couple of months, or something bigger/smaller?
ps. If you want to come up with ideas on your own, look for things that frustrate you. Example When I go to the airport I have to go to one place to get my boarding pass, then another to drop off bags, then through security, then customs, etc. If I've not travelled in a while I get confused and often end up going to the desks in the wrong order (e.g. I go to check in my bags, then having queued for 20 mins am told I have to first check in at a different desk, so have to go queue there before coming back and queueing again). In some airports I can do everything at one desk. As a developer you can't change the airport's procedures; but you can still help people... i.e. create a phone app which can store the workflows for each airport / airline, into which users can enter their details (which airport they're flying from, flight number, do they have luggage for the hold, etc). This app can then list an itinerary for me, pulling back any data from open sources (e.g. from my flight number it can get the flight time, and from that can suggest appropriate times for each step, and telling me which desk number or gate to head to in order to complete a step). As I complete each bit I tick it off and the app tells me where to go/what to do next; saving me some pain.
-
James_Parsons wrote:
I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
If people would stop trying because somebody else already did it better, then the PC market would have never existed and we'd be working from the Workbench on an Amiga computer. I'm still missing a decent crossplatform SQL editor that supports all the DataProviders from .NET. So, if you're bored.. :rolleyes:
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
I wrote a budgeting system that we use (for Windows desktop). Replaced Quicken with it because Quicken was an overkill. Started the project about six years ago. Took 3 to get it to a reliable state, it's all I use now. Have given it to a few others also who find that it helps them. Got us out of debt. Good "side" project. I'm now developing a web-based version of the program as a way of learning ASP.Net, AJAX, etc. I can appreciate your boredom. Try to pick a task that you would like to automate and just get started with it, don't over-design it and don't "scrum" the thing, it's your project. Maybe you can find someone who needs a membership-tracking system written or something, do it for free (or swap). One of my "side" projects is a management utility for our local cooperative farm. We've got lifetime veggies in exchange for that project (which is constantly ongoing). Do not worry about it if someone else has already written something you want to do, your solution will be unique in some way and you'll have the joy of creating it. It doesn't have to impress anyone but you. ;-)
If you think that hiring a professional is expensive wait until you try hiring an amateur! - Red Adair
-
-
Eddy Vluggen wrote:
A multitasking windowed OS in half a megabyte. There is nothing not to like
No MMU. That's the only thing I didn't like about developing on mine. Every wild pointer meant you had to reboot. Kinda lengthened the edit-compile-test cycle :)
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Eddy Vluggen wrote:
A multitasking windowed OS in half a megabyte. There is nothing not to like
No MMU. That's the only thing I didn't like about developing on mine. Every wild pointer meant you had to reboot. Kinda lengthened the edit-compile-test cycle :)
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Absolutely. And utterly hilarious when one day the local cable company was broadcasting a GURU meditation number for a few hours :laugh: Made me wonder what the non-initiates thought was going on.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Of course the people who advanced the PC market had the connections, money, marketing to do so.
i cri evry tiem
There is a book by Livingston about the early PC industry. I lived through it all CP/M, DOS, Windows. None of those guys had anything but brains and the gall to think they had something great. So they found contacts. You'll find Marketing is ever elusive to us Dev types. We just don't understand it. Money you can always use as an excuse. Get on one of the freelance programming sites. Since you don't care about monetary concerns do those tasks. If you want exposure, join an open source project that tickles your fancy. There are over a million of them out there and they need the help. As far as "its been done before". The cell market was already done when Steve Jobs flipped it on its head. Also he flipped the music industry on its head with the dollar a song model. They all made massive money from this new scheme. Good Luck.
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
How about helping a project like NTP or such that could use the development work and does not have much of a budget. (nwtime.org). Digging in on a successful project and making it better is a great idea, and can show the much more important skill of being able to get up to speed on a project, and being useful... Just thinking outside the sphere :-)
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
You don't have to create your own project, there are plenty that could use some help: Up For Grabs[^]
'Howard
-
I really want to make something.I'm bored, I have not touched any code for 6 months and as a bonus, it looks good to employers to have side projects (supposedly) The problem is, I can't find and commit to an idea. I want to make something practical. Sure, I could make a clone of something or make yet another boring todo list, but what's the point. Employers aren't going to care that you built a clone of (insert something here) that has 0 active users and just sits in a Github repo. I've also tried the whole "make something you would use" and wind up finding out someone has already done it and better than I could do it.
i cri evry tiem
You your side projects don't necessarily have to achieve an end product to be a useful exercise. I often start side projects to explore coding styles, patterns and architecture and new technologies. Because my side projects are in my own time and under my complete control, and I have the freedom to pursue any avenue without fear of cocking up an existing code base or missing a deadline. This is how I've explored the fusion between MVC, Razor and Angular. Or how I might practically implement an event source pattern. The actual projects are disposable, but I've learnt enough in the sandbox of a side project to be able to apply the concepts I've learnt on a professional project. Occasionally a useful application comes out of the side of this activity. If I'm really lucky, one day I'll stumble onto a saleable product.
-