Homepage
Open in app
Sign inGet started

Star Gazers

The place that enthusiastic and stargazer to everything

  • About
  • Submit
  • Add Methods to Built-in Classes in C#

    Add Methods to Built-in Classes in C#

    Consider, you are writing a program where you work with the arrays, lists. Let’s say you need to check if the list is empty or not. What…
    Go to the profile of Elnur
    Elnur
    Sep 19, 2021
    ProgrammingTechniques in Go: Closures

    ProgrammingTechniques in Go: Closures

    This is the first article in a series about basic programming techniques as illustrated in Go. Recently I was explaining closures to a…
    Go to the profile of Guy J Grigsby
    Guy J Grigsby
    Sep 10, 2021
    Vebsaytların arxitekturası — Müştəri-server rabitəsi / CSR / SSR

    Vebsaytların arxitekturası — Müştəri-server rabitəsi / CSR / SSR

    Bundan öncəki məqaləmizdə vebsaytların arxitekturaları arasındakı fərqliliklərdən danışmışdıq. Verilən tələbləri — vebsaytın və ya…
    Go to the profile of Fidan Naghiyeva
    Fidan Naghiyeva
    Aug 29, 2021
    Vebsaytların Arxitekturası — Üçmərtəbəli Arxitektura

    Vebsaytların Arxitekturası — Üçmərtəbəli Arxitektura

    Yəqin ki, hər birimiz gündəlik həyatımızda vebsaytlardan və tətbiqlərdən tez-tez istifadə edirik ( hal-hazırda olduğu kimi ). Gəlin, biraz…
    Go to the profile of Fidan Naghiyeva
    Fidan Naghiyeva
    Aug 25, 2021
    The Role of Artificial Intelligence in Healthcare Documentation.

    The Role of Artificial Intelligence in Healthcare Documentation.

    Introduction:
    Go to the profile of Artificial Intelligence +
    Artificial Intelligence +
    Aug 16, 2021
    How to develop software better than a robot

    How to develop software better than a robot

    Software development will become harder with time. Don’t stop developing yourself.
    Go to the profile of Roman Suzi
    Roman Suzi
    Aug 8, 2021
    The number 1 is not prime. Why?

    The number 1 is not prime. Why?

    Sometimes in a science fiction story, the extraterrestrials need to let us know that they’re intelligent life. What message can they send…
    Go to the profile of Alonso Del Arte
    Alonso Del Arte
    Aug 1, 2021
    Build a Birthday Congratulations Time Capsule with Go

    Build a Birthday Congratulations Time Capsule with Go

    Intro
    Go to the profile of Vonage Dev
    Vonage Dev
    Jul 6, 2021
    Stochastic Differential Equations —The Ornstein-Uhlenbeck Process

    Stochastic Differential Equations —The Ornstein-Uhlenbeck Process

    I haven’t written for a few months and while I was previously writing about optimization and linear programming, this article will not be…
    Go to the profile of Ryan Howe
    Ryan Howe
    Jun 20, 2021
    The Role of Artificial Intelligence in Education

    The Role of Artificial Intelligence in Education

    How artificial intelligence will help with education.
    Go to the profile of Artificial Intelligence +
    Artificial Intelligence +
    Jun 1, 2021
    When working harder slows you down

    When working harder slows you down

    When you try to do everything, you start many activities but finish none
    Go to the profile of Ben "The Hosk" Hosking
    Ben "The Hosk" Hosking
    Jun 1, 2021
    Automating Git Deployment

    Automating Git Deployment

    Tips and tricks and a script…
    Go to the profile of Stuart McLean
    Stuart McLean
    May 31, 2021
    Redux State Management 📦

    Redux State Management 📦

    My final project at Flatiron involved working with React and Redux on the front end. At first glance, Redux seemed to be confusing but I…
    Go to the profile of Milan Parmar
    Milan Parmar
    May 30, 2021
    Managing tail latency

    Managing tail latency

    How small amounts of randomness across multiple components affect the end-user latency
    Go to the profile of Eugene Retunsky
    Eugene Retunsky
    May 24, 2021
    Request hedging: applicability, benefits, trade-offs.

    Request hedging: applicability, benefits, trade-offs.

    How predictable services can be built on top of not-so-predictable dependencies
    Go to the profile of Eugene Retunsky
    Eugene Retunsky
    May 24, 2021
    Big O Categories 📈

    Big O Categories 📈

    In this blog, I will be breaking down how we identify which category an algorithm is placed, under Big O Notation. If you aren’t familiar…
    Go to the profile of Milan Parmar
    Milan Parmar
    May 23, 2021
    Object-oriented programming: a simple concept, explained simply

    Object-oriented programming: a simple concept, explained simply

    The concept of object-oriented can feel quite difficult to comprehend, with all its arcane concepts, inscrutable jargon and indecipherable…
    Go to the profile of Alonso Del Arte
    Alonso Del Arte
    May 23, 2021
    Python’s Significant Whitespace Problems

    Python’s Significant Whitespace Problems

    Significant whitespace is often touted as a major advantage of Python, but in reality it is a disadvantage and solves no problem that could…
    Go to the profile of Erik Engheim
    Erik Engheim
    May 22, 2021
    Greedy Algorithms 🤑

    Greedy Algorithms 🤑

    In your coding journey, you will come across the term — Greedy Algorithms. Sounds strange right? In this blog, we will be diving into what…
    Go to the profile of Milan Parmar
    Milan Parmar
    May 16, 2021
    React Js | UseContext() hook nədir ? Necə istifadə olunur ?

    React Js | UseContext() hook nədir ? Necə istifadə olunur ?

    🔙Əvvəlki blog yazımda hooks və useState(), useEffect() hooks haqqında müəyyən qədər qeydlər etmişdim. Bu məqalədə isə UseContext() hook…
    Go to the profile of Gulbahar Ceferova
    Gulbahar Ceferova
    May 15, 2021
    Angular RxJS Temelleri

    Angular RxJS Temelleri

    Herkese merhaba :) Bugün ki yazımda RxJs’in ne olduğundan en çok kullandığım rxjs fonksiyonlarından bahsedeceğim.
    Go to the profile of Okan Yeşiloğlu
    Okan Yeşiloğlu
    May 14, 2021
    Big Ohhhhh Notation 🤦🏽

    Big Ohhhhh Notation 🤦🏽

    If you’re haven’t come across the Big O during your programming journey, you surely will at some point. When I first stumbled upon it, I…
    Go to the profile of Milan Parmar
    Milan Parmar
    May 9, 2021
    Agile Retrospective: One Of Most Important But Under-Used Feature

    Agile Retrospective: One Of Most Important But Under-Used Feature

    Can you spot the time when your team was productive and when it was not? Can you spot when your team is on the way towards improving or…
    Go to the profile of Desuvit
    Desuvit
    May 2, 2021
    OmniAuth 👥

    OmniAuth 👥

    During my time at Flatiron, we came across OmniAuth, a gem that allows users to sign into an application via a third party such as Google…
    Go to the profile of Milan Parmar
    Milan Parmar
    May 2, 2021
    Python Pandas-II

    Python Pandas-II

    Learn efficiently
    Go to the profile of Shubham Saket
    Shubham Saket
    May 1, 2021
    About Star GazersLatest StoriesArchiveAbout MediumTermsPrivacy