Details
-
SkillsProfessional Go Developer
Joined devRant on 11/14/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
We use goland (JetBrains' go ide) and I use the intelivim plugin because keyboard shortcuts, everything else it's vim.
-
My Dev hero is without a doubt Robert C Martin (Uncle Bob). His books clean code and the cleans coder changed the way I program and his work on TDD too6
-
So I'm in the process of learning go for building RESTful microservices and I have a really stupid but simple question.
Does a go microservice need more than one file? I ask this because my day job is c# and for those who know, asp.net rest projects have a lot of files6 -
Rant
Fucking async tasks in c# are the bane of my existence right now.
It's running one to call the ms graph API and then if you click at the wrong moment it throws an exception and crashes to desktop but I can't bloody reproduce it because the API call is so fast3 -
Does anyone know any good documentation tools for an asp.net core API. I've looked into swagger but it'd be good to have something that can produce an xsd4
-
I've now spent 4 hours trying to understand this piece of shit stored procedure.
3475 lines of pure shit with 3 levels down nested sub-selects.
FML!1 -
Finally nearly finished work today, time for a weeks holiday.
And even better I don't have to think about shitty old red hat 6.2 or Oracle 8i all week!2 -
Has anyone ever donated a website and its maintenance/hosting to a charity?
There's a pet rescue/homing RSPCA centre near me and their website is terrible. I keep thinking about doing this for them.
Thoughts?12 -
Help!
I am trying to update android on my Nexus 10 to 5.5. it is stock other than twrp for recovery and an unlocked bootloader.
Below is the error I get when trying to install the update.
Any ideas?
Ps. Sorry it's literally a screen picture5 -
Rant
Okay so I was given a task to add an additional column to the reports in our timesheet system a couple of days ago.
This system hasn't been modified in several years and was not written especially well.
The report generated is shown in a Windows forms datagrid.
I spent 2 fucking hours trying to figure out how data was getting added to this shitting thing when I realised that it was being done by shitting index on the SELECT statement.
God, why didn't the original Witter just use a bloody databinding -
Is it a bug if a user tries to do something they shouldn't be able to do and the program stops them but doesn't give an error message?1
-
CSS Help!
So my band website is using bootstrap and I have created a div for the background and applied the background in CSS, see below.
background-image: url(...);
height: 100%;
z-index: -1;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
I am trying to add an image over the top of it and tried to use the img-fluid class but the image I'm adding is sitting below the background class not over the top.
I'm pulling my hair out hahaha3 -
So general hardware question.
I have a Dell t310 with 2 drives in raid 1 on the perc 6 controller.
I am trying to install an OS onto that array, my SATA mode is ahci.
I complete the install time but for some reason the boot options then disappear for the OS I just installed. Any ideas?6 -
!rant
So I was an apprentice in infrastructure and have been wanting to move into dev. I worked at my company for a year after the end of the apprenticeship and have now been given a job offer as a VB Dev! I'm so excited -
Is it advisable to add an admin page to your website so you can easily make changes like updating images etc. Or should I not bother and just modify the code whenever I want to change something?1
-
Thanks for the stickers guys! The rectangular one will be going on the back of my car and the others on my laptop!2
-
Just installed arch on my laptop...
I've always been a Debian guy before so blimey that install was painful but I'm glad I've done it.
I then installed sddm, for some reason it seems to be an old version maybe? I was expecting the look of sddm you get in kubuntu, any ideas?3 -
Do you guys think that lets encrypt is fine or should I buy a Comodo cert for my personal website?4
-
I run kubuntu on my work laptop with various security settings in place. All of my other colleagues run Windows 10.
My manager recently noticed I wasn't running Windows and told me I was a threat to the security of the companies network...
Congrats dude4 -
Rant.
So I work in the service desk and the moment and one of our clients use Mac's.
One of the end users called up saying that it was being slow and sluggish.
End user: hi my Mac is being slow.
Me: when did you last reboot it?
End user: last night
*Remotely connects*
*Runs uptime in terminal*
Me: are you sure you rebooted it last night?
End user: yes I close the lid every night...
The up time was 68 days...9