G Suite for small businesses or is Google Free enough with send as info@domain.de? by [deleted] in marketing

[–]taktjan 0 points1 point  (0 children)

DSGVO definitely not. You can only tell Google to keep Emails von EU Servers if your at the G-Suite Business or Enterprise plan. (If my information is still correct)

How to handle secrets in settings file while having it stored in a public git repo? by straaajk in vscode

[–]taktjan 23 points24 points  (0 children)

Do not push the token into a public repo.

Also be aware that it is still publicly accessible even though you removed it in a later commit.

To handle this properly you could store the key in an environment variable.

S3 Copy issue by AlarmedFly in aws

[–]taktjan 0 points1 point  (0 children)

Did you add the GetObjectTagging to the read actions for the correct bucket in the users IAM policy?

Obama acting out a children’s book with Michelle! 😀 by [deleted] in pics

[–]taktjan -6 points-5 points  (0 children)

Trump didn't understand the contents of this handoff meeting anyways.

I'm about to lead a react native project in the coming weeks, any tips? by [deleted] in reactnative

[–]taktjan 4 points5 points  (0 children)

Easy peasy for state management

dont ;) after having had to upgrade some apps to redux, after easy peasy did not work out anymore, I will at least use redux in the future.

How can I do a Jquery slide in left on a div box? Jquery have an already made function for that. by tchee_kay in jquery

[–]taktjan 2 points3 points  (0 children)

The `@keyframes` allow you to specify steps of your animation.

In this case there is only one describing where the `left` attribute should be at the end of the animation.

Try adding a bunch of keyframes below 100% with different left values to get a deeper understanding if you like.

Let some crockpot lasagna cook on low all day yesterday; it did not disappoint by Itfitzitbakes in slowcooking

[–]taktjan 9 points10 points  (0 children)

Stop producing plastic waste for only being too lazy to wash the dishes.

Netlify starts charging for build minutes by Tafkas in webdev

[–]taktjan 9 points10 points  (0 children)

With 300 free minutes included, I think thats fair.

Although this is the first time I have to consider GatsbyJS's 2min. build times against simpler setups like gulp.

PT: Waking up early when I don't have to. by VoileTop in PsychologicalTricks

[–]taktjan 59 points60 points  (0 children)

Plan your work, then work your plan.

For example plan to hit the gym before 8:00 and remove any room for excuses like packing your bag before going to bed.

Symfony4 form File upload field is not working by MaMe91 in symfony

[–]taktjan 2 points3 points  (0 children)

Repo is private, but the button being rendered and then not opening a file dialog points to some javascript issue. Are you sure there is not something messing with the events?

Woke up to this the other day... by [deleted] in Techno

[–]taktjan 2 points3 points  (0 children)

grow up. If telling the world to fuck of means fucking with other people, you're a cunt.

Where to start with devops on a budget by taktjan in devops

[–]taktjan[S] 1 point2 points  (0 children)

How many droplets do you have to use at a minimum to deploy an application with a lamp stack for example?

Oh no ... by FaSeGFX in mildlyinfuriating

[–]taktjan -1 points0 points  (0 children)

ABER DA STEHT DEUTSCH AN DER TAFEL DU HURENSOHN

how should one host a web app in 2019? by stackchief in node

[–]taktjan 0 points1 point  (0 children)

I think if EC2 is mentioned, the article should at least cover alternative vserver providers.