Full stack web developer with 4 years of experience, specializing in front end development. My expertise spans React.js, Next.js, Node.js, Hapi.js, Express.js, and MongoDB, enabling me to create dynamic and efficient web applications.
Next Js Developer
MediaslideNext.js Developer
MediaslideMERN stack Developer
Pragma KWNext.js Intern
GrivetyReact Js Intern
Grivety TechnologiesMERN Stack Web Developer
Pragma KWFigma
Firebase
Webpack
Docker
MongoDB
Asana
Worked as a full stack developer creating backend APIs using Hapi.js and MongoDB.
Worked on dashboards for client's internal use using react/redux
Worked as an intern for react and react native
Delivered 30+ SEO friendly websites using Next.js for leading modeling agencies.
Developed a backend API using express.js and node sharp for image editing tasks which allows us to resize, crop, add filters, compress images.
This microservice is used on our official mediaslide tool which handles more than 1000 images being processed by different clients on daily basis using our backend tool.
So my name is Baba Pommar. I'm a full stack web developer. I have 4 years of experience, and, currently, I'm working with the organization named MediaSlide. My current role in my organization is I work as a front end developer. I make portfolio websites for modeling agencies. And for making the websites, we use Next JS, which is a React framework to make the websites which are SEO friendly and are server side rendered and provide fast user experience. And apart from that, I have experience working with the technologies like, uh, React JS, Next JS, Node JS, Express JS. And for the databases, I have experience working with MongoDB as well, Expressjs, and Happyjs as well. And apart from that, I also work with the back end team to create microservices. And for microservices, we have created a microservice to send the emails, which is used among our 200 plus websites. And there is another microservice, which I have created recently, which we use to create various operations on image, like uploading image to Google Cloud Run Not Google Cloud Run, but Google Storage. And then performing actions like cropping image, applying filters, increasing brightness, contrast, etcetera.
So important keyword is used to enforce the property of a CSS. So, like, in CSS, first preference is the inline CSS. Like, for example, we have a p tag. We apply style to it. Like, style tag. We use the style tag and just add the background color of red. And let's say we give that particular tag a class name of a demo. So and then we apply a CSS 2 dot demo, and we apply color red. So it won't take effect. The inline style, let's say, which we applied as blue, so that p tag will be shown as blue because inline style are given the more priority. But we can override every styling by using the important keyword. So if we write dot, uh, this not important keyword, so we can override the previous styling. But consequences of using is that it cannot be replaced again. So let's suppose if you have applied this dot important and then you are applying a media query, So that will not take place because important is, uh, has the most priority. So it will always be red color. So it will have effect on when you apply media query and you want to apply different properties.