Searching in

Enter search term to find items
to navigate, to select, and to close
Skip to content

Code, Cloud & Context

Designing intelligent systems, one layer at a time.

  • Home
  • About
    • About
    • Welcome To My Blog
    • Contact
    • Disclaimer
    • Contributions
    • Hire!
    • Subscribe to my blog
  • Cloud Computing
    • AWS
      • AWS CodeBuild
      • AWS CodeCommit
      • AWS CodeDeploy
      • AWS Cloud9
      • AWS CodePipeline
      • AWS Glue
    • Azure
      • Azure Kubernetes Service(AKS)
      • Windows Azure Development
      • Azure IoT Suite
        • IoT Edge
        • IoT Central
        • IoT Hub
        • Machines
    • Google Cloud (GCP)
    • Internet of Things
      • IoT
      • Communication Patterns
      • Communication Protocols
      • Connectivity
      • IoT Devices
      • IoT Privacy
      • IoT Security
  • Artificial Intelligence(AI)
    • Algorithms
    • Machine Learning(ML)
    • Azure AI
    • Generative AI
    • Image Classification
    • Image Generation
    • Image Recognition
    • Object Based Image Analysis
    • Object Classification
    • Object Detection
    • Object Recognition
    • Object Tracking
  • Emerging Technologies
    • Analytics
    • Augmented Reality
    • Bio Technology
    • Big Data
    • Computing
    • Cloud Computing
    • Data Analytics
  • Technology Engineering
    • Development Process
    • Software Engineering
    • Software/System Design
    • Platform Engineering
    • Agile
    • GitOps
    • SRE
    • DevOps
  • Knowledge Center
    • Microsoft Technologies
      • .NET
      • ASP.NET
      • VisualStudio
      • Windows
      • Windows Phone
      • Kinect Development
    • Mobile-Development
    • Downloads

Category: Emerging Technologies

Emerging technologies include a variety of technologies such as educational technology, information technology, nanotechnology, biotechnology, cognitive science, psychotechnology, robotics, and artificial intelligence.

  • Home
  • Emerging Technologies
  • Page 36
  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #66: Leverage ArrayPool for Temporary Buffer Reuse

  • Nithin Mohan TK
  • February 8, 2025
  • 0

Rent and return arrays from a shared pool to avoid repeated allocations in buffer-heavy code.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #65: Use Span for Zero-Allocation String Parsing

  • Nithin Mohan TK
  • February 6, 2025
  • 0

Eliminate heap allocations when parsing strings by using Span for memory-efficient operations.

  • Cloud Computing
  • Google Cloud (GCP)

Mastering Hybrid Cloud with Google Anthos: Unified Kubernetes Management Across Any Environment

  • Nithin Mohan TK
  • February 5, 2025
  • 0

Executive Summary: Google Anthos provides a unified platform for managing applications across on-premises data centers, Google Cloud, and other cloud providers. This comprehensive guide explores […]

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #64: Implement Retry Logic for LLM API Calls

  • Nithin Mohan TK
  • February 4, 2025
  • 0

Handle rate limits and transient failures gracefully with exponential backoff.

  • Messaging

Azure Event Grid: A Solutions Architect’s Guide to Event-Driven Architecture

  • Nithin Mohan TK
  • February 2, 2025
  • 0

Event-driven architecture has become the backbone of modern distributed systems, enabling applications to respond to changes in real-time while maintaining loose coupling between components. Azure […]

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #63: Cache LLM Responses for Cost Reduction

  • Nithin Mohan TK
  • February 2, 2025
  • 0

Implement semantic caching to avoid redundant LLM calls and reduce API costs.

Posts pagination

Previous 1 … 35 36 37 … 66 Next
Copyright © 2025 ByteArchitect Inc