TL;DR An old(ish) guy looking for a meaningful application of his modest coding skills.
whoami
A semi-retired R&D engineer: “tangible things engineer”, not “software engineer”, with broad (not necessary deep) knowledge and hands-on experience in Physics / Material Science / Chemistry as well as electrical / chemical / mechanical Engineering. Maths was taught on a reasonaly serious level at the university, but that was >40 years ago.
The last few decades worked at the Fraunhofer Society. Now after retirement working part-time for a small company in the field of chemical apparatus engineering, and have some free capacity.
Over the decades I learned and forgot like a dozen of programming languages. I consider myseld fluent in LabVIEW (which is probably irrelevant), and more-or-less in Julia. Not completely forgotten are Python and JS/JQuery/CSS/HTML. Programming in Julia has been of some use in my work, but was also hobby to a large part. I’ve authored following registered packages: LabVIEW0.jl & LVServer.jl, Mendeleev.jl, YAArguParser.jl, GivEmXL.jl.
I’d like to start some project of general use for the Julia community of some part of it. Ideally I’d work mostly independently, but with some support from those who are interested in the results. Any suggestions?
One idea is a GUI for creation of Julia projects or packages. I’ve started it about a year ago, then put aside for varius reasons. The motivation has been, that especially for a fresh Julia user it is difficult to orient himself in the plethora of available options. Personally I have, after trying PkgTemplates.jl and PkgSkeleton.jl, settled with just using ] generate
command, with copying all the rest from my other packages if necessary.
In this project (working title PackageInABlink ), Blink.jl is used for GUI, and PkgTemplates.jl as the backend. In the meanwhile I’ve however learned about BestieTemplate.jl, which might offer an advantage of being able to update packages. You can see mockup here , and some programming behind it is also implemented. I chose Blink.jl because of some experience with HTML and JS (though I dislike JS), but if there a better alternative, I’d consider it. @abelsiqueira , @gdalle - what’s your opinion’?