facebook
favorite button
member since icon
Since November 2023
Instructor since November 2023
Translated by GoogleSee original
Office automation and AI, web development and social networks videos in English or Spanish
course price icon
From 79 C$ /h
arrow icon
Improve your skills in just one hour! In this course, we will teach you how to manage your data effectively, strategically plan content on various social media platforms. You will learn the art of planning for websites, profiles, videos, campaigns and offers.

Course content:

1. **Data Management:**
- Efficient organization of your data.
- Practical methods to maintain the integrity of the information.

2. **Social Network Content Planning:**
- Strategies to optimize presence on social platforms.
- How to create attractive and relevant content.

3. **Comprehensive Planning:**
- Design of effective websites.
- Strategies for impressive profiles.
- Creation of videos and persuasive campaigns.
- Irresistible offers for your audience.

4. **Online Business Management:**
- Tools and techniques to efficiently manage your online business.
- Practical tips for success in the digital environment.

Don't miss the opportunity to acquire key knowledge to boost your online presence in just one hour!
Extra information
Computer with internet access
Location
location type icon
Online from Spain
About Me
**About me:**
Hello! I'm Lucas, your guide in the digital world. In my backpack, you will find Customized Classes:
- Do you want to learn something specific? I teach it!
- Events and campaigns that make learning fun.
- I speak human languages, not just technology.
- I adapt to what you need, without complicated jargon.

**Why Choose Me?**
- Certifications that show that I know what I do.
- I have helped others succeed in this digital game.
- My goal: for technology to be your ally, not your enemy.

So, if you're looking for someone who speaks your language (literally and figuratively), I'm here! Ready to explore the digital world together? Let's talk!
Education
Bsc Computing with Business Management
OSSTMM Professional Security Analyst and ISO 27001 Lead Auditor.
Spanish Baccalaureate in Sciences
Database Management
PCI DSS Internal Security Auditor
Experience / Qualifications
Development Director - Ln2x
Training Director - Liquidnexxus

If you are looking for someone with real experience managing businesses internationally
and solid qualifications to guide you in the digital world, I'm here! Ready to explore cyberspace together? Let's talk!
Age
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
60 minutes
120 minutes
The class is taught in
Spanish
English
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
Similar classes
arrow icon previousarrow icon next
verified badge
Gaëlle
Every kid has ideas. Most never do anything with them.
This course changes that.

I believe inside every kid is an entrepreneur. Not necessarily someone who wants to be "CEO" but someone capable of seeing a problem, imagining a solution, and making it real.

In this course, your child will:
✓ Develop a real business idea: something they actually care about, not an abstract project
✓ Understand the market: Who needs this? Why? Who else offers it? Why would theirs be better?
✓ Create a simple business plan: the version that actually works, not 50 pages of jargon
✓ Design a brand: logo, name, story. Why their business exists (not just to make money)
✓ Build and test their idea: even at small scale, they'll see if people actually want what they created
✓ Learn to lead a team: we work in groups, so they'll experience real collaboration
✓ Use technology smartly: real tools to grow a business
✓ Get feedback from real entrepreneurs: not just from me, but from people building things right now

Why this is different:
Most "entrepreneurship courses for kids" teach theory. Here we build something real.
Your child won't just learn about entrepreneurship. They'll experience it: having an idea, developing it, sharing it, and getting genuine feedback.

Some will have a business. Others will discover it's not for them. Both are successes because they learned something real about themselves.

What they take home:
A complete business plan. A brand they designed. A presentation they delivered. And most importantly: the conviction that their ideas matter and they can make them real.

Format: Online or Barcelona | 60–90 min sessions | Group and individual work, flexible

For kids with big ideas and adults who want to nurture them.

verified badge
Hossam
Workshop: Formulating invincible business plans with the help of artificial intelligence (90 minutes)
Objective: To introduce participants to the latest ways to use artificial intelligence technologies in preparing professional and convincing business plans for startup companies.

Target group: Entrepreneurs, startup owners, CEOs, and business students who want to benefit from artificial intelligence.

Outputs:

Participants will be able to:
-Understand how artificial intelligence has become an essential tool for building effective business plans.
-Discover the opportunities provided by artificial intelligence to analyze the market and competitors more accurately.
-Formulating marketing and sales plans based on data and AI-powered predictions.
-Build more accurate financial forecasts using artificial intelligence techniques.

Workshop plan:
------------------------------part One:----------------- ------(20 minutes)
Artificial Intelligence is reshaping business plans
(10 minutes)
*Smart revolution:
How is artificial intelligence changing the rules of the game?
Artificial Intelligence: What is it, and how does it work?
Real-life examples of companies using artificial intelligence to improve their business plans.

(10 minutes)
*From data to decisions:
The power of artificial intelligence in formulating business plans
Artificial Intelligence and Data Analysis: Deeper Insights and Smarter Decisions.
Examples of how data and AI analytics can be used in various components of a business plan.

---------------------------------The second part:-------------- ----- (45 minutes)
Build the business plan elements intelligently
(15 minutes)
*Studying the market and competitors in the age of artificial intelligence:
Identify the target market and understand customer needs using artificial intelligence analytics.
Study competitors intelligently: analyze their strategies, strengths and weaknesses.

(15 minutes)
*Formulating a smart and competitive marketing and sales plan:
Using artificial intelligence techniques to target customers more accurately.
Improve marketing content and manage marketing campaigns more effectively.

(15 minutes)
*Intelligent financial forecasting: accurately chart the future of your company:
Build more accurate financial forecasts using artificial intelligence algorithms.
Analyze risks and make better investment decisions.

---------------------------------the third part:-------------- ----(25 minutes)
From idea to application
(10 minutes)
*Turn your ideas into reality:
Discussing participants’ ideas for startup projects.
How to apply AI concepts to these ideas.

(10 minutes)
*Next steps:
Advice on continuous learning in the field of artificial intelligence.
Useful sources and references.

(5 minutes)
*Questions and discussion
verified badge
Farouk
This module is a crucial step for any web developer wishing to move from simple DOM manipulation to mastering modern frameworks. The objective is clear: to understand the "invisible foundations" of the language in order to write shorter, more readable code and, above all, be ready to code professionally in React.

🎯 Training Objectives

1- Demystify the modern syntax (ES6+) often used in React.
2- Increase efficiency by using the most powerful syntactic shortcuts.
3- Secure your code to avoid frequent bugs related to missing data.
4- Mastering asynchronicity to manage data calls (API).

📖 Detailed program content

The course is divided into 13 key concepts, illustrated by comparative examples (classic syntax vs. modern syntax) and concrete use cases in React:

1- Ease of writing: Use of Template Literals (`backticks`) for dynamic character strings and Shorthand property names to simplify the creation of objects.

2- Logic and Functions: Mastery of Arrow => Functions (arrow functions) and their implicit return, essential for React components and hooks.

Data manipulation:

1- Destructuring (decomposition) to properly extract data from objects and arrays (e.g., Props and States).

2- Rest & Spread Operators (...) to copy arrays or merge objects without modifying the original (concept of immutability).

Code robustness:

1- Managing default parameter values.

2- Advanced security with Optional Chaining (?.) and Nullish Coalescing (??) to prevent application crashes.

3- Functional Programming: Intensive use of array methods (.map(), .filter(), .reduce(), .find()) to transform data into user interfaces.

4- Architecture and Asynchronism: Code organization via modules (Import/Export) and API request management with Promises and Async/Await.

🛠️ Teaching method: "Learning by doing"

This course is not just about theory. It includes:

The "Interstellar Dashboard" Exercise: A 15-minute thematic case study where students manipulate data from space missions. This allows them to immediately apply destructuring, filtering, and asynchronicity to a real-world project.

The Interactive Quiz: A series of 10 questions designed to validate understanding of each concept before moving on. Each question presents real-world scenarios that developers will encounter in React.

🚀 Learner's result

By the end of this course, students will not only "know" JavaScript; they will understand why and how each syntax is used to build efficient React components. They will leave with a solid foundation to confidently tackle Hooks (useState, useEffect) and complex state management.

Format: Clean visual presentation, coloured syntax for code, and focus on readability.
verified badge
Ecole
✅You have a project, an idea, or an ambition, but you're wondering: Where do I start? Who do I contact? How do I present my project? What strategy should I adopt? How do I convince others, negotiate, and move things forward effectively? ...

✅I support you in the construction and development of your project, from A to Z, by building with you the tools, techniques, methods, strategies to face the different challenges, to structure your approach and above all to adopt the right approach to each situation and each interlocutor.

✅ Concrete, strategic and personalized support

Together, by your side, at every stage, we work in particular on:

✔️ Clarifying your ideas and structuring your project and objectives
✔️ Defining your coherent and realistic strategy, as well as the different stages and your priorities
✔️ Identifying the right contacts and departments and coordinating with the various stakeholders: adapting your message according to each contact person, clients, partners, investors, suppliers, teams, administrations, etc.
✔️ The way to approach each person according to their role, interests and challenges
✔️ Preparing for your meetings, discussions and presentations, arguments, and files
✔️ Communication strategy, persuasion and negotiation techniques
✔️ Anticipate objections, blockages, resistance, difficulties and complex situations
✔️ Methods and tools to move your project forward effectively
✔️ Adapting your posture and communication according to the context
✔️ Ensure monitoring and adjustment of the strategy as progress is made
(...)

The goal is not just to give you recommendations, but to guide you step by step to kickstart the momentum of a project. We'll cover how to interact with the right people, how to avoid common mistakes, how to overcome obstacles, and how to choose the most effective method to achieve your objective.

Every project is different. Every stakeholder has their own expectations, constraints, interests, and ways of working. That's why we work with a customized approach, combining strategy, communication, negotiation, understanding of stakeholders, and concrete methods of action.

You are no longer alone with your project. You benefit from personalized support to know, at each stage:

What to do. In what order. With whom. How to approach it. How to present your request. How to convince. And how to move your project forward to its completion.

Comprehensive strategic and operational support to transform an idea or objective into a concrete action plan and tangible results. We help you gain a broader perspective on your project while providing hands-on guidance throughout its implementation. From the initial concept to final execution, we work together to develop a clear strategy, effective communication, and an action plan tailored to your specific goals.

Whether you are an entrepreneur, project leader, freelancer or in the launch phase, the idea is to transform a sometimes complex or scattered idea into a structured, coherent, convincing and feasible project.

✅ THE TRAINER - TEACHER CONSULTANT
A graduate of a prestigious European business school and an Ivy League university in the United States, he combines academic rigor with modern teaching methods. With over 18 years of experience in Europe and North America, he has taught at prestigious international institutions (both public and private), and regularly speaks in Switzerland, France, Belgium, Luxembourg, and Canada, as well as at various forums and conferences.

A recognized specialist, he offers personalized and accessible support, based on active listening, a proven methodology, and tailored teaching methods. His approach combines customization, efficiency, and professionalism for rapid, visible results.

✅ LOCATIONS:
-Switzerland (Geneva, Lausanne, Fribourg, Zurich, Neuchâtel, Lugano, Basel, Bern, Lucerne),
-Belgium (Brussels, Antwerp, Charleroi, Liège),
-Luxembourg,
-On request: France (Paris, Lyon) and Canada (Montreal).

-Currently, we primarily use videoconferencing, a highly popular format: it offers the same quality as in-person meetings, flexible organization, time savings, flexibility, comfort, and an eco-friendly approach. Content, notes, and recommendations are shared directly via a dedicated chat.

➤ Languages: French and English.

➤ Reduced and stable fees, accessible without compromising on quality.

➤ Gift vouchers available all year round.

➤ Schedules defined together according to your constraints.

➤ 100% tailor-made program, adapted to each need.

➤ Noticeable progress from 2 sessions (2026 study).

✅ Why choose this training?
-International expertise at the service of your objectives.
-Personalized sessions with concrete tools.
-A lively, interactive and results-oriented approach.
-A motivating and supportive environment, fostering confidence and rapid progress.
-Tangible results in just a few sessions.
message icon
Contact Lucas
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Gaëlle
Every kid has ideas. Most never do anything with them.
This course changes that.

I believe inside every kid is an entrepreneur. Not necessarily someone who wants to be "CEO" but someone capable of seeing a problem, imagining a solution, and making it real.

In this course, your child will:
✓ Develop a real business idea: something they actually care about, not an abstract project
✓ Understand the market: Who needs this? Why? Who else offers it? Why would theirs be better?
✓ Create a simple business plan: the version that actually works, not 50 pages of jargon
✓ Design a brand: logo, name, story. Why their business exists (not just to make money)
✓ Build and test their idea: even at small scale, they'll see if people actually want what they created
✓ Learn to lead a team: we work in groups, so they'll experience real collaboration
✓ Use technology smartly: real tools to grow a business
✓ Get feedback from real entrepreneurs: not just from me, but from people building things right now

Why this is different:
Most "entrepreneurship courses for kids" teach theory. Here we build something real.
Your child won't just learn about entrepreneurship. They'll experience it: having an idea, developing it, sharing it, and getting genuine feedback.

Some will have a business. Others will discover it's not for them. Both are successes because they learned something real about themselves.

What they take home:
A complete business plan. A brand they designed. A presentation they delivered. And most importantly: the conviction that their ideas matter and they can make them real.

Format: Online or Barcelona | 60–90 min sessions | Group and individual work, flexible

For kids with big ideas and adults who want to nurture them.

verified badge
Hossam
Workshop: Formulating invincible business plans with the help of artificial intelligence (90 minutes)
Objective: To introduce participants to the latest ways to use artificial intelligence technologies in preparing professional and convincing business plans for startup companies.

Target group: Entrepreneurs, startup owners, CEOs, and business students who want to benefit from artificial intelligence.

Outputs:

Participants will be able to:
-Understand how artificial intelligence has become an essential tool for building effective business plans.
-Discover the opportunities provided by artificial intelligence to analyze the market and competitors more accurately.
-Formulating marketing and sales plans based on data and AI-powered predictions.
-Build more accurate financial forecasts using artificial intelligence techniques.

Workshop plan:
------------------------------part One:----------------- ------(20 minutes)
Artificial Intelligence is reshaping business plans
(10 minutes)
*Smart revolution:
How is artificial intelligence changing the rules of the game?
Artificial Intelligence: What is it, and how does it work?
Real-life examples of companies using artificial intelligence to improve their business plans.

(10 minutes)
*From data to decisions:
The power of artificial intelligence in formulating business plans
Artificial Intelligence and Data Analysis: Deeper Insights and Smarter Decisions.
Examples of how data and AI analytics can be used in various components of a business plan.

---------------------------------The second part:-------------- ----- (45 minutes)
Build the business plan elements intelligently
(15 minutes)
*Studying the market and competitors in the age of artificial intelligence:
Identify the target market and understand customer needs using artificial intelligence analytics.
Study competitors intelligently: analyze their strategies, strengths and weaknesses.

(15 minutes)
*Formulating a smart and competitive marketing and sales plan:
Using artificial intelligence techniques to target customers more accurately.
Improve marketing content and manage marketing campaigns more effectively.

(15 minutes)
*Intelligent financial forecasting: accurately chart the future of your company:
Build more accurate financial forecasts using artificial intelligence algorithms.
Analyze risks and make better investment decisions.

---------------------------------the third part:-------------- ----(25 minutes)
From idea to application
(10 minutes)
*Turn your ideas into reality:
Discussing participants’ ideas for startup projects.
How to apply AI concepts to these ideas.

(10 minutes)
*Next steps:
Advice on continuous learning in the field of artificial intelligence.
Useful sources and references.

(5 minutes)
*Questions and discussion
verified badge
Farouk
This module is a crucial step for any web developer wishing to move from simple DOM manipulation to mastering modern frameworks. The objective is clear: to understand the "invisible foundations" of the language in order to write shorter, more readable code and, above all, be ready to code professionally in React.

🎯 Training Objectives

1- Demystify the modern syntax (ES6+) often used in React.
2- Increase efficiency by using the most powerful syntactic shortcuts.
3- Secure your code to avoid frequent bugs related to missing data.
4- Mastering asynchronicity to manage data calls (API).

📖 Detailed program content

The course is divided into 13 key concepts, illustrated by comparative examples (classic syntax vs. modern syntax) and concrete use cases in React:

1- Ease of writing: Use of Template Literals (`backticks`) for dynamic character strings and Shorthand property names to simplify the creation of objects.

2- Logic and Functions: Mastery of Arrow => Functions (arrow functions) and their implicit return, essential for React components and hooks.

Data manipulation:

1- Destructuring (decomposition) to properly extract data from objects and arrays (e.g., Props and States).

2- Rest & Spread Operators (...) to copy arrays or merge objects without modifying the original (concept of immutability).

Code robustness:

1- Managing default parameter values.

2- Advanced security with Optional Chaining (?.) and Nullish Coalescing (??) to prevent application crashes.

3- Functional Programming: Intensive use of array methods (.map(), .filter(), .reduce(), .find()) to transform data into user interfaces.

4- Architecture and Asynchronism: Code organization via modules (Import/Export) and API request management with Promises and Async/Await.

🛠️ Teaching method: "Learning by doing"

This course is not just about theory. It includes:

The "Interstellar Dashboard" Exercise: A 15-minute thematic case study where students manipulate data from space missions. This allows them to immediately apply destructuring, filtering, and asynchronicity to a real-world project.

The Interactive Quiz: A series of 10 questions designed to validate understanding of each concept before moving on. Each question presents real-world scenarios that developers will encounter in React.

🚀 Learner's result

By the end of this course, students will not only "know" JavaScript; they will understand why and how each syntax is used to build efficient React components. They will leave with a solid foundation to confidently tackle Hooks (useState, useEffect) and complex state management.

Format: Clean visual presentation, coloured syntax for code, and focus on readability.
verified badge
Ecole
✅You have a project, an idea, or an ambition, but you're wondering: Where do I start? Who do I contact? How do I present my project? What strategy should I adopt? How do I convince others, negotiate, and move things forward effectively? ...

✅I support you in the construction and development of your project, from A to Z, by building with you the tools, techniques, methods, strategies to face the different challenges, to structure your approach and above all to adopt the right approach to each situation and each interlocutor.

✅ Concrete, strategic and personalized support

Together, by your side, at every stage, we work in particular on:

✔️ Clarifying your ideas and structuring your project and objectives
✔️ Defining your coherent and realistic strategy, as well as the different stages and your priorities
✔️ Identifying the right contacts and departments and coordinating with the various stakeholders: adapting your message according to each contact person, clients, partners, investors, suppliers, teams, administrations, etc.
✔️ The way to approach each person according to their role, interests and challenges
✔️ Preparing for your meetings, discussions and presentations, arguments, and files
✔️ Communication strategy, persuasion and negotiation techniques
✔️ Anticipate objections, blockages, resistance, difficulties and complex situations
✔️ Methods and tools to move your project forward effectively
✔️ Adapting your posture and communication according to the context
✔️ Ensure monitoring and adjustment of the strategy as progress is made
(...)

The goal is not just to give you recommendations, but to guide you step by step to kickstart the momentum of a project. We'll cover how to interact with the right people, how to avoid common mistakes, how to overcome obstacles, and how to choose the most effective method to achieve your objective.

Every project is different. Every stakeholder has their own expectations, constraints, interests, and ways of working. That's why we work with a customized approach, combining strategy, communication, negotiation, understanding of stakeholders, and concrete methods of action.

You are no longer alone with your project. You benefit from personalized support to know, at each stage:

What to do. In what order. With whom. How to approach it. How to present your request. How to convince. And how to move your project forward to its completion.

Comprehensive strategic and operational support to transform an idea or objective into a concrete action plan and tangible results. We help you gain a broader perspective on your project while providing hands-on guidance throughout its implementation. From the initial concept to final execution, we work together to develop a clear strategy, effective communication, and an action plan tailored to your specific goals.

Whether you are an entrepreneur, project leader, freelancer or in the launch phase, the idea is to transform a sometimes complex or scattered idea into a structured, coherent, convincing and feasible project.

✅ THE TRAINER - TEACHER CONSULTANT
A graduate of a prestigious European business school and an Ivy League university in the United States, he combines academic rigor with modern teaching methods. With over 18 years of experience in Europe and North America, he has taught at prestigious international institutions (both public and private), and regularly speaks in Switzerland, France, Belgium, Luxembourg, and Canada, as well as at various forums and conferences.

A recognized specialist, he offers personalized and accessible support, based on active listening, a proven methodology, and tailored teaching methods. His approach combines customization, efficiency, and professionalism for rapid, visible results.

✅ LOCATIONS:
-Switzerland (Geneva, Lausanne, Fribourg, Zurich, Neuchâtel, Lugano, Basel, Bern, Lucerne),
-Belgium (Brussels, Antwerp, Charleroi, Liège),
-Luxembourg,
-On request: France (Paris, Lyon) and Canada (Montreal).

-Currently, we primarily use videoconferencing, a highly popular format: it offers the same quality as in-person meetings, flexible organization, time savings, flexibility, comfort, and an eco-friendly approach. Content, notes, and recommendations are shared directly via a dedicated chat.

➤ Languages: French and English.

➤ Reduced and stable fees, accessible without compromising on quality.

➤ Gift vouchers available all year round.

➤ Schedules defined together according to your constraints.

➤ 100% tailor-made program, adapted to each need.

➤ Noticeable progress from 2 sessions (2026 study).

✅ Why choose this training?
-International expertise at the service of your objectives.
-Personalized sessions with concrete tools.
-A lively, interactive and results-oriented approach.
-A motivating and supportive environment, fostering confidence and rapid progress.
-Tangible results in just a few sessions.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Lucas