anonymous (@free__thinkerr) 's Twitter Profile
anonymous

@free__thinkerr

Here to read opinions and may be write some.

ID: 1027576984996589568

calendar_today09-08-2018 15:26:59

1,1K Tweet

22 Takipçi

721 Takip Edilen

Dhanian 🗯️ (@e_opore) 's Twitter Profile Photo

Linux Shortcut Keys / Commands Basic Navigation `pwd` = Print working directory `ls` = List files and directories `ls -l` = List in long format `ls -a` = List all files including hidden `cd` = Change directory `cd ..` = Move up one directory `cd /` = Go to root directory `cd ~`

Linux Shortcut Keys / Commands

Basic Navigation

`pwd` = Print working directory
`ls` = List files and directories
`ls -l` = List in long format
`ls -a` = List all files including hidden
`cd` = Change directory
`cd ..` = Move up one directory
`cd /` = Go to root directory
`cd ~`
Point-Free (@pointfreeco) 's Twitter Profile Photo

How are conflicts handled in our SQLite+iCloud synchronization tools? We use a “last edit wins” strategy on a per-field basis. This means if you edit the title of a reminder on one device and the notes on another, it will all merge cleanly.

Branko (@brankopetric00) 's Twitter Profile Photo

DevOps project for beginners Terraform + AWS 1. Install and configure Terraform 2. Create AWS IAM credentials for Terraform 3. Create S3 bucket for Terraform state 4. Create DynamoDB for Terraform state locking 5. Create 3 Terraform modules: VPC, Subnet, EC2 6. Write Terraform

freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

Data pipelines let you collect, process, and use huge amounts of data efficiently. But building and maintaining these pipelines can be tricky with API rate limits, changing data schemas, etc. In this in-depth course, you'll learn about data ingestion & normalization, data

Data pipelines let you collect, process, and use huge amounts of data efficiently.

But building and maintaining these pipelines can be tricky with API rate limits, changing data schemas, etc.

In this in-depth course, you'll learn about data ingestion & normalization, data
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

When you're building Django projects, you'll often need to connect a database. And in this guide, udemezue John walks you through how to use PostgreSQL in Django. He explains why it's a good fit, helps you install everything & create your DB, shows you how to run migrations, and

When you're building Django projects, you'll often need to connect a database.

And in this guide, <a href="/_udemezue/">udemezue John</a> walks you through how to use PostgreSQL in Django.

He explains why it's a good fit, helps you install everything &amp; create your DB, shows you how to run migrations, and
Dhanian 🗯️ (@e_opore) 's Twitter Profile Photo

50 AWS Projects with Source Code to Become a Cloud Expert 1. Beginner-Level AWS Projects → Static Website Hosting using Amazon S3 — deploy and serve static files globally. → EC2 Instance Setup — launch, configure, and secure your first virtual server. → AWS Lambda Hello

50 AWS Projects with Source Code to Become a Cloud Expert

1. Beginner-Level AWS Projects

→ Static Website Hosting using Amazon S3 — deploy and serve static files globally.
→ EC2 Instance Setup — launch, configure, and secure your first virtual server.
→ AWS Lambda Hello
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

If you really want to understand how LLMs work, try coding your own version of one from scratch. And that's exactly what you'll do in this course: build a Llama 4-like LLM from the bottom up. You'll build a tokenizer, learn about the attention mechanism, dive into Rotary

If you really want to understand how LLMs work, try coding your own version of one from scratch. 

And that's exactly what you'll do in this course: build a Llama 4-like LLM from the bottom up. 

You'll build a tokenizer, learn about the attention mechanism, dive into Rotary
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

If you're building Java apps, you'll want to choose the right framework for what you're working on. And in this guide, Augustine compares Spring vs Spring Boot in detail. He explains their key features and differences, how they work, and walks you through building a demo app

If you're building Java apps, you'll want to choose the right framework for what you're working on.

And in this guide, Augustine compares Spring vs Spring Boot in detail.

He explains their key features and differences, how they work, and walks you through building a demo app
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

Learning how to work with AI in the cloud is an important skill for devs these days. And in this 23 hour course, Andrew Brown teaches you all the fundamentals of Generative AI. You'll learn about LLMs, AI assistants, prompt engineering, development tools, RAG, and more.

Learning how to work with AI in the cloud is an important skill for devs these days.

And in this 23 hour course, <a href="/andrewbrown/">Andrew Brown</a> teaches you all the fundamentals of Generative AI.

You'll learn about LLMs, AI assistants, prompt engineering, development tools, RAG, and more.
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

If you want to get into game development, there are many popular frameworks to choose from. And to help you pick one, Manish wrote this guide. In it, he covers key features and use cases for Unity, Unreal Engine, Phaser, Godot Engine, and Cocos2d-x. freecodecamp.org/news/top-frame…

If you want to get into game development, there are many popular frameworks to choose from.

And to help you pick one, Manish wrote this guide.

In it, he covers key features and use cases for Unity, Unreal Engine, Phaser, Godot Engine, and Cocos2d-x.

freecodecamp.org/news/top-frame…
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

When you're building mobile apps, you'll want to test them thoroughly - just like you would with any apps. And instead of doing everything manually, there are some helpful ways you can automate parts of the process. Here, Nazneen Ahmad walks you through automating mobile testing

When you're building mobile apps, you'll want to test them thoroughly - just like you would with any apps.

And instead of doing everything manually, there are some helpful ways you can automate parts of the process.

Here, <a href="/nazneenahmd/">Nazneen Ahmad</a> walks you through automating mobile testing
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

If you want to learn how to build & deploy ML models, this course is for you. It covers Exploratory Data Analysis, Feature Engineering, Model Validation, & MLOps integration. By the end you'll be able to manage complex data projects & deploy your models.

If you want to learn how to build &amp; deploy ML models, this course is for you.

It covers Exploratory Data Analysis, Feature Engineering, Model Validation, &amp; MLOps integration.

By the end you'll be able to manage complex data projects &amp; deploy your models.
freeCodeCamp.org (@freecodecamp) 's Twitter Profile Photo

Web scraping lets you gather info you may need from a webpage. And in this tutorial, Mihail shows you how to build your own scraper tool in React. You'll even make the app more performant by using local storage to store already scraped data. freecodecamp.org/news/build-a-d…

Web scraping lets you gather info you may need from a webpage.

And in this tutorial, Mihail shows you how to build your own scraper tool in React.

You'll even make the app more performant by using local storage to store already scraped data.

freecodecamp.org/news/build-a-d…