Logo
HomeResumeAboutServicesProjectsWorkflowFAQContact
faq

Know Me

My certificate name is Khandakar Khadamul Basar, and my nickname is Abir, so the short form is KKB Abir

Almost 3 years.

Almost 2 years.

I use tools like BrowserStack to test projects across browsers. I also follow modern coding practices, utilize vendor prefixes when needed (e.g., using Autoprefixer), and avoid deprecated features.

Redux is a state management library. It helps centralize the application's state and makes debugging easier. I use it to manage complex application states, especially for e-commerce platforms and dynamic user interfaces.

I use a mobile-first approach, applying media queries to adjust layouts for larger screens. I also use tools like Flexbox and CSS Grid for flexible designs.

I maintain clear communication and use tools like Figma for real-time feedback. I ensure the design is feasible within technical constraints while staying pixel-perfect.

Identify the problem using browser DevTools. Use tools like React DevTools or Redux DevTools for state-related issues. Console log strategically or use breakpoints for deeper inspection.

I prioritize tasks by breaking them into smaller, manageable chunks. I focus on high-impact deliverables first and communicate effectively with the team to ensure alignment. For example, during a project with a tight launch deadline, I collaborated closely with the back-end team to parallelize tasks, which allowed us to deliver on time without sacrificing quality.

Minify and compress CSS, JS, and images. Use lazy loading for images and videos. Implement caching and a content delivery network (CDN). Optimize JavaScript by using debounce/throttle for events. Use tools like Lighthouse or WebPageTest for performance audits.