@ExploitforgeLTD I believe web segment is open to the public internet , there should be proper segmentation and the checkout service shouldnβt be in the segment public segment. If itβs properly segmented you can control network access to internal application services
The more experience get, the more easier this career thing becomes. At some point, most things are just a repetition and youβve probably seen it before
@olu_tayormi Wasnβt able to learn 3 different languages (html , css, JavaScript ) just to make something appear on the screen , and I couldnβt keep up with the new stuffs around web development (bootstrap, scss, tailwindβ¦.). Then I found flutter , logic and styling with dartπ
@nickmadethisone I came across (git commit -am) as a shortcut to adding and commiting changes, I didn't know I have to use git add for new files , until yesterday I lost some new changes because I had to reset to a particular guy commit.
π₯²i learnt the hard way today.
This git command (git commit -am "") looks like a shortcut to (git add ; git commit -m) but it's not entirely a shortcut, the difference is that it doesn't add untracked files before committing , if you're not careful you might lose new files.