MNmani nekkalapudiinmaninekkalapudi.hashnode.dev·Jul 31, 2023 · 5 min readBook Review- Fundamentals of Data EngineeringHi! Hope you’re doing well. Let me walk you through what’s going on in my head when I need to explain “What is Data Engineering? And What has been going on with it recently?”. Where do I start? And how to not kill an enthusiast or a friend with my te...00
MNmani nekkalapudiinmaninekkalapudi.hashnode.dev·Nov 12, 2022 · 3 min readWhat is Data Engineering?Intro Hello all! Hope you are doing good. In the last couple of years, you might’ve heard a lot about Data Engineering. It surely gained a lot of buzz in recent times and… every company wanted data engineers. Needless to say, the demand for data engi...00
MNmani nekkalapudiinmaninekkalapudi.hashnode.dev·Nov 1, 2022 · 5 min readA Typical Data PipelineIntroduction Hello people, Hope you are doing well. As data engineers, we build data pipelines to collect data from different source systems and place it in an analytics system i.e., a data warehouse/data lake. The data is usually sourced from syste...01R
MNmani nekkalapudiinmaninekkalapudi.hashnode.dev·Sep 17, 2022 · 6 min readProcess management with Linux CLIHello! In my last post I have written about permissions in linux. In this post we will explore about processes in linux and how to manage them from cli. Let's go! Topics covered in this post: Intro to modern systems What is a process? Processes in ...00
MNmani nekkalapudiinmaninekkalapudi.hashnode.dev·Jul 18, 2022 · 6 min readPermissions in LinuxHello! In my last post I have written about how I/O redirection works in linux. When we think of a command, which is a file in linux; it will be assigned with a set of permissions. Only users with the right access will be able to run the command. All...01R