Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Where would you suggestion someone without this knowledge goes to start learning a low level language? Obviously Google... Though any opinions on good learning resources?
- 
				
				@localdam Learning C and reading the code. Linux kernel, language's source (e.g. Python) or similar stuff. At least what I think.
- 
				
				@localdam try googling "basics of operating system" coz that is what you are actually looking for
- 
				
				@localdam https://gitbook.com/book/samypesse/... This could be a good beginning :)
Related Rants
- 
						
							 nikolatesla16Person: "I'm using Ubuntu. It's my first time using Linux. It looks pretty nice and it works for me." People: ... nikolatesla16Person: "I'm using Ubuntu. It's my first time using Linux. It looks pretty nice and it works for me." People: ...
- 
						
							 leanrob27 leanrob27 I was thinking today about a certain aspect of running a software startup and then it came to me...
Hank Scor... I was thinking today about a certain aspect of running a software startup and then it came to me...
Hank Scor...
- 
						
							 pranitjaiswal3The compiler doesn't concern itself with the opinion of the programmer 😂 pranitjaiswal3The compiler doesn't concern itself with the opinion of the programmer 😂





<opinion>
You may be a prod ninja but I believe that every dev should have a decent level of exposure with a low level language(s). Sure you can make an HTTP server, do a sentimental analysis, topic modeling, set up multinode clusters, write ORM queries from dbs and all sorts of awesome stuffs with Python/Ruby/PHP/JS/GO etc but none of them teaches you what happens at kernel level. Things like memory leaks, threading, multiprocessing, memory allocations etc can only be better learnt from a low level language.
</opinion>
P.S. Not a C/C++ fanboy. I'm a python dev 😄
undefined
low level language
opinion