Skip to content
Learn Steps
  • Technology
    • Programming
    • Docker
    • Linux
    • Gadgets
    • Servers
    • Software Management
    • Web development
      • Front End
    • Raspberry Pi
  • Kubernetes
    • How NodeLocal DNS Boosts Production Performance
    • Running Kubernetes in Production: Part 1
    • What exactly are Kubernetes Operators?
    • Debugging with kubectl
    • How a CNI config caused havoc in our Redis Infrastructure.
    • What to learn from a long term perspective
    • All on K8s
  • About Us
    • Privacy Policy
    • Contacts
Site Search

Tag: primes

Generating Prime numbers using sieve of Eratosthenes.

Sieve of eratosthenes in python for Generating Prime numbers

  • Gaurav Yadav
  • August 24, 2018November 4, 2019
  • Programming

Prime numbers are very important. Most of the modern day encryption decryption relies heavily on these prime numbers. Thus generating these prime number is a good task in itself. In this article we will see how we can generate list of prime number using sieve of Eratosthenes. What is sieve of Eratosthenes? To find all the prime

Read More
Get it on Google Play

5 Must-read books for DevOps and SRE.

Recent Posts

  • Swap Memory, when and when not to use.
  • Demystifying GVK: Groups, Versions, and Kinds in Kubernetes
  • What’s new in Kubernetes 1.30
  • Important Algorithms to Know in Distributed Systems
  • Kubernetes and the Reconciler Pattern: Maintaining Order in the Chaos
  • API vs ABI: Why Both Matter in Software Development
  • Understanding TCP and UDP: A Deep Dive into Sockets
  • Different types of system calls
  • Kubernetes in Production: Should you run your own worker nodes?
  • Kubernetes in Production: Managed Control Plane – Worth Considering for Kubernetes

Tags

algorithms aws Basics on Kubernetes cloud cloud native infrastructure containers data databases data structures debugging design patterns devops docker git infra provisioning infrastructure as code infrastructure automation interviewquestions javascript k8s kubernetes linux memory management monitoring mysql networking nginx performance pods programming prometheus python redis scale servers software development sre system architecture systems tcp terraform Tooling in Devops vagrant web development working on scale

Other Websites

Get Website IpĀ 
Check IP
Check Telnet
Check Ping

Letusdevops: Mock Interviews and Guidance

RSS Feed RSS - Posts

In love with code