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 43
  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #35: Use ValueTask for Hot Async Paths

  • Nithin Mohan TK
  • December 8, 2024
  • 0

Replace Task with ValueTask in frequently-called async methods that often complete synchronously.

  • Emerging Technologies
  • Tips and Tricks

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

  • Nithin Mohan TK
  • December 6, 2024
  • 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 #33: Use Span for Zero-Allocation String Parsing

  • Nithin Mohan TK
  • December 4, 2024
  • 0

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

  • Emerging Technologies
  • Tips and Tricks

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

  • Nithin Mohan TK
  • December 2, 2024
  • 0

Handle rate limits and transient failures gracefully with exponential backoff.

  • Bedrock
  • Emerging Technologies
  • Generative AI

AWS Bedrock: Building Enterprise Generative AI Applications on AWS

  • Nithin Mohan TK
  • December 1, 2024
  • 0

AWS re:Invent 2024 brought significant updates to Amazon Bedrock, and after spending the past month integrating these capabilities into production systems, I want to share […]

  • Emerging Technologies
  • Tips and Tricks

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

  • Nithin Mohan TK
  • November 30, 2024
  • 0

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

Posts pagination

Previous 1 … 42 43 44 … 66 Next
Copyright © 2025 ByteArchitect Inc