Ask HN: What technologies did you learn in 2018?
81–90 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#82Weirdly, perl. I found myself on a client site in a locked down environment with only the Windows version of GIT installed. Powershell disabled, no other programs allowed. I had to produce reports on the log files for this machine, but had to obfuscate information before taking it off the server. I discovered that git had bash installed quite early on, so my initial automation and reporting was based on UNIX pipeline…
Re: Ask HN: What technologies did you learn in 2018?
#83Re: Ask HN: What technologies did you learn in 2018?
#84Re: Ask HN: What technologies did you learn in 2018?
#85Re: Ask HN: What technologies did you learn in 2018?
#86My team started being more serious about our switching from .NET to a mix of Django, Flask and Vue.js this year, so I've been focusing on those. I personally played around with GraphQL (Apollo, Yoga and Graphene) for a while, but ultimately I didn't find a good use case for it in our setups and kind of left it at that. Our 2019 will be spent on building our AWS and Azure skills along with container setups, as we look…
When have you been using Django compared to Flask? I'm curious, since I often use Flask + vue, but haven't used Django much.
One example that I can share, that would have also been a good Django candidate is our system for handling employee absence. When it launched it only let you report the two types of paid vacation we have, but being the public sector of Denmark, we actually have around 80 different types of legal absence, with various rules attached, and we knew we'd want to add more over time. We also knew every employee would need their own profile to keep track of their accounts, and we knew some managers would want to outsource the responsibility to secretaries and such. So that's what would be an obvious Django project to us, but it was build in .NET because that's what we were most comfortable with at the time.
Re: Ask HN: What technologies did you learn in 2018?
#87In 2017, I was a copy editor and epidemiologist, but in 2018 I got a great full time opportunity to learn SQL and R on the job for a hospital. I've used these skills in real analyses of social work and food shortage amongst Veterans. In 2019, I hope to gain a deeper understanding of these two technologies and to add Linux and Python beginning skills to my knowledge. I also want to understand epidemiological theory, s…
Re: Ask HN: What technologies did you learn in 2018?
#88Real World Embedded Systems. Built a dishwasher that cleans and sets your dinner table. C++, Arduino, Electrical Engineering, and worked with a mechanical engineer on the design execution. Here is the story, skip to the bottom if you want to see the youtube video- Started this year working on a finance App, this one needed to be perfect. React Native, Laravel PHP mysql. The app is almost finished, and is worthy of a…
Re: Ask HN: What technologies did you learn in 2018?
#89Re: Ask HN: What technologies did you learn in 2018?
#90Also dived into vuejs a little - it’s ok.
Finally NServiceBus is something I learned as part of my current .NET contract, it’s pretty decent.