I’ll have to give this another try. I tried it before and I stopped using it for a reason that I don’t remember. It looked promising though.
I’ll have to give this another try. I tried it before and I stopped using it for a reason that I don’t remember. It looked promising though.
This is where having a good GPA matters and going to a good school. If you want to go to school to learn, that’s cool, but don’t think it’s going to get you a good job.
If you were in the same Greek house as the hiring manager, your chances go up. If you went to the same school or went to a prestigious school like Yale, your chances go up. No one is looking at your GPA at this point though.
You really have to go out and socialize. It’s not enough to just have a degree anymore. You need to do projects. Contribute to open source projects. Go to meetups.
If you have Google on your resume, you’re good. It doesn’t matter how good you did there. Employers look at this. If you start your career off on the wrong foot, it will follow you around for the rest of your career and it may be difficult to get out of it.
Most people don’t understand what college is actually for. Most people think college is to learn something and then you make a career out of it. Well, it’s not, unless you want to go into academia.
College is a way to socialize and meet other people. This means you need to get into the right crowds and meet the right people. You use this time to do things like internships. What you learn and what your GPA is does not matter to any employer. Who you know, does.
Not a fan of the “modern” style Godzilla movies. This one was really good.
I know what you mean. There are tools I see everyday and I ask, but why? I have started to just ask, why not? There doesn’t always have to be a use case and sometimes people just want to create shit. They don’t even care if others use it, but want to share it anyway in case there is that one other person that does.
Does there need to be a need? Some people just like to create things to see if they can. Some people like TUIs. There may not be a huge need for this, but it’s pretty freaking awesome to have.
Oof. Thanks. I deleted mine as well. Never really use it anyway because I was always afraid of what they might do with my money.
Oh God. Those are the 2 worst ones. They are mainly used for IT tickets, not for developing software. Jira isn’t the worst, but it does lack basic features. It’s just when companies use Jira you just know you are going to have to deal with a bunch of PMs who all they care about is velocity.
There are so many other simplified alternatives these days. Basecamp is one.
Do YOU love yourself for who you are? Do you accept yourself and all your imperfections? Is there anything you are not happy with about yourself that you can change?
This is all that matters. Stop trying to push things and appreciate what you have. If there is something about yourself that you can change, then change it. Otherwise, stop worrying about what others think and learn to love yourself.
When you figure this out and learn this, everything else will follow. How can others love you, if you don’t even love yourself?
The status code that gets returned should be the status code of the messenger and not the data. If you want to add a status code about the data, then please do.
If something can return null and empty and it’s valid, that is not a 404. That is a 200.
As far as a 403, the messenger is telling you that you shall not pass. There is no data. 403 is appropriate here. The return response can be anything since 403 is pretty self explanatory, but I would probably return json to be consistent. I would also use the field message. Something like the first one for this use case only.
In other cases where i do get data, I would use data, message, status (optional). But status in the json response would be status about the message.
You should try and reach out to piratesoftware on twitch. He really enjoys these 2d platformers and it could be a huge boost to your sales. The game looks pretty sick btw.
Somewhat, but just a few pieces of it. Podman build is mainly a way to be backwards compatible with the docker cli. Buildah has some more flexibility and the way it builds the images are slightly different. You can use podman to build, but it’s probably better to move to buildah for the build step as time permits.
You typically don’t use podman to build images and you would instead use something like buildah.
Then you would probably enjoy concourse
Ok but containers generally have a lot less dependencies. If you are making your own images, then you know exactly how to rebuild them. In the event something happens, it makes it much easier to get up and running again and also remember what you did to get the service running. The only other thing that would be better is Nix.
If you use an image that someone is maintaining, this makes it even easier and there are services out there that will keep your containers up to date when a new image is available. You can also just automate your image builds to run nightly and keep it up to date.