bikrant Jajware
185 posts

bikrant Jajware
@bikrantjajware
Backend Engineer 👨🏻💻 Building learn in public muscle Looking out for Remote Opportunities
Bengaluru Katılım Aralık 2017
164 Takip Edilen22 Takipçiler

For my portfolio i need to hide/blur the company name so i wrote the name of company name and added the css effect to blur it got blur😀but when i visit in element tab i can clearly see the name and image too which was not visible
so i search for google initally i taught to remove from code base name itself just keep it blur but i taught there would be method then i got some code when search on google and chatgpt kind of script i dont know is it only solution or missing and it got removed from element tab too but image link was still visible which i taught can guess i tried but still could hide the link at last i replace the image with stealth startup in element tab
don't is it correct need to find better solution don't think its most optmisied
English


I underestimated what one year on X could do.
The people I met here have had more impact on my journey than any course, book, or event.
The best part of X isn't the timeline.
It's the people behind it.
So I'm building something to give back.
A high signal community for people building in Al, agents, space, and frontier tech.
Just ambitious builders sharing ideas, helping each other, and shipping.
If this sounds like your kind of room, comment below or DM me.
I'll add you to the group.

English

4. Prefix state + hashmap
Problems involving subarrays, asking count or largest having a target value like sum = K.
The key idea:
prefix[R] - prefix[L] = target
required_prefix = prefix[R] - target
while processing the array:
- Update the current prefix state.
- Look up required_prefix in the hashmap, If found, you've found a valid subarray.
- Store the current prefix state in the hashmap.
Don't forget to initialize:
hashmap ={0: 1}
This accounts for subarrays starting from index 0.
English

I've started revising DSA for interviews again.
Going pattern by pattern instead of solving random LeetCode problems.
Sharing my notes here as I go.
Day 1: Array Patterns 🧵
Covers:
1. Two Pointers
2.Sorting & Intervals
3. Sliding Window
4. Prefix State + HashMap
5. Summary
#DSA #CodingJourney #interviewprep
English

For the last 3 months, we've been quietly building a community around one simple idea:
Increase individual agency through collective learning
Every week, we dive into topics that are intentionally handpicked for developers building with AI, not the usual generic AI discourse.
What started as a weekly session has become one of my favorite go-to places on the internet. Every day there are conversations around open sourced models, PMF, launch strategies, agent architectures, evals, and ideas that people are actively building.
The goal isn't to create another AI community.
It's to create a place where builders make each other better.
Tomorrow we're diving into one of the most talked-about topics right now: Loop Engineering.
If you'd like to join, reply here or DM me or @kunalvg



English

@ByteMohit Cool, had also tried implementing agent loop from scratch, will check this out🤘
English

AgentForge v1.4
Sneak peek:
New Tui!!
Checkout the repo :
github.com/MohitGoyal09/A…
Detail Article :
x.com/ByteMohit/stat…

Mohit Goyal (Harness arc)@ByteMohit
English

Was hiring for a Head of Engineering role.
Noticed something weird. Every senior person I spoke to, Sr. EM, Director, VP level, is actively looking. Less than 3 months in their current role, already job hunting.
This wasn't 1 case. This was a pattern.
AI boom making these roles redundant or companies just hired wrong people at the top.
Genuinely don't know. But something's off at the senior layer right now.
English








