Default blog style

Home BlogPage 41
HTML & CSS

HTML & CSS

Okay so we have some of the essential tools down now the first type of coding that you’re going to want to learn is html and css now i do have back end here as well because i do suggest that even if you plan on just building apis and working with databases and stuff […]...
GRAPHQL

GRAPHQL

All right so i was a little confused on where exactly to put graphql because it is used by a lot of front-end developers um but ultimately if you’re going to create a graphql server it’s back-end it’s basically a data query language for apis so in many cases we create and consume d...
DEPLOYMENT SERVERS DEVOPS

DEPLOYMENT, SERVERS & DEVOPS

All right so as you step up your developer game you’re probably going to learn some devops and some other you know deployment strategies and learning about hosting  latforms hosting a full stack app or an api is a bit more difficult than a front-end app or static website you need to deal with...
SERVER SIDE RENDERING

SERVER SIDE RENDERING

All right so the rest of the slides in the front end development section are basically just trending and becoming more popular however i wouldn’t focus on these until you get up to the point where you’re comfortable with a front-end framework and the big big reason for that is a lot of t...
STATIC SITE GENERATORS

STATIC SITE GENERATORS

Now another really popular trend right now is static site generators which have actually been around for a while but they’ve become much more powerful in the past couple years instead of generating your site  ages in real time they’re generated at build time meaning that there’s n...
HEADLESS CMS

HEADLESS CMS

All right so i’m sure most of you know what wordpress is or drupal there are content management systems where you either you or your client can log in to an area and create content for the website without touching any code so wordpress and drupal they include interfaces for a front-facing webs...
SERVER SIDE LANGUAGES

SERVER SIDE LANGUAGES

Okay so now we’re moving on to the back end now if you want to be either a back end developer or a full stack developer working in the back and the front end which i’m guessing a lot of you are you’ll need to learn a server-side language now if you already know a […]...