As per this webinar on BrightTalk: 4 pillars of cloud security are: Least privilege – identity should have only permissions … More
Month: May 2020
redshift date functions
select getdate(); getdate 2020-05-27 06:44:07 — select getdate() as today, date(dateadd(‘year’,-1,(last_day(dateadd(‘month’,-1,getdate()))))):: DATE as date1, date(last_day(dateadd(‘month’,-1,getdate())))::DATE as date2; today date 1 … More
register a dll
regsvr32 c:/windows/system32 [name].dll In windows 10, dll should also be available in c:/windows/sysWOW64
Project parameters
The 4 most important parameters in a software project: scope, resources, time and quality.
Software and Understanding
1.1. The problem The problem should be completely understood before formulating the solution. If the problem is not understood, the … More
windows 10: turn on dark mode
start > settings > personalization > color > “Choose your color” = “dark”.