Samiullah Khan

2.1K posts

Samiullah Khan

Samiullah Khan

@technbuzz

Frontend Developer, Occasionally writes about what I learn at https://t.co/lmEsAX1EHD

Pakistan 가입일 Kasım 2009
259 팔로잉122 팔로워
고정된 트윗
Samiullah Khan
Samiullah Khan@technbuzz·
As they say that, if you are doing one thing you are missing many others. If you are using #react your are not using or falling behind in #angular and #vue. But you are still writing #javascript which matters more that getting in #beginner discussion of which framework is better.
English
0
4
4
0
Reads with Ravi
Reads with Ravi@readswithravi·
What’s a book you think everyone should read at least once in their lifetime?
English
258
29
276
128.6K
Samiullah Khan
Samiullah Khan@technbuzz·
@Armandotrue Secondly what is the good place way to engage with video post live stream? I see the video posted on many platforms. For example I watched on YouTube but didn't know which platform to comment or ask such that I can get a response
English
1
0
1
13
Samiullah Khan
Samiullah Khan@technbuzz·
@Armandotrue I didn't knew those terms like aspect oriented programming or cross cutting concerns while battling with them often. By the way I can't search for aspect oriented programming, monitors are keep coming up :D
English
1
0
1
16
Samiullah Khan
Samiullah Khan@technbuzz·
@Shefali__J But you can use any element with title attribute and you'll get the hover.
English
0
0
0
6
Shefali
Shefali@Shefali__J·
HTML Tip💡 You can use the  tag to represent an abbreviation or acronym of a phrase or longer word. This tag helps improve accessibility and user understanding by providing an explanation when a user hovers over it. This is used with the title attribute, and the value of the title attribute will be shown when the user hovers over the  tag content.
Shefali tweet media
English
18
5
48
1.7K
Samiullah Khan
Samiullah Khan@technbuzz·
@devongovett That is good answer, i see it's very hard for open source library author to go with dialog as first as you don't know where it'll be used, in what environment. It came long way. Web platform never breaks the old says always backwards compatible. I hope they'd consider those point
English
0
0
0
339
Devon Govett
Devon Govett@devongovett·
I'm often asked why you would use a JS library like React Aria for modals instead of the HTML <dialog> element, so I wrote up a detailed response. One of the main features of <dialog> (top layer) is also one of its weaknesses. #discussioncomment-15942257" target="_blank" rel="nofollow noopener">github.com/adobe/react-sp…
English
6
10
184
12K
Samiullah Khan
Samiullah Khan@technbuzz·
@FrontendMasters and linked signal , model input are complete package. Than we are in two lands when signals introduced aka RxJS pipelines, the course could have addressed it with proper usage of resource, rxResource or httpResource. Creating a customer resource would be nice advanced topic. 2/2
English
0
0
0
18
Samiullah Khan
Samiullah Khan@technbuzz·
@FrontendMasters Looking at the course outline, It started well with the signal course but I feel it didn't capitalize on the advanced topic. Rather than using NGRX for state management, we could have build upon the basics, the foundation angular signals to build store. Signals, computed 1/-
English
1
0
0
22
Frontend Masters 💻✨
Frontend Masters 💻✨@FrontendMasters·
The Angular learning path just got two new courses from Alex Okrushko of the NgRx core team. Signals, SignalStore, SSR, RxJS concurrency, and testing. This is the "how do teams actually build with Angular" content.
English
2
0
17
2.3K
Armen Vardanyan
Armen Vardanyan@Armandotrue·
It seems like everyone is building an AI agent nowadays... including me. But the gap between people adopting building the new technology and those who only use it (let's be honest, we're all using AI for coding) is still huge. So today, I will try to mend this gap a little bit, especially for Angular devs. In today's livestream, I will cover Google's Agent Development Kit, a new framework for building AI agents We will explore what agents are, what they can do, and how to quickly get started wth your very first one Tonight at 4:30 PM UTC Link if you prefer to watch on YouTube ⬇️
Armen Vardanyan tweet media
English
2
0
9
307
Patryk Golabek
Patryk Golabek@QuantumMentat·
only tells the browser "I've handled the theming myself, don't apply your own automatic colour adjustments on top." Without it, colour-scheme: light dark lets the browser know you support both schemes, but it might still layer its own UA-level dark mode heuristics, auto-darkening backgrounds, adjusting form controls, etc.
English
2
1
42
6.5K
IP
IP@ipwanciu·
I still think this is one of the best features modern CSS has given us! Who knows what `only` means?
IP tweet media
English
4
1
165
49.3K
Samiullah Khan
Samiullah Khan@technbuzz·
@michaeldors_ @nitishkmrk Yeah this makes much more sense, best UX in my opinion but switching from text to inputs is a challenge. In my case I had to edit only some fields.
English
0
0
0
18
Michael
Michael@michaeldors_·
@nitishkmrk Looks nice but practically would be easier to leave the elements where they are and simply allow input in that row while in edit mode
English
6
0
82
3.7K
Nitish Khagwal
Nitish Khagwal@nitishkmrk·
inline table control interaction ⎯⟡°
English
67
100
2.5K
183K
Samiullah Khan
Samiullah Khan@technbuzz·
@MozDevNet Really, it would be that easy, currently in #angular @for we are listening when the last element is in view using an intersection observer to cause an infinite scroll.
English
0
0
1
111
MDN Web Docs
MDN Web Docs@MozDevNet·
Know when users finish scrolling 📜 The scrollend event fires when scrolling completes - after gestures end and scroll position stops updating. Perfect for lazy loading, analytics, or finalizing UI updates. Learn how it works 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
5
25
270
19.2K
Samiullah Khan
Samiullah Khan@technbuzz·
@AdhamDannaway Should it be from perspective of use case and than drill down to use either modal or component
English
0
0
0
106
Adham Dannaway
Adham Dannaway@AdhamDannaway·
🙅‍♂️ Stop using modals for everything Most designers choose between a modal or a page based on habit not logic. But modals exist for one reason: to keep users in context while completing a focused task. Use them wrong, and you interrupt instead of help. This framework is a great reminder to stop guessing and start making intentional decisions. Worth bookmarking 👇
 uxplanet.org/modal-vs-page-… By Ryan Neufeld
Adham Dannaway tweet media
English
6
42
348
20.9K
Marc Backes
Marc Backes@marcba·
Remember when websites had a “m.yourdomain.com” for the mobile version of their websites? 👴🏻
English
64
50
2.8K
182.5K
Samiullah Khan
Samiullah Khan@technbuzz·
@ChallengesCss Should I stop my search for good force graph JavaScript library and use this instead
English
2
0
35
26.1K
CSS by T. Afif
CSS by T. Afif@ChallengesCss·
In graph theory, there are algorithms that find the shortest path between two nodes. I made one with pure CSS (including the graph drawing). Drag the nodes, and the shortest path will update in real-time! css-tip.com/graph-theory/ A demo powered by all the modern CSS features🤩
English
44
203
2.9K
1.2M
Samiullah Khan
Samiullah Khan@technbuzz·
@FirefoxWebDevs Well I didn't knew a lot of other things discussed in the video, I came across colleagues code threw some dynamic span via JavaScript to highlight part of paragraph
English
0
0
1
1.3K
Firefox for Web Developers
Firefox for Web Developers@FirefoxWebDevs·
HTML might be getting a new type of tag, which… hasn't happened this millennium! It looks like this: <?marker name="…"> See the video in the next post for a quick intro to how it works.
English
23
40
695
100.2K
Samiullah Khan
Samiullah Khan@technbuzz·
@Artofpuremind وقت سے پہلے اور قسمت سے زیادہ کبھی نہیں ملتا Means Nothing is gained before its time or more than what is destined
Català
0
0
0
28
Dayana Jabif
Dayana Jabif@dayujabif·
Super excited to be recording video tutorials again for one of my lately fav tools: Capacitor + Live Updates 🤓⚡️ @capacitorjs @capawesomeio
Dayana Jabif tweet media
English
3
1
11
365
Samiullah Khan
Samiullah Khan@technbuzz·
@zoaibdev I wonder what the Breakpoint observer use behind the scenes matchMedia or resize observor?
English
1
0
0
101
Zoaib Khan
Zoaib Khan@zoaibdev·
✨ A simple service for responsive Angular applications Build a powerful Angular responsive manager using CDK `BreakpointObserver` and signals to dynamically adapt UI components, like navigation, based on screen width. Read more on the blog: buff.ly/hx16Wwc
Zoaib Khan tweet media
English
1
3
35
1.5K
Samiullah Khan
Samiullah Khan@technbuzz·
@nitesh_backdev @angular This is so critical, last week I couldn't solve the problem. I moved to notes than to white board to have a breakthrough
English
0
0
0
6
nitesh.asm
nitesh.asm@theniteshdev·
@angular Started writing a tiny note before coding: what I’m building and why. Sounds small, but it keeps me focused and cuts down random refactors a lot. Simple habit, big clarity 🧠
English
2
1
5
173
Angular
Angular@angular·
It’s a new year 🚀 What is one small habit you’ve adopted in 2026 that has significantly improved your developer experience? Is it a new IDE extension, a Pomodoro timer, or a specific testing pattern? Share your productivity secrets.
English
9
3
40
5.8K