CodedBlues Profile Banner
Bertrand Yangni Profile
Bertrand Yangni

@CodedBlues

Followers
234
Following
22K
Media
3
Statuses
623

Zionite | Tech Fanatic ๐Ÿ‡ฌ๐Ÿ‡ง| Chelsea FC Fan

London , England - UK
Joined January 2022
Don't wanna be here? Send us removal request.
@CodedBlues
Bertrand Yangni
3 years
@reggiejohnson86 It depends on what you do but the core of DevOps engineering is building CI/CD pipelines and being able to use IaC. If not then you aren't there yet.
2
0
7
@rioferdy5
Rio Ferdinand
7 months
AFCON needs more respectโ€ฆ โœŠ๐Ÿฝ It matters & federations need to do more to highlight this. Ask the likes of Mo Salah, Didier Drogba, Yaya Toure, Abedi Pele, Samuel Eto'o what it meansโ€ฆ. #AFCON
2K
14K
62K
@thatstraw
TRร„W๐ŸคŸ
1 year
Kubernetes Scaling Strategies
Tweet media one
9
216
1K
@lady_jemea
โ€ขLae
1 year
If youโ€™re new to programming or want to get started with Python, Cohort 2 of my FREE beginner-friendly python programming course is here. ๐Ÿ’ป 100% virtual ๐ŸŒ Open to anyone, anywhere ๐Ÿ—“ Limited spots - so grab yours fast! Sign up here: https://t.co/MUDhjExflg
Tweet media one
Tweet media two
2
53
51
@MuthaNagavamsi
Mutha Nagavamsiโšก๏ธ
1 year
Resource abuse is a challenging problem in Kubernetes. Happens often with people who are new to Kubernetes. Here's how to handle.
2
9
68
@George_Kurtz
George Kurtz
1 year
CrowdStrike is actively working with customers impacted by a defect found in a single content update for Windows hosts. Mac and Linux hosts are not impacted. This is not a security incident or cyberattack. The issue has been identified, isolated and a fix has been deployed. We
4K
6K
21K
@maybeshalinii
Shalini Tewari
1 year
You're in an interview, and the interviewer asks, "What are your strengths and weaknesses as a developer?" Here is how you can answer:
4
61
424
@MuthaNagavamsi
Mutha Nagavamsiโšก๏ธ
1 year
This is a very useful Kubernetes tip. Trust me. I just found a tool that can help you tail multiple Kubernetes pod logs at once. It's called stern. For example, if you have a nginx deployment with 5 replicas. Just use the following command to get the logs of all 5 nginx pods at
7
47
216
@techyoutbe
Tech Fusionist
1 year
SRE vs DevOps vs Cloud Engineering vs Platform Engineering What is unique in terms actual role?
1
33
174
@testdrivenio
TestDriven.io
1 year
Docker best practice: Don't store secrets in Docker images. You can rather inject them: - as environment variables - as build arguments - with orchestration tools such as Docker Swarm or Kubernetes ๐Ÿ‘‡
Tweet media one
2
17
119
@maybeshalinii
Shalini Tewari
1 year
Waterfall Model explained: The Waterfall Model is like building software in a step-by-step manner, where each step is like a phase in a sequence. Phases of the Waterfall: - Requirements: First, you figure out and write down exactly what the customer wants. It's like making a
Tweet media one
11
110
586
@aeejazkhan
Ejaj AHmed
1 year
JavaScript for Everything: JavaScript + Three.js = 3D Visualization JavaScript + React = Web Development JavaScript + Angular = Web Applications JavaScript + Phaser = Game Development JavaScript + Vue.js = Progressive Web Apps JavaScript + TensorFlow.js = Machine Learning
75
543
3K
@maybeshalinii
Shalini Tewari
1 year
Day 8 of #60daysofMERN ๐Ÿš€ Topics Covered: - CSS Z-Index - Pseudo Class - Cursor Properties CSS Z-index CSS z-index is a property that controls the stacking order of elements on a web page. Here's a simple way to understand it: - Stacking Order: Think of your web page as a
Tweet media one
4
47
196
@maybeshalinii
Shalini Tewari
1 year
Day 6 of 60daysofMERN Topics Covered: - CSS Box Model - CSS Fonts CSS Box Model The CSS Box Model is a fundamental concept in web design and development that dictates how elements are structured and displayed on a web page. Components of the CSS Box Model 1. Content - The
13
40
178
@maybeshalinii
Shalini Tewari
1 year
Day 5 of #60daysofMERN ๐Ÿš€ Topics Covered: - CSS Comments - CSS Colors - CSS background properties - CSS Border properties CSS Comments /* This is a comment */ CSS Colors Colors in CSS can be defined by either rgb, hex or hsl values. CSS Background Properties These properties
Tweet media one
Tweet media two
Tweet media three
3
44
241
@maybeshalinii
Shalini Tewari
1 year
Day 4 of #60daysofMERN ๐Ÿš€ Topics Covered: - CSS Introduction - Linking an external Style sheet. - CSS Syntax What is CSS? CSS refers to Cascading Style Sheets. It is used for styling our HTML. Why Use CSS? 1. Separation of Concerns: CSS allows you to separate the content
Tweet media one
Tweet media two
Tweet media three
6
53
254
@maybeshalinii
Shalini Tewari
1 year
Day 3 of #60daysofMERN ๐Ÿš€ Topics Covered: - HTML Forms - How to link CSS to our HTML File A form is created using the <form> element, which acts as a container for various input elements. The basic structure of a form includes attributes like action and method that specify how
Tweet media one
Tweet media two
4
54
315
@NikkiSiapno
Nikki Siapno
1 year
HTTPS explained in simple terms. Online communication relies on trust and confidentiality. Here's where HTTPS is invaluable. HTTPS, the secure version of HTTP, is fundamental for web security. It encrypts data in transit to ensure its security and privacy, helping to prevent
Tweet media one
9
117
581
@ProgressiveCod2
Saurabh Dashora
1 year
๐—›๐—ง๐—ง๐—ฃ ๐—ถ๐˜€ ๐—ฎ ๐˜€๐˜๐—ฎ๐˜๐—ฒ๐—น๐—ฒ๐˜€๐˜€ ๐—ฝ๐—ฟ๐—ผ๐˜๐—ผ๐—ฐ๐—ผ๐—น. This means every request is independent. The web application server canโ€™t tell if two requests came from the same browser or user. But the users arenโ€™t stateless. No one wants to log in to your application every time they
Tweet media one
8
72
334
@tush_tr604
Tushar Rajpoot
1 year
As a DevOps Engineer, you might be asked: How do you build a robust CI/CD pipeline? Letโ€™s explore the key components, best practices, and essential tools to create an effective CI/CD pipeline. A thread ๐Ÿงต
8
142
702
@csaba_kissi
Csaba Kissi
1 year
Back-end developer: โ€‹ โˆŸ๐Ÿ“‚ Server-side programming (Python,Java,PHP, NodeJs,Go,Rust) โˆŸ๐Ÿ“‚ Databases (SQL, NoSQL) โˆŸ๐Ÿ“‚ APIs and web services โˆŸ๐Ÿ“‚ Security and authentication โˆŸ๐Ÿ“‚ Caching and performance tuning โˆŸ๐Ÿ“‚ Scalability and load balancing โˆŸ๐Ÿ“‚ Deployment and DevOps โˆŸ๐Ÿ“‚
64
222
984