merjashourov
merjashourov
Merja Shourov
44 posts
Full Stack Developer
Don't wanna be here? Send us removal request.
merjashourov · 14 days ago
Text
Tumblr media
3K notes · View notes
merjashourov · 14 days ago
Text
Tumblr media
529 notes · View notes
merjashourov · 26 days ago
Text
Tumblr media
17th June, 2025!
Dvorak Layout
0 notes
merjashourov · 8 months ago
Text
Software Engineering Placement Preparation
MAJOR POINTS : 1. DSA 2. Development 3. Core CS subjects 4. Quantitative Aptitude 5. Resume 6. Communication Skills
Other Important Thing
Competitive Porgramming / Hackathon / Open Source Porject Spelize Porfile ( IOT, Blockchain, AI, Cyber Security )
Practice DSA regularly otherwise, you will forget everything
1 note · View note
merjashourov · 8 months ago
Text
How to download Snapd on linux
sudo apt update sudo apt install snapd -y sudo sytstemctl ebable --now snapd.apparmor Restart your PC or logout check snap version : snap --version sudo snap install snap-store sudo muosepad ~/.zshrc When open file write this line into button of this file export PATH=$PATH:/snap/bin source ~/.zshrc roboot/logout nap-store
0 notes
merjashourov · 8 months ago
Text
Life is good when your are happy but much better when onters are happy because of you
0 notes
merjashourov · 9 months ago
Text
Some useful websites
# inflact - instagram photo downlader # codium - like copilot AI # perplexity - like chatgpt AI
0 notes
merjashourov · 9 months ago
Text
Don't Care
I dont care how I look like becouse... I don't want to impress anyone
0 notes
merjashourov · 9 months ago
Text
যে ব্যক্তি ৫ বছর ধরে একই সিম ব্যবহার করেন। তার ৩টি বৈশিষ্ট্য:-
১। তার নামে কোনো খারাপ অভিযোগ নাই বা সেই লোক কোনোদিন অপরাধমূলক কাজে জড়িত থাকে নাই
২। ব্যাংকে তার বড় কোনো ঋণ নাই এমনকি কেউ তার কাছে বড় অঙ্কের টাকা পাওনা নাই।
৩। সে চিটার, বাটপার নয় এমনকি একসাথে ৪-৫ টা প্রেমও করে না।
[সংগৃহিত/কপি] আপনি কত বছর ধরে ব্যবহার করছেন?
0 notes
merjashourov · 9 months ago
Text
How do you install Eclipse for Java on Linux / Kali Linux?
Step 0: Prerequisites
Java Development Kit installed on your system.
If you have not installed JDK, you can download and install it using the following command in the terminal:
sudo apt-get install default-jdk
Step 1: Download Eclipse
You can download Eclipse IDE for Java Developers from the official website. Alternatively, you can use the following command in the terminal to download Eclipse:
wget https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2021-06/R/eclipse-java-2021-06-R-linux-gtk-x86_64.tar.gz&mirror_id=1209 -O eclipse-java.tar.gz
Step 2: Extract the file
Once you have downloaded the Eclipse tarball, move it into the desired location and extract it using the following command
tar xvzf [file_name.tar.gz ] or tar xvf [ file_name.tar.gz ] Example tar -xvf eclipse-java-2021-06-R-linux-gtk-x86_64.tar.gz
The basic command is tar, followed by four options:
x - instructs tar to extract the files from the zipped file.
v - lists out the files it's extracting.
z - instructs tar to decompress the files.
f - tells tar the filename
Step 3: Launch Eclipse
cd eclipse ./eclipse
Step 4: Choose a workspace
When you launch Eclipse for the first time, it will prompt you to choose a workspace. A workspace is a directory where Eclipse stores your projects and settings. You can choose a default workspace or create a new one.
Congratulations! You have successfully installed Eclipse on Kali Linux Latest. You can now start developing software applications using Eclipse.
1 note · View note
merjashourov · 9 months ago
Text
Idea for creating Video Content for my YouTube channel.
How to get a free GitHub developer pack as a student .
How to set Java/python/C++ on VS Code in Kali Linux
How to fix java "when run code something is showing on your console" it.
How to recover your Pendrive.
1 note · View note
merjashourov · 9 months ago
Text
How to install IntelliJ on Kali Linux?
Step 1: Install rpm or tar.gz file or deb file in Linux machine. Step 2: Extract or install it or move it to your chosen directory
sudo apt xvf filename.tar.gz
apt install alacarte - for setup aplication
1 note · View note
merjashourov · 9 months ago
Text
Tech Skill For Computer Science Students
Technical Skills for Computer Science Students
Software Development
MERN Stack
Python-Django Stack
Ruby on Rails ( RoR )
LAMP ( Linux, Apache Server, MySql, PHP )
.Net Stack
Flutter Stack ( For mobile app )
React Native Stack ( Cross Platform mobile app development )
Java Enterprise Edition
Serverless stack - "Cloud computing service"
Blockchain Developer
Cyber Security
DevOps
MLOps
AL Engineer
Data Science
9 notes · View notes
merjashourov · 9 months ago
Text
Resume
Summary
Experience
Achievements
Projects
Technical Skill
Co-Curricular Activities
Education
Reference
1 note · View note
merjashourov · 9 months ago
Quote
Believe you can and you’re halfway there.
Theodore Roosevelt
1 note · View note
merjashourov · 10 months ago
Text
Roadmap for react developer
Roadmap for React Developers
Becoming a proficient React developer involves a structured approach to learning various concepts, tools, and libraries. Below is a comprehensive roadmap that outlines the essential steps for both beginners and those looking to advance their skills in React.
1. Foundations Before React
HTML/CSS: Understanding the structure and styling of web pages.
JavaScript: Proficiency in ES6 features such as arrow functions, destructuring, and modules.
Version Control: Familiarity with Git for managing code changes.
2. Core React Concepts
Components: Learn to create functional components using JSX.
Props and State: Understand how to pass data between components and manage component state.
Conditional Rendering: Master rendering different components based on conditions.
3. Core Hooks
useState: Manage state in functional components.
useEffect: Handle side effects like data fetching or subscriptions.
useRef: Access DOM elements directly without causing re-renders.
useContext: Share state across components without prop drilling.
4. Intermediate Concepts
Styling: Use CSS frameworks like TailwindCSS or libraries like styled-components for styling your applications.
Routing: Implement routing in your applications using React Router for multi-page navigation.
Forms Management: Utilize libraries like React Hook Form for handling form inputs and validation.
5. Advanced Topics
State Management: Explore state management solutions such as Redux or Zustand for complex applications.
Data Fetching: Use libraries like TanStack Query for efficient data fetching and caching strategies.
Server-Side Rendering (SSR): Learn about frameworks like Next.js to build full-stack applications with server-rendered pages.
6. Building Projects
Start with simple projects to apply what you've learned, gradually increasing complexity as you gain confidence.
Consider contributing to open-source projects or building portfolio projects that showcase your skills.
7. Continuous Learning
Stay updated with the latest features and best practices in the React ecosystem by following community resources, blogs, and tutorials.
Engage with the community through forums, Discord channels, or local meetups.
By following this roadmap, aspiring React developers can systematically build their skills and knowledge, making them well-equipped to tackle real-world projects and job opportunities in the field of web development[1][2][3].
0 notes
merjashourov · 10 months ago
Text
Website we Need
𝗧𝗼𝗽 𝟭𝟬 𝗪𝗲𝗯𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝘆𝗼𝘂𝗿 𝗰𝗮𝗿𝗲𝗲𝗿
Linkedin
Indeed
Naukri
Monster
JobBait
Careercloud
Dice
CareerBuilder
Jibberjobber
Glassdoor
𝗧𝗼𝗽 𝟭𝟬 𝘁𝗲𝗰𝗵 𝘀𝗸𝗶𝗹𝗹𝘀 𝗶𝗻 𝗱𝗲𝗺𝗮𝗻𝗱
Machine Learning
Mobile Development
SEO/SEM Marketing
Data Visualization
Data Engineering
UI/UX Design
Cyber-security
Cloud Computing/AWS
Blockchain
IOT 𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝗳𝗿𝗲𝗲 𝗢𝗻𝗹𝗶𝗻𝗲 𝗘𝗱𝘂𝗰𝗮𝘁𝗶𝗼𝗻
Coursera
edX
Khan Academy
Udemy
iTunesU Free Courses
MIT OpenCourseWare
Stanford Online
Codecademy
ict iitr 10 ict iitk 11 NPTEL
𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝘁𝗼 𝗹𝗲𝗮𝗿𝗻 𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁 𝗘𝘅𝗰𝗲𝗹 𝗳𝗼𝗿 ����𝗿𝗲𝗲
Microsoft Excel Help Center
Excel Exposure
Chandoo
Excel Central
Contextures
Excel Hero b.
Mr. Excel
Improve Your Excel
Excel Easy
Excel Jet
𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝘁𝗼 𝗿𝗲𝘃𝗶𝗲𝘄 𝘆𝗼𝘂𝗿 𝗥𝗲𝘀𝘂𝗺𝗲 𝗳𝗼𝗿 𝗳𝗿𝗲𝗲
Zety Resume Builder
Resumonk
Resume dot com
VisualCV
Cvmaker
ResumUP
Resume Genius
Resume builder
Resume Baking
Enhance
𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝗶𝗻𝘁𝗲���𝘃𝗶𝗲𝘄 𝗽𝗿𝗲𝗽𝗮𝗿𝗮𝘁𝗶𝗼𝗻
Ambitionbox
AceThelnterview
Geeksforgeeks
Leetcode
Gainlo
Careercup
Codercareer
InterviewUp
InterviewBest
Indiabix
2 notes · View notes