DevOps or SRE?
The term “DevOps” emerged in industry in late 2008 and as of this writing (early 2016) is still in a state of flux. Its core principles—involvement of the IT function in each phase of a system’s design and development, heavy reliance on automation versus human effort, the application of engineering practices and tools to operations tasks—are consistent with many of SRE’s principles and practices. One could view DevOps as a generalization of several core SRE principles to a wider range of organizations, management structures, and personnel. One could equivalently view SRE as a specific implementation of DevOps with some idiosyncratic extensions.
https://landing.google.com/sre/sre-book/chapters/introduction/
The term “DevOps” emerged in industry in late 2008 and as of this writing (early 2016) is still in a state of flux. Its core principles—involvement of the IT function in each phase of a system’s design and development, heavy reliance on automation versus human effort, the application of engineering practices and tools to operations tasks—are consistent with many of SRE’s principles and practices. One could view DevOps as a generalization of several core SRE principles to a wider range of organizations, management structures, and personnel. One could equivalently view SRE as a specific implementation of DevOps with some idiosyncratic extensions.
https://landing.google.com/sre/sre-book/chapters/introduction/
👍1
وقتی عکسی درون موبایل گرفته میشود کلی اطلاعات مانند زمان، مکان، و... همراه ان است که به کمک exif میتوانید انها را استخراج کنید.
این مهم با privacy کاربر رابطه دارد بنابراین باید رعایت اخلاق کنید.
این مهم با privacy کاربر رابطه دارد بنابراین باید رعایت اخلاق کنید.
برای دسترسی به اسلایدهای درس وب عبارت اسلاید را در این کانال جستجو کنید
Web_programming pinned «برای دسترسی به اسلایدهای درس وب عبارت اسلاید را در این کانال جستجو کنید»
مرری بر hook در reactjs
https://css-tricks.com/intro-to-react-hooks/
https://reactjs.org/docs/hooks-overview.html
https://css-tricks.com/intro-to-react-hooks/
https://reactjs.org/docs/hooks-overview.html
CSS-Tricks
Intro to React Hooks | CSS-Tricks
Hooks make it possible to organize logic in components, making them tiny and reusable without writing a class. In a sense, they’re React’s way of leaning into functions because, before them, we’d have to write them in a component and, while components have…
Watch "Google I/O'19" on YouTube
https://youtu.be/TQSaPsKHPqs
https://youtu.be/TQSaPsKHPqs
YouTube
Google Keynote (Google I/O'19)
Learn about the latest product and platform innovations at Google in a Keynote led by Sundar Pichai.
Watch more #io19 here:
Google I/O 2019 All Sessions Playlist → https://goo.gle/io19allsessions
Learn more on the I/O Website → https://google.com/io
…
Watch more #io19 here:
Google I/O 2019 All Sessions Playlist → https://goo.gle/io19allsessions
Learn more on the I/O Website → https://google.com/io
…
Forwarded from mobile_programming
دستورات مورد نیاز برای برپایایی mac در ماشین مجازی
VBoxManage modifyvm "Sierra" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Sierra" VBoxInternal2/EfiGopMode 4
VBoxManage modifyvm "Sierra" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Sierra" VBoxInternal2/EfiGopMode 4
Forwarded from mobile_programming
برپایایی مک درون ubuntu و اجرای یک برنامه ساده
۱- به کمک دستورات ارسال شده در همین کانال و به کمک ماشین مجازی یک سیستم عامل مک نصب کنید
۲- محیط xcode را دانلود و نصب کنید
۳- به کمک swift برنامه بنویسید و با شبیه ساز تست کنید
۱- به کمک دستورات ارسال شده در همین کانال و به کمک ماشین مجازی یک سیستم عامل مک نصب کنید
۲- محیط xcode را دانلود و نصب کنید
۳- به کمک swift برنامه بنویسید و با شبیه ساز تست کنید