
allthecode
allthecode
36Following13.8KFollowers73.5KLikes
Learn to code, change your life - get your free quick start guide now👇
Videos
Liked
ChatGPT has taken the world by storm 🤖 🌪
It’s the fastest growing service of all time, hitting a million users in a matter of day AND it has Google quaking in its boots 😱
Did you know thought that there is already a search engine that include ChatGPT features? That’s right, the team are you.com are well ahead of the curve and have added masses of AI features into their search engine, including a dedicate ChatGPT feature at you.com/chat.
Go check it out and see what you can make today!
Follow @You.com for more
#searchengine #webdev #ai #softwaredevelopment #appdeveloper #userexperience #chatbot #artificialintelligence #javascript #coder #developer #software #digitalworld #digitaltransformation #techforgood #techcrunch #artificialintelligenceai #artificialintelligenceart #chatbots #techstartups #chatgpt
It’s the fastest growing service of all time, hitting a million users in a matter of day AND it has Google quaking in its boots 😱
Did you know thought that there is already a search engine that include ChatGPT features? That’s right, the team are you.com are well ahead of the curve and have added masses of AI features into their search engine, including a dedicate ChatGPT feature at you.com/chat.
Go check it out and see what you can make today!
Follow @You.com for more
#searchengine #webdev #ai #softwaredevelopment #appdeveloper #userexperience #chatbot #artificialintelligence #javascript #coder #developer #software #digitalworld #digitaltransformation #techforgood #techcrunch #artificialintelligenceai #artificialintelligenceart #chatbots #techstartups #chatgpt
Things have come along way since I started to code, we used to spend most of our time faffing around with backend code sorting out database, API routes and server set up 😱
Now the world has Supabase, a back end as a service that uses open source technologies to help you start your project in a weekend and scale it all the way up to IPO and beyond! 🚀
Supabase launch their new features in Launch Weeks, a jam-packed week of feature releases, videos and tutorials! Next week is Launch Week #6 and I’m excited to see what they have been working on.
If you love the frontend and don’t relish working through the backend then Supabase is 100% for you, even if you love some backend work then Supabase is still the way to go as there is no faster way to get a SQL database set up and running and, as everyone knows, friends don’t let friends use NoSQL in 2022 😉
Follow @allthecode to become a better developer ❤️
Follow @supabase.com to get your next project up and running 🚀
*********************
Follow @allthecode 🥳
Follow @allthecode 💻
Follow @allthecode 📌
*********************
#javascriptframework #lifeofadeveloper #worldcode #coderworlds #codingbootcamplondon #codepeople #computerprogramming #techlifestyle #codingproblems #softwareengineers #webapplication #rubyonrails #mysql #ux #alwayslearning #coders #softwaredeveloper #webdevelopers #programmers #techtips #devops #infosec #womenintech #github #javascript #appdevelopment
Now the world has Supabase, a back end as a service that uses open source technologies to help you start your project in a weekend and scale it all the way up to IPO and beyond! 🚀
Supabase launch their new features in Launch Weeks, a jam-packed week of feature releases, videos and tutorials! Next week is Launch Week #6 and I’m excited to see what they have been working on.
If you love the frontend and don’t relish working through the backend then Supabase is 100% for you, even if you love some backend work then Supabase is still the way to go as there is no faster way to get a SQL database set up and running and, as everyone knows, friends don’t let friends use NoSQL in 2022 😉
Follow @allthecode to become a better developer ❤️
Follow @supabase.com to get your next project up and running 🚀
*********************
Follow @allthecode 🥳
Follow @allthecode 💻
Follow @allthecode 📌
*********************
#javascriptframework #lifeofadeveloper #worldcode #coderworlds #codingbootcamplondon #codepeople #computerprogramming #techlifestyle #codingproblems #softwareengineers #webapplication #rubyonrails #mysql #ux #alwayslearning #coders #softwaredeveloper #webdevelopers #programmers #techtips #devops #infosec #womenintech #github #javascript #appdevelopment
1️⃣ Linked List: Like an array except each element is in two parts, the value and then a point to the next item in the list.
2️⃣ HashMap: like a dictionary where you store data at a location determined by a key, they key is often a “hash” of the data being saved to aid quick retrieval later
3️⃣ Queues: Like an array (or Linked List 😉) where you process the items in the order they were inserted, you can only access the last item and you can only add items to the start. This is a First On First Out data structure.
4️⃣ Stack: Like a queue except you can only add and remove to the top like a stack of plates or paper. This is a Last In First Out data structure.
5️⃣ Trie: Like an upside down tree it allows you to break data down into efficiently navigable structures where shared data patterns overlap, the best example is a (literal) dictionary of words. The words “hello” and “help” share the first three letters and then break off.
Save this ready for your next interview
Follow @allthecode for the best tech explainers on IG 👩💻
Content sponsored by You.com/code, a search engine made FOR developers BY developers 🚀
Their privacy centric approach means you can discover code, copy code and format code all while staying in perfect flow without being served up half a dozen irrelevant ads or results from repost sites leaching from the primary source.
Also, their powerful AI Code Complete feature helps you write code by leveraging the power of and knowledge already out there on the internet and their Chrome extension means you can search directly from your address bar so you get the best search experience every time.
My huge thanks to You.com for their sponsorship and support. Show your support by heading over to you.com/allthecode1 or you.com/code and search for your next coding question and following them @yousearchengine
#learnjavascript #devslife #javascriptengineer #techlove #codepeople #webdevlife #backenddevelopment #softwareengineers #codingbootcamp #webdeveloperslife #javascripts #drupal #devlife #frontenddeveloper #angular #azure #infosec #development #digitalworld #fullstack #softwareengineering #appdeveloper #programmerlife #codingtiktok
2️⃣ HashMap: like a dictionary where you store data at a location determined by a key, they key is often a “hash” of the data being saved to aid quick retrieval later
3️⃣ Queues: Like an array (or Linked List 😉) where you process the items in the order they were inserted, you can only access the last item and you can only add items to the start. This is a First On First Out data structure.
4️⃣ Stack: Like a queue except you can only add and remove to the top like a stack of plates or paper. This is a Last In First Out data structure.
5️⃣ Trie: Like an upside down tree it allows you to break data down into efficiently navigable structures where shared data patterns overlap, the best example is a (literal) dictionary of words. The words “hello” and “help” share the first three letters and then break off.
Save this ready for your next interview
Follow @allthecode for the best tech explainers on IG 👩💻
Content sponsored by You.com/code, a search engine made FOR developers BY developers 🚀
Their privacy centric approach means you can discover code, copy code and format code all while staying in perfect flow without being served up half a dozen irrelevant ads or results from repost sites leaching from the primary source.
Also, their powerful AI Code Complete feature helps you write code by leveraging the power of and knowledge already out there on the internet and their Chrome extension means you can search directly from your address bar so you get the best search experience every time.
My huge thanks to You.com for their sponsorship and support. Show your support by heading over to you.com/allthecode1 or you.com/code and search for your next coding question and following them @yousearchengine
#learnjavascript #devslife #javascriptengineer #techlove #codepeople #webdevlife #backenddevelopment #softwareengineers #codingbootcamp #webdeveloperslife #javascripts #drupal #devlife #frontenddeveloper #angular #azure #infosec #development #digitalworld #fullstack #softwareengineering #appdeveloper #programmerlife #codingtiktok
Regular Expressions - RegEx for short - are a crazy powerful way of finding and validating patterns in strings, you can use them to:
1️⃣ validate a phone number
2️⃣ check card numbers are correct
3️⃣ find email addresses in text
4️⃣ check password strength
5️⃣ find HTML tags
And so much more 🤯
The problem is that they are a pain to write and create 🤦♂️
Not anymore though, you.com/code (link in bio) has their AI powered RegEx creator that you can find simply by searching for RegEx in you.com/code
Thanks you.com, you’re going to save developers hours and hours of headaches with this one 😀
Follow @yousearchengine and @allthecode to become a better developer
#regex #regexes #learntocode #softwaredevelopment #appdeveloper #html5 #techtips #backenddevelopment #codeismylife #devlife #techforgood #codelife #devops #digitalworld #github #programmers #codingproblems #ad #techblogger #alwayslearning #rubyonrails #codingislife #techlife #developerslife #worksmarter #coders #appdevelopment
1️⃣ validate a phone number
2️⃣ check card numbers are correct
3️⃣ find email addresses in text
4️⃣ check password strength
5️⃣ find HTML tags
And so much more 🤯
The problem is that they are a pain to write and create 🤦♂️
Not anymore though, you.com/code (link in bio) has their AI powered RegEx creator that you can find simply by searching for RegEx in you.com/code
Thanks you.com, you’re going to save developers hours and hours of headaches with this one 😀
Follow @yousearchengine and @allthecode to become a better developer
#regex #regexes #learntocode #softwaredevelopment #appdeveloper #html5 #techtips #backenddevelopment #codeismylife #devlife #techforgood #codelife #devops #digitalworld #github #programmers #codingproblems #ad #techblogger #alwayslearning #rubyonrails #codingislife #techlife #developerslife #worksmarter #coders #appdevelopment
Travelling the world and working as you go has never been easier. Here are the top 5 places that you’ll find people working from laptops 🧑💻 drinking great coffee ☕️ and changing the world 🗺
🇵🇹 Lisbon, Portugal - Pro: Vibrant city, Con: Pricey housing
🇮🇩 Canggu, Bali - Pro: Great weather, Con: Busy
🇹🇭 Bangkok, Thailand - Pro: Fun metropolis, Con: Fiery hot
🇹🇭 Chiang Mai, Thailand - Pro: Amazing culture, Con: Poor air quality
🇪🇪 Tallinn, Estonia - Pro: Lovely summers, Con: Bitter winters
The best places to remote work and be a digital nomad are constantly changing but right now these are the places to visit, work, and not feel out of place
Thanks to @webroot for sponsoring some of my content this month. Check out @webroot's #WiFiSecurity VPN app to protect yourself online — it protects your info from hackers no matter where you are, never keeps traffic logs of your activity, and works on all your devices
#digitalnomad #solopreneur #workanywhere #remotejobs #digitalcontent #remotework #workfromanywhere #workfromanywhere🌎 #workgoals #rubyonrails #codelife #learntocode #softwaredevelopment #fullstackdeveloper #appdeveloper #html #frontenddeveloper #backenddevelopment #codeismylife #peoplewhocode #techforgood #javascript #techtips #computerscience #iosdeveloper
🇵🇹 Lisbon, Portugal - Pro: Vibrant city, Con: Pricey housing
🇮🇩 Canggu, Bali - Pro: Great weather, Con: Busy
🇹🇭 Bangkok, Thailand - Pro: Fun metropolis, Con: Fiery hot
🇹🇭 Chiang Mai, Thailand - Pro: Amazing culture, Con: Poor air quality
🇪🇪 Tallinn, Estonia - Pro: Lovely summers, Con: Bitter winters
The best places to remote work and be a digital nomad are constantly changing but right now these are the places to visit, work, and not feel out of place
Thanks to @webroot for sponsoring some of my content this month. Check out @webroot's #WiFiSecurity VPN app to protect yourself online — it protects your info from hackers no matter where you are, never keeps traffic logs of your activity, and works on all your devices
#digitalnomad #solopreneur #workanywhere #remotejobs #digitalcontent #remotework #workfromanywhere #workfromanywhere🌎 #workgoals #rubyonrails #codelife #learntocode #softwaredevelopment #fullstackdeveloper #appdeveloper #html #frontenddeveloper #backenddevelopment #codeismylife #peoplewhocode #techforgood #javascript #techtips #computerscience #iosdeveloper
Once you’ve been coding for a while you will find yourself needing to write another language 😳
But it took you ages to learn your first and you only need to write a little bit of this new one 🙄
Well, if those languages are Python and Java then the team over at you.com/code (link in bio) have the tool for you 🥳
Their AI powered Code Translate feature will take your Python 🐍 code and translate it into the correct Java ☕️
Whichever way you want to go:
🐍 ➡️ ☕️ or ☕️ ➡️ 🐍
They’ve got you covered!
Go check out you.com/code and search for Code Translate to get started now
Follow @yousearchengine and @allthecode to become a better developer
#artificialintelligence #techforgood #techstartup #machinelearning #codeismylife #buildtheweb #codelife #webdevelopers #softwaredevelopment #coder #fullstackdeveloper #frontenddeveloper #appdeveloper #webdeveloper #webapp #learntocode #python #computerscience #programmerlife #computerengineering #java #devlife #javadeveloper #softwaredeveloper #datascientist #softwareengineer
But it took you ages to learn your first and you only need to write a little bit of this new one 🙄
Well, if those languages are Python and Java then the team over at you.com/code (link in bio) have the tool for you 🥳
Their AI powered Code Translate feature will take your Python 🐍 code and translate it into the correct Java ☕️
Whichever way you want to go:
🐍 ➡️ ☕️ or ☕️ ➡️ 🐍
They’ve got you covered!
Go check out you.com/code and search for Code Translate to get started now
Follow @yousearchengine and @allthecode to become a better developer
#artificialintelligence #techforgood #techstartup #machinelearning #codeismylife #buildtheweb #codelife #webdevelopers #softwaredevelopment #coder #fullstackdeveloper #frontenddeveloper #appdeveloper #webdeveloper #webapp #learntocode #python #computerscience #programmerlife #computerengineering #java #devlife #javadeveloper #softwaredeveloper #datascientist #softwareengineer
Stuck in tutorial hell? 🔥
There’s nothing worse than feeling like you understand how to code and then trying to make something and realising you don’t know what to do 😔
Don’t worry though, the knowledge is in there but you’ve gotten too used to being shown what to type when coding.
You need to flex those problem solving muscles 💪
Rather than relying on just what you’re being shown, let yourself go off the beaten path. Make small changes to the code in between tutorial videos. Start simple with just changing colours, then change how a some data is stored, then change some layout or delete the contents of a function and try to recreate it from scratch.
It doesn’t matter if you don’t always manage to do it, the point is to get used to stepping off the train tracks prescribed in the tutorial and doing your own thing 🛤
After a few weeks of this you will find it much easier to write your own code without being shown the way by someone else 🥳
***********************
Follow @allthecode 🧑💻
Follow @allthecode 🧑💻
***********************
#peoplewhocode #learntocode #javascript #webdev #devlife #techtips #codingbootcamp #iosdeveloper #softwaredeveloper #fullstackdeveloper #computerprogramming #codeismylife #codelife #programmerlife #codingisfun #developerlife #coder #rubyonrails #buildtheweb #jquery #mysql #coderslife #appdevelopment #softwaredevelopment #computerscience #codingtiktok
There’s nothing worse than feeling like you understand how to code and then trying to make something and realising you don’t know what to do 😔
Don’t worry though, the knowledge is in there but you’ve gotten too used to being shown what to type when coding.
You need to flex those problem solving muscles 💪
Rather than relying on just what you’re being shown, let yourself go off the beaten path. Make small changes to the code in between tutorial videos. Start simple with just changing colours, then change how a some data is stored, then change some layout or delete the contents of a function and try to recreate it from scratch.
It doesn’t matter if you don’t always manage to do it, the point is to get used to stepping off the train tracks prescribed in the tutorial and doing your own thing 🛤
After a few weeks of this you will find it much easier to write your own code without being shown the way by someone else 🥳
***********************
Follow @allthecode 🧑💻
Follow @allthecode 🧑💻
***********************
#peoplewhocode #learntocode #javascript #webdev #devlife #techtips #codingbootcamp #iosdeveloper #softwaredeveloper #fullstackdeveloper #computerprogramming #codeismylife #codelife #programmerlife #codingisfun #developerlife #coder #rubyonrails #buildtheweb #jquery #mysql #coderslife #appdevelopment #softwaredevelopment #computerscience #codingtiktok
Top tips for being a digital nomad:
1️⃣ Get a big battery pack, keeping your devices powered is vital 🔋
2️⃣ Get an eSim with at least 10GB of data a month, you need to be online and you can tether to your laptop if you can’t get WiFi 📱
3️⃣ Find a coworking space, when you need to “Just get work done” you can’t beat a coworking space 👩💻
4️⃣ Use a VPN like @webroot #wifisecurity so you can use any wifi network and know your data is secure 🔐
5️⃣ Noise cancelling headphones are a must, even if you don’t work listening to music you can pop them in to get some quiet when working in public 🎧
6️⃣ Know your visa restrictions, DO NOT mess about with visas, each country is different and it’s on you to know what you are allowed to do and not allowed to do 👮
7️⃣ Be flexible! Part of being a digital nomad is to see the world, so make time to do that. Work is important but if you hear about a great event at 2 pm then make time to go and flex your work around it 🎉
8️⃣ Do a test trip before committing long term, it’s easy to think you’ll love travelling and working but it’s not for everyone. Before committing to some 12 month long journey do a short 2 or 3 week tester to make sure it works for you 🧪
9️⃣ Plan work for your flights. You will spend a large amount of time in airports and planes, it’s usually dead time, try to make the most of it and get work done instead, you can then make the most of your time in country ✈️ I bought a course I could do 100% offline to make the most of my time in the air
1️⃣0️⃣ Get a portable monitor. Having a thin, lightweight second screen is a massive productivity booster and worth the investment - especially if you are writing code like me! 🖥️
Save this post for when you next hit the road!
What would you add? Tell me in the comments
#coder #webdevelopers #javascript #webdev #codeismylife #peoplewhocode #devlife #techlifestyle #coderpower #coderslife #codelife #digitalnomad #digitallifestyle #digitalnomadfamily #digitalnomadspirit #freelancelifestyle #officeoftheday #workfromwherever #laptoplife #startuplifestyle #dreamjobmakers #workanywhere #digitalentrepreneur #workfromanywhere #remotework
#TheQuickBooksJump
1️⃣ Get a big battery pack, keeping your devices powered is vital 🔋
2️⃣ Get an eSim with at least 10GB of data a month, you need to be online and you can tether to your laptop if you can’t get WiFi 📱
3️⃣ Find a coworking space, when you need to “Just get work done” you can’t beat a coworking space 👩💻
4️⃣ Use a VPN like @webroot #wifisecurity so you can use any wifi network and know your data is secure 🔐
5️⃣ Noise cancelling headphones are a must, even if you don’t work listening to music you can pop them in to get some quiet when working in public 🎧
6️⃣ Know your visa restrictions, DO NOT mess about with visas, each country is different and it’s on you to know what you are allowed to do and not allowed to do 👮
7️⃣ Be flexible! Part of being a digital nomad is to see the world, so make time to do that. Work is important but if you hear about a great event at 2 pm then make time to go and flex your work around it 🎉
8️⃣ Do a test trip before committing long term, it’s easy to think you’ll love travelling and working but it’s not for everyone. Before committing to some 12 month long journey do a short 2 or 3 week tester to make sure it works for you 🧪
9️⃣ Plan work for your flights. You will spend a large amount of time in airports and planes, it’s usually dead time, try to make the most of it and get work done instead, you can then make the most of your time in country ✈️ I bought a course I could do 100% offline to make the most of my time in the air
1️⃣0️⃣ Get a portable monitor. Having a thin, lightweight second screen is a massive productivity booster and worth the investment - especially if you are writing code like me! 🖥️
Save this post for when you next hit the road!
What would you add? Tell me in the comments
#coder #webdevelopers #javascript #webdev #codeismylife #peoplewhocode #devlife #techlifestyle #coderpower #coderslife #codelife #digitalnomad #digitallifestyle #digitalnomadfamily #digitalnomadspirit #freelancelifestyle #officeoftheday #workfromwherever #laptoplife #startuplifestyle #dreamjobmakers #workanywhere #digitalentrepreneur #workfromanywhere #remotework
#TheQuickBooksJump
Google search is slowly going down the 🚽
When I search for programming syntax or a React error message, I shouldn’t get 10 ads before anything useful appears! 😡
Thankfully there’s a new search engine in town and it’s been made from the ground up to be privacy first and MADE FOR DEVELOPERS!!!
That’s right, you.com/code (link in bio) is a search engine just for us developers that:
1️⃣ Breaks out stack overflow examples as copyable snippets
2️⃣ Highlights code snippets from top tutorials
3️⃣ Displays the most relevant code in a gallery of snippets
4️⃣ Has powerful AI code tools in the search results to help you write code faster
5️⃣ Is made by developers for developers
Go install their browser extension today to make a seamless transition from Google to a new search engine that will give you 10x dev powers today!
Follow @yousearchengine and me to become a better developer
#techforgood #technologytrends #artificialintelligence #appdeveloper #techstartup #learntocode #codelife #softwaredevelopment #github #webdevelopers #javascript #css3 #coder #webdev #devlife #peoplewhocode #codeismylife #coode #vscode #developerslife #html5 #webdeveloper #coders #programmerlife
When I search for programming syntax or a React error message, I shouldn’t get 10 ads before anything useful appears! 😡
Thankfully there’s a new search engine in town and it’s been made from the ground up to be privacy first and MADE FOR DEVELOPERS!!!
That’s right, you.com/code (link in bio) is a search engine just for us developers that:
1️⃣ Breaks out stack overflow examples as copyable snippets
2️⃣ Highlights code snippets from top tutorials
3️⃣ Displays the most relevant code in a gallery of snippets
4️⃣ Has powerful AI code tools in the search results to help you write code faster
5️⃣ Is made by developers for developers
Go install their browser extension today to make a seamless transition from Google to a new search engine that will give you 10x dev powers today!
Follow @yousearchengine and me to become a better developer
#techforgood #technologytrends #artificialintelligence #appdeveloper #techstartup #learntocode #codelife #softwaredevelopment #github #webdevelopers #javascript #css3 #coder #webdev #devlife #peoplewhocode #codeismylife #coode #vscode #developerslife #html5 #webdeveloper #coders #programmerlife
Just like any other career path developers need to be good at communication 🗣
The meme that all devs are quiet introverts who need to be left alone and only communicate through text needs to end. It's damaging to existing dev careers and it puts off new people entering the field who don't fit that stereotype and thinks it means they will be a bad developer.
Like it or not you need to take the time to communicate with your team, with you managers, with the wider business. If you don't your career will be less fulfilling, less satisfying and you will burn out of coding without understanding what held your career back.
I'm not saying you need to be the life and soul of the party but make the effort to tell people what you're working on, how it's going and what you need help with or can help others on.
Building software is a team sport and the lifeblood of any successful team is communication 😀
Follow @allthecode to be the best dev you can be 📌
*********************
Follow @allthecode 🚀
Follow @allthecode 🧑💻
Follow @allthecode ❤️
*********************
#webdevlife #techgeeks #webdevlifestyle #javascriptengineer #webdeveloperlife #lifeofadeveloper #devlife #javascripttutorial #techlifestyle #codingbootcamp #peoplewhocode #softwareengineers #appdev #coder #development #datascience #github #artificialintelligence #learntocode #informationsecurity #frontenddeveloper #nodejs #digitalworld #techblogger #networksecurity #appdeveloper #python3
The meme that all devs are quiet introverts who need to be left alone and only communicate through text needs to end. It's damaging to existing dev careers and it puts off new people entering the field who don't fit that stereotype and thinks it means they will be a bad developer.
Like it or not you need to take the time to communicate with your team, with you managers, with the wider business. If you don't your career will be less fulfilling, less satisfying and you will burn out of coding without understanding what held your career back.
I'm not saying you need to be the life and soul of the party but make the effort to tell people what you're working on, how it's going and what you need help with or can help others on.
Building software is a team sport and the lifeblood of any successful team is communication 😀
Follow @allthecode to be the best dev you can be 📌
*********************
Follow @allthecode 🚀
Follow @allthecode 🧑💻
Follow @allthecode ❤️
*********************
#webdevlife #techgeeks #webdevlifestyle #javascriptengineer #webdeveloperlife #lifeofadeveloper #devlife #javascripttutorial #techlifestyle #codingbootcamp #peoplewhocode #softwareengineers #appdev #coder #development #datascience #github #artificialintelligence #learntocode #informationsecurity #frontenddeveloper #nodejs #digitalworld #techblogger #networksecurity #appdeveloper #python3
If you’ve been sleeping on your database skills then it’s time to change that!
Even if you haven’t, it’s worth improving your database game as a web developer.
Head to trywilco.com/allthecode and explore all the database quests that Wilco have to up your database game and set yourself apart from all those devs who only know React and Python.
Follow @allthecode to become a better developer
#sql #codeismylife #sqlserver #webdev #fullstackdeveloper #computerscience #appdeveloper #developer #softwaredeveloper #coding #devops #webdeveloper #datascience #devlife #coder #analytics #machinelearning #software #artificialintelligence #machinelearningalgorithms #techforgood #learntocode #softwaredevelopment
Even if you haven’t, it’s worth improving your database game as a web developer.
Head to trywilco.com/allthecode and explore all the database quests that Wilco have to up your database game and set yourself apart from all those devs who only know React and Python.
Follow @allthecode to become a better developer
#sql #codeismylife #sqlserver #webdev #fullstackdeveloper #computerscience #appdeveloper #developer #softwaredeveloper #coding #devops #webdeveloper #datascience #devlife #coder #analytics #machinelearning #software #artificialintelligence #machinelearningalgorithms #techforgood #learntocode #softwaredevelopment
This is the path that made me a great developer and you can do it to, the course I took was Harvards free introduction to computer science called CS50 and you can find it at CS50.net
I took it nearly 15 years ago and it’s been updated every year since and is still amazing.
Coding takes persistence, there are no shortcuts but there is a well trodden path than thousands of developers have taken and you can walk it too!
#learntocode #coding #softwaredeveloper @allthecode
I took it nearly 15 years ago and it’s been updated every year since and is still amazing.
Coding takes persistence, there are no shortcuts but there is a well trodden path than thousands of developers have taken and you can walk it too!
#learntocode #coding #softwaredeveloper @allthecode