Stev.Dev
165 posts


All Paid Courses (Free for First 4500 People)
𝗣𝗮𝗶𝗱 𝗖𝗼𝘂𝗿𝘀𝗲 𝗙𝗥𝗘𝗘 (PART - 1)
1. Artificial Intelligence
2. Machine Learning
3. Cloud Computing
4. Ethical Hacking
5. Data Analytics
6. AWS Certified
7. Data Science
8. BIG DATA
9. Python
10. MBA
(72 Hours only )
To get-
1. Like & Retweet to get DM
2. Reply " All "

English
Stev.Dev retweetledi
Stev.Dev retweetledi

Set a reminder for my upcoming Space! twitter.com/i/spaces/1YqGo…
English
Stev.Dev retweetledi
Stev.Dev retweetledi

This week begins an incredible journey as we welcome 100 exceptional graduates to Accra and Takoradi, #Ghana to complete their mandatory national service! We are proud to support these talented individuals with enhanced salaries and benefits.
This week is a week of discovery, learning and socialisation!
The future holds great promise and we are excited to see the incredible impact of these young minds.
#WorkwithAmaliTech #NSS




English
Stev.Dev retweetledi
Stev.Dev retweetledi
Stev.Dev retweetledi

GraphQL has changed the way developers interact with APIs.
Many apps use GraphQL to source data, so it's a good thing to know as a dev.
In this course, you'll learn everything you need to know to create robust & efficient data-driven applications.
freecodecamp.org/news/graphql-d…
English
Stev.Dev retweetledi

Here's a fun project: you can build your own programming language using Python.
And this course will show you how.
You'll learn about lexical analysis, object-oriented programming, data structures, parsing, how to build an interpreter, and more.
freecodecamp.org/news/create-yo…

English
Stev.Dev retweetledi
Stev.Dev retweetledi

One of the best ways to test your development skills is to build an app from scratch.
And that's what this course helps you do, using tools like Next.js and Firebase.
You'll learn about file management & build a full-stack Google Drive clone with auth.
freecodecamp.org/news/full-stac…
English
Stev.Dev retweetledi
Stev.Dev retweetledi
Stev.Dev retweetledi

AmaliTech is now Ghana's "Best Mid-sized Organisation in Organisational Culture"!
AmaliTech was honoured with this prestigious award at the recently organised HR Focus Conference and Awards, @HRFocusU
If you are an IT Professional contemplating the best company to join, then now you know that AmaliTech is your best bet!
#WorkwithAmaliTech #Excellence #AwardWinner




English
Stev.Dev retweetledi

HOW TO STRUCTURE YOUR BACKEND CODE IN NODE.JS(express.js).
[with explanation]
📁
├── 📄 app.js
├── 📁 bin
├── 📁 config
├── 📁 controllers
│ ├── 📄 customer.js
│ ├── 📄 product.js
│ └── ...
├── 📁 middleware
│ ├── 📄 auth.js
│ ├── 📄 logger.js
│ └── ...
├── 📁 models
│ ├── 📄 customer.js
│ ├── 📄 Product.js
│ └── ...
├── 📁 routes
│ ├── 📄 api.js
│ ├── 📄 auth.js
│ └── ...
├── 📁 public
│ ├── 📁 css
│ ├── 📁 js
│ ├── 📁 images
│ └── ...
├── 📁 views
│ ├── 📄 index.ejs
│ ├── 📄 product.ejs
│ └── ...
├── 📁 tests
│ ├── 📁 unit
│ ├── 📁 integration
│ ├── 📁 e2e
│ └── ...
├── 📁 utils
│ ├── 📄 validation.js
│ ├── 📄 helpers.js
│ └── ...
└── 📁 node_modules
Here's a brief explanation:
app.js
It's like the control centre of your web application. It's where you set up and manage everything.
bin
Think of this as a place for starting your web server. It's where you have scripts that make your website work.
config
These are like settings for your website, such as where your database is or how your website should behave.
controllers
This is where you put the brains of your website explains the name controllers. Each file here handles a different part of your site, like customer stuff or product stuff.
middleware
Imagine these as helpers that help your website do things like checking if you're logged in or keeping a record of what people do on your site.
models
This is where you describe what your data looks like. If your website is a store, this is where you say what a product is or what a customer is.
routes
These are like the paths to different parts of the website. If the website is a city, these are the streets and highways.
public
Think of this as your storage room for things everyone can see, like images, styles, and scripts.
views
If your website is like a book, these are the pages. This is where you put together what people see on the screen.
tests
These are like exams for your website to make sure it works correctly. You create different kinds of tests to check different parts of your site.
utils
These are like handy tools you use to make your website better, like checking if someone's email is valid or formatting dates nicely.
node_modules
This is like your toolbox filled with tools (libraries and code) that you use to build your website. It's automatically filled with things your project needs.
This organized structure helps you build and manage your website in a neat and organised way, making it easier to understand and work on, especially when your project gets bigger and more complex and you have to make changes very often.
I am not saying that this is the only or the best way, this is what I usually follow and thought about sharing it.
English
Stev.Dev retweetledi

API architectural styles are one of key factors behind seamless applications.
Tomorrow thousands of subscribers will learn about the most prominent API architectural styles.
Join us to get the issue: blog.levelupcoding.co
GIF
English
Stev.Dev retweetledi















