Hi #techtwitter, I am currently looking for Frontend Web Developer internship opportunities. I'm proficient in HTML, CSS, Javascript and Python. Below is a link to my portfolio. I am available to work remotely. Thank you.
https://t.co/h6A0bET6Gj
Outcome:
Students were able the grasp the concepts of web development and the technologies that make it work.
Students were able to work on their own with little or no supervision.
#Frontend#webdeveloper
Methods :
Created a 30 days plan for the course of the boot camp
Day 1-10 : HTML.
Day 11-20: CSS & Responsive Design.
Day 21-30: Git & GitHub, JavaScript (basics)
Gave Assignments after each classes to Assess the students.
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://t.co/moLrANEM9A
Any suggestions on how I can improve are welcome!
#30DaysofPython
Day 18 : Today using the concept I have learned so far in python I was able to create a crypto machine that encrypt and decrypt messages. it has a mode for encryption the default mode is decryption.
#30DaysOfPython
Day 18 : learned about Timeit function in python
- Timeit is used to check performance of codes to see which codes runs faster or which code is slower.
up next: solving some code challenges using python
#30DaysOfPython
Day 16 : learned about randomness in python. was able to create a simple password generator , it allows users to input the length of the password they want to generate it throws an Error if password length is less than 8.
Day 14 & 15 : I learned about lambda function and how to use them
also i was able to solve some challenges using lambda function
- lambda function is an anonymous function meaning you can write functions without giving it a name
- it is a one line function
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://t.co/IM6jiwo0fG
Any suggestions on how I can improve are welcome!
#30DaysOfPython
Day 13 : I learned about Zip/Unzip in python.
I was also able to play around with list, tuples and dictionaries.
- zip is just a way to combine different iterate items together like list, tuples and dictionaries
#30DaysOfPython
Day 12: Today I learnt about modules in python
Modules are essentially Python files containing definitions and statements that can be imported into other Python scripts. They provide a way to organize code into reusable components, enhancing code modularity.
Looking out for a Laptop or a Tech Funding ?
Opening the 6th “Tech funding application” for more Tech Newbies. Opens in a few days.
Interested ?
-)RT This & Get your notifications set.🛎️
-)Do pick a number in the comments once Done.
Cheers ❤️
#30DaysOfPython
Day 10: Today I learnt about the basics of classes and objects in python
- classes are like templates that indicates how the objects should be structured
- objects are instances of classes