Timur Galeevtgaleev.com·Dec 18, 2024Building an AI-Optimized Platform on Amazon EKS with NVIDIA NIM and OpenAI ModelsIntroduction The rise of artificial intelligence (AI) has brought about an unprecedented demand for infrastructure that can handle large-scale computations, support GPU acceleration, and provide scalable, flexible management of workloads. Kubernetes ...AWS
J. Igor Melojigordev.hashnode.dev·Sep 9, 2024Knowing the Nim languageNim is a compiled programming language that combines the best aspects of C and C++, while eliminating the main issues found in those languages. It offers powerful features and an easy-to-understand syntax inspired by languages like Python. Main featu...Nim
Basil Ajithundefined.pyfy.ch·Aug 26, 2024Why Nim?You might have heard of the line, "one ring to rule them all" from the book the Lord of the Rings. Though, this ring is an evil object created by the evil Sauron, the idea of just one thing existing to manage or control a lot of things at the same ti...Nim
Basil Ajithundefined.pyfy.ch·Jul 31, 2024I Violated A Rule Of ProgrammingI have fallen in love with a programming language named Nim. Nim is what you get when you try to put C (or C++) and Python through a sieve and get the good parts. Nim, for sure, will make you fall in love with programming again. Why do I like Nim so ...Nim
Sultan Alisaieefoxoman.hashnode.dev·Apr 11, 2024Exploring Command Injection Vulnerabilities in Windows with NimThe recent discovery reported by Flatt Security Research highlights the BatBadBut vulnerability (CVE-2024-24576) as a significant threat to the security of command execution in Windows. The issue arises because cmd, the command-line interpreter for W...155 readsNim
Siddharth Sinha (Sid)sidev.hashnode.dev·Mar 31, 2024Compile time programming is coolFirst of all, to all those sweet JS only users … please bug off. I can’t help you, god can’t either. I am not sure why you even clicked on this article given that your best contender is a fully ignorable linter which generates back to shitty language...4 likes·234 readsProgramming Tips
Jason Leitokenchingy.hashnode.dev·Jan 17, 2024Nim and Hexagonal ArchitectureAddressing the challenge of developing robust, maintainable, and flexible software applications is often daunting. Hexagonal Architecture, or Ports and Adapters, is an innovative design pattern conceived by Alistair Cockburn. This pattern assists in ...12 likes·845 readsProgrammingPorts and Adapters
Basil Ajithundefined.pyfy.ch·Dec 2, 2023Learn Nim - Part 2 of n | Install Nim on your computer.Read part 2 here. If you read the previous article, you should know that I don't care much about what you mean by the word computer. However, it's hard to explain that each time. So, let me be specific. From now on, when I say computer I mean your de...Nim
Basil Ajithundefined.pyfy.ch·Dec 1, 2023Learn Nim - Part 1 of n | What is Nim?Read part 0 here. First of all Nim is not NIM. I've seen people write NIM in places they mean to convey Nim. So, if you go up and search for "NIM" through the Google search engine or on job posts you may get NIM, IBM's system management framework. Ni...Nim
Basil Ajithundefined.pyfy.ch·Nov 17, 2023Learn Nim - Part 0 of n | IntroductionThere is a huge lack of well-written materials in the tech industry. It is quite rare to find documentation that is easy to understand, which also prevents you from banging your head against the wall. The quality of documentation is sometimes what co...Nim