Skip to content

Commit

Permalink
Cover Images from Cloudinary
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazaz-Or committed May 15, 2024
1 parent 4f2594b commit c539961
Show file tree
Hide file tree
Showing 37 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion content/blogs/cypress-rest-api-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Testing REST API with Cypress is easy"
description: Most common use cases of Cypress.io are UI & Visual testing. But, employing Cypress for testing REST APIs can also be quite efficient.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/cypressapitesting.png
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766378/cypressapitesting_snd4wh.png
date: "2023-04-30"
tags: ["JavaScript", "Cypress.io", "Testing"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/fastapi-background-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: FastAPI Background Tasks - Introduction Guide
description: FastAPI feature for lightweight background tasks (functions) that will run in parallel with your main application.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/fastapi-backgroundtasks.png
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766622/fastapi-backgroundtasks_yt0kzi.png
date: "2023-08-24"
tags: ["Python", "FastAPI", "Backend"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/hamas-is-isis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Hamas is ISIS
description: Gaza have nurtured Hamas and its violent radical ideology; Hamas reveled its true agendas and idealogy which is the same as ISIS.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/hamas-is-isis.jpeg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766683/hamas-is-isis_tz5sz8.jpg
date: "2023-10-16"
tags: []
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/js-rewire.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Leverage Rewire for Unit Testing in Node.js"
description: Unit testing in Node.js can be challenging. After trying various libraries, I found Rewire to be the most practical for testing purposes
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/rewire.jpg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766714/rewire_rxnn1k.jpg
date: "2023-03-19"
tags: ["JavaScript", "NodeJS", "Testing", "Rewire"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/map-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "You Should Really Use Map When Possible"
description: The advantages of using Map in JavaScript over other Data Types
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/mapjs.webp
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766768/mapjs_js8k5q.webp
date: "2023-03-29"
tags: ["JavaScript", "NodeJS"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/middleware-fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Keep Your Routes Clean - Use Middleware for Extra Logic"
description: I try to keep my routes as "clean" as i can, additional logic will be executed via middleware - Here's a small example I did with FastAPI
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/fastapi-vscode.png
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766795/fastapi-vscode_sckrc1.png
date: "2023-03-23"
tags: ["Python", "FastAPI", "Backend"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/mocking-node-using-sinon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Explore Mocking In Node.js Using Sinon"
description: Unit testing and mocking in Node.js with Sinon, get familiar with basic Spies, Stubs, Fakes, and Mocks, concepts.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/unittestssinon.webp
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766820/unittestssinon_g1bmuk.webp
date: "2023-08-09"
tags: ["JavaScript", "NodeJS", "Testing", "Sinon"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/newrelic-fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrating NewRelic with FastAPI & Docker"
description: Enhance your FastAPI application's monitoring with NewRelic. Gain insights and improve performance with very minimal and simple setup steps.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/APM_summary_tiles.png
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766878/APM_summary_tiles_yv7llr.png
date: "2023-07-03"
tags: ["Python", "FastAPI", "DevOps", "Backend"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/niceness-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Linux Process Prioritization with Niceness
description: Get to know the Linux process priority and Niceness.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/niceness-linux.webp
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766909/niceness-linux_xuntgx.webp
date: "2023-12-01"
tags: ["General", "Linux"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Leverage Pre-Commit Hooks to Improve Your Git Workflow
description: Discover how pre-commit hooks streamline workflows, ensure code quality, and simplify collaborations using a real-world example.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/pre-commit.png
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766927/pre-commit_z3xhju.png
date: "2023-10-02"
tags: ["General", "git"]
---
Expand Down
4 changes: 2 additions & 2 deletions content/blogs/pytest-custom-markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "Organizing Your Tests with Custom Markers in Pytest"
description: This is the easiest way to categorize and maximize the flexibility and readability of your testing workflow and results
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/pytestcustommarkers.jpeg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715766952/pytestcustommarkers_wolzpt.jpg
date: "2023-03-27"
tags: ["Python", "Pytest"]
tags: ["Python", "Pytest", "Testing"]
---

Pytest is a powerful and flexible testing framework for Python that allows developers to easily write and execute test cases for their code. One of the key features of pytest is the ability to use custom markers to organize and categorize tests in efficient way.
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/pytest-parametrize.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Powerful Pytest Parametrization
description: I absolutely love using pytest as my go-to testing tool whenever i'm working on a Python project. Pytest Parametrization is one of reasons why.
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/pytest-param.webp
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767076/pytest-param_idxyjv.webp
date: "2023-11-20"
tags: ["Python", "Pytest", "Testing"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/python-custom-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Crafting Meaningful Custom Exceptions in Python: Best Practices and Comm
description: Boost your Python code clarity and debuggability with custom exceptions. Explore best practices for crafting and handling them effectively
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/pce.jpg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1687973092/q22zzgly4bzac62mx2g5.jpg
date: "2023-06-12"
tags: ["Python"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/python-json-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Exploring JSON in Python: load/loads and dump/dumps"
description: "Dive into the differences between Python's json module methods: json.load/json.loads & json.dump/json.dumps"
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/code-7198654_960_720.jpg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767147/code-7198654_960_720_azglu7.jpg
date: "2023-05-08"
tags: ["Python"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/python-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Python Packaging & Dependency Management with Poetry"
description: "Poetry: Simplify Python dependency management with an intuitive CLI, virtual environments, and seamless packaging & publishing"
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/poetry-p.jpeg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767165/poetry-p_gkj5fv.jpg
date: "2023-05-13"
tags: ["Python"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/tests-workflow-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4b99jarovt77f7af9wwo.png
date: "2024-02-13"
tags: ["Testing", "DevOps", "JavaScript"]
tags: ["Testing", "DevOps", "JavaScript", "NodeJS"]
---

Ensuring consistent application performance across multiple platforms is a cornerstone of quality software delivery. In this post, I'll share my approach for using GitHub Actions to automate testing across a variety of platforms, drawing from a real use case at my workplace.
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/typescript-vitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "I Wish I Knew Vitest When I Started My TypeScript Journey"
description: I have struggled so badly when it came to testing while using the notorious combination of Node, TypeScript & ES Module. And then I found Vitest
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/ts-vitest.jpeg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767204/ts-vitest_jp0gwq.jpg
date: "2023-06-26"
tags: ["TypeScript", "Vitest", "Testing"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/ubuntu-pacakge-managers-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Package Management in Ubuntu: Overview Guide"
description: Get to know APT, Snap, Flatpak, and more. Optimize software installation, updates, and removals in this overview guide
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/ubuntu-apt.avif
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767230/ubuntu-apt_p7posu.avif
date: "2023-07-16"
tags: ["Linux", "Ubuntu"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/blogs/y2kbug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Y2K Bug: A Look Back at a Critical Moment in Software Development Histor
description: Explore the Y2K Bug that threatened global systems at the dawn of the 21st century and understand its impact on software development
author: Or Kazaz
authorImage: https://avatars.githubusercontent.com/u/83350680?v=4
coverImage: /images/Kernel-panic.jpg
coverImage: https://res.cloudinary.com/dtt2usukl/image/upload/v1715767277/Kernel-panic_lxk8yr.jpg
date: "2023-06-07"
tags: ["General"]
---
Expand Down
Binary file removed public/images/APM_summary_tiles.png
Binary file not shown.
Binary file removed public/images/Kernel-panic.jpg
Binary file not shown.
Binary file removed public/images/code-7198654_960_720.jpg
Binary file not shown.
Binary file removed public/images/cypressapitesting.png
Binary file not shown.
Binary file removed public/images/fastapi-backgroundtasks.png
Binary file not shown.
Binary file removed public/images/fastapi-vscode.png
Binary file not shown.
Binary file removed public/images/hamas-is-isis.jpeg
Binary file not shown.
Binary file removed public/images/mapjs.webp
Binary file not shown.
Binary file removed public/images/niceness-linux.webp
Binary file not shown.
Binary file removed public/images/pce.jpg
Binary file not shown.
Binary file removed public/images/poetry-p.jpeg
Binary file not shown.
Binary file removed public/images/pre-commit.png
Binary file not shown.
Binary file removed public/images/pytest-param.webp
Binary file not shown.
Binary file removed public/images/pytestcustommarkers.jpeg
Binary file not shown.
Binary file removed public/images/rewire.jpg
Binary file not shown.
Binary file removed public/images/ts-vitest.jpeg
Binary file not shown.
Binary file removed public/images/ubuntu-apt.avif
Binary file not shown.
Binary file removed public/images/unittestssinon.webp
Binary file not shown.

0 comments on commit c539961

Please sign in to comment.