waroom "het is nu elf uur" not "het is elf uur nu" ?
Cosimo Galluzzi
Lint Roller? I Barely Know Her
One Nice Bug Per Day
Keni
KIROKAZE
Today's Document

PR's Tumblrdome

titsay
taylor price
untitled
Stranger Things
Game of Thrones Daily
I'd rather be in outer space 🛸

Origami Around
we're not kids anymore.
trying on a metaphor

Andulka

tannertan36

❣ Chile in a Photography ❣
YOU ARE THE REASON
seen from Ireland
seen from Germany
seen from Spain

seen from Indonesia

seen from Sweden
seen from Morocco
seen from Indonesia

seen from United States
seen from Pakistan
seen from Israel
seen from Chile
seen from United Kingdom

seen from United States

seen from Iraq
seen from Türkiye
seen from Moldova
seen from Jordan

seen from Philippines
seen from Malaysia

seen from Malaysia
@ansuf
waroom "het is nu elf uur" not "het is elf uur nu" ?
"put" in Dutch
"zet"
"leg"
"stop"
staan, ligt
"zit", "staat", "staan", "ligt"
staat
staan
leetcode
git cheatsheet
git config --global init.defaultBranch
What You'll Do
Design, develop, and maintain the backend infrastructure that powers our IoT applications, ensuring they are reliable, scalable, and ready for global expansion.
Develop and maintain production-ready Python code that is clean, well-structured, and optimized for performance.
Use AWS Lambda, DynamoDB, and other cloud services to build event-driven and serverless solutions.
Design, manage, and enhance CI/CD pipelines to streamline the development and deployment process, adhering to DevOps best practices.
Quickly resolve backend issues, ensuring system reliability, while continually exploring ways to improve and innovate.
Work closely with the IT team to deliver seamless, high-quality products.
Produce clear, comprehensive documentation and ensure code quality through rigorous testing.
What You’ll Bring:
Backend Development Expertise: At least 3+ years of experience as a Software Engineer, with a focus on backend systems.
Python Mastery: Strong proficiency in Python, with experience developing and deploying large-scale, production-ready applications.
Cloud & AWS Experience: Extensive knowledge of AWS services, including Lambda, DynamoDB, SQS, SNS, API Gateway, and EventBridge.
Serverless Enthusiast: Passion for serverless and event-driven architectures, and the ability to design scalable, efficient backend systems using these technologies.
Code Quality & DevOps Skills: Ability to write clean, maintainable code and experience with CI/CD pipelines and DevOps practices for seamless deployments.
Problem-Solving Mindset: Proactive approach to identifying and solving complex problems, with a commitment to delivering high-quality solutions.
Strong Documentation: Experience writing comprehensive, clear documentation that helps ensure smooth handovers and collaboration.
Nice to Have (but not essential)
Familiarity with telecom protocols like RADIUS, IPAM, and an understanding of computer networks or roaming technologies.
Experience with PostHog or similar analytics platforms.
Stiffness Matrix
81 stiffness coefficients
source: https://www.youtube.com/watch?v=11wZKyUZf3w
Mini washing machine
Mestic Washing Machine MW-120 (capacity 3.5 kg) complete with box. We bought it new in May 2023 for 149.95 euros. please make an offering. pickup at Ede Center before 31 of July. Selling because we want to move out. minus: you need to repeat 2 - 3 times for washing (with detergent) and rinse (without detergent) manually.
how to dispose of trash
go to apartment door
How to open main front door and mailbox
How to open entrance door to basemen
Storage to Entrance
Housing in Ede Centrum
#storage
alternative if-else php syntax
Snippet Golang: removing nth element in an array
```
package main
import "fmt"
type Temporary struct { Event string ID uint }
var tmp = []Temporary{ Temporary{ Event: "red", ID: 2, }, Temporary{ Event: "blue", ID: 3, }, Temporary{ Event: "black", ID: 4, }, Temporary{ Event: "pink", ID: 5, }, }
func Release(id uint) {
loop: for i, x := range tmp { if x.ID == id { copy(tmp[i:], tmp[i+1:]) tmp = tmp[:len(tmp)-1] goto loop } } }
func main() { fmt.Println("1:", tmp)Release(4) fmt.Println("2:", tmp)
} ```
Step-by-Step Making Hugo Web
create private repo 'backup-[project-name]'
clone via Codium to local drive
check Hugo installation 'hugo version'
open Codium terminal on the project and create hugo project by run 'hugo new site . --force'
Jekyll Deployment Option
✅ Github to store project files ✅ Travis to run automated published script ✅ a domain name for future visitors to use