Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
STR32-C. Do not pass a non-null-terminated character sequence to a library function that expects a string

https://wiki.sei.cmu.edu/confluence/display/c/STR32-C

@DevMisc
#c #memory #learn
Memory Management in Python: 3 Popular Interview Questions

Memory management is one of the most popular interview topics for Python developers, questions about it can test a programmer’s understanding of Python.

https://medium.com/techtofreedom/memory-management-in-python-3-popular-interview-questions-bce4bc69b69a

@DevMisc
#memory #python #learn
Saving a third of our memory by re-ordering Go struct fields

https://wagslane.dev/posts/go-struct-ordering

@DevMisc
#golang #memory #optimization