General
Webhook vs Polling: Why Modern Systems Stop Asking Questions
Every distributed system eventually faces a simple question. Who should speak first? Should a client repeatedly ask, “Has anything changed?” Or should the server…
Practical technical articles and clear explanations.
General
Every distributed system eventually faces a simple question. Who should speak first? Should a client repeatedly ask, “Has anything changed?” Or should the server…
General
https://www.python.org/ftp/python/pymanager/python-manager-26.2.msix From Windows PowerShell please see python –versionPython 3.14.5 Now in VS Code or bash terminal in Windows please do Now let create a…
General
So, you’ve probably seen the news about the internal code exposure. It sounds like a sophisticated breach, but in reality, it was a classic…
Artificial Intelligence
Pre-training is the phase where we teach a model how language works. Before a model can answer questions, write code, or chat with us,…
Artificial Intelligence
AI application now a days are not only generating texts , but also images, audio and videos. The similar approach of transformer architecture is…
Artificial Intelligence
A token is a piece of text the model understands. It may be: Now each token will have a specific numerical value assigned. Token…
Artificial Intelligence
The attention heads live inside the Transformer layer Each Transformer layer actually contains two main parts: 1 Multi-Head Self Attention2 Feed Forward Neural Network…
Artificial Intelligence
The model scores (logits) come from the last neural network layer of the transformer. After many transformer layers, the model produces a vector that…
Artificial Intelligence
When LLM predict the next word, it first gives scores for every possible words from the transformer stage of LLM. I like to drink…
General
In a competitive job market, your profile needs to be more than a chronological list of responsibilities. To truly stand out, you must demonstrate…