@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.