Skip to content
View ziomyslaw's full-sized avatar

Block or report ziomyslaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ziomyslaw/README.md

Photo & Video

Database

Message Broker

Libs

Docker,

  • Kubernetess, k3s
  • terraform - longhorn
  • Rancher - container management platform
  • Portainer: Container Management

Test

  • FluentAssertions
  • NSubstitute
  • Moq
  • FakeItEasy
  • AutoFixture
  • XUnit
  • NUnit
  • MSTest 2
  • Selenium,
  • Playwright pwsh bin\Debug\netX\playwright.ps1 install

Azure

  • Azure WebApp
  • Azue Media Services
  • Event Grid
  • Storage

.Net

.Net Testing

Serializers

Complex class
Syntax Time [ms] Size [bytes]
Binary Formatter 4282 1400
NetSerializer 204 106
SimpleBinaryEncoding 727 58
POCO
Syntax Time [ms] Size [bytes]
Binary Formatter 3829 1132
NetSerializer 115 18
MessagePack 463 46

API Gateway

DevOps

UI Design

JavaScript, TypeScript, HTML5, CSS3/LESS/SCSS

JavaScript Test

  • Jest,
  • Cypress
  • Nightmare
  • Protractor - end-to-end test framework for Angular
  • Jasmine/Karma ( Angular test runner) -> Jest (replaces Karma)

Documentation

CMS

CMS - e-commerce

CSS Animation Libraries CSS/SCSS/Less

S3 Object Storage

React

Bootstrap

Projects & Tools

Web technologies: Angular, RxJs, React, Next.js, Node.js, NestJs, Strapi, Saleor,

CSS3/LESS/SCSS, GraphQ, Bootstrap, Material UI, Tailwind, Styled-Components, Semantic UI

npm install --save bson 
import { ObjectID } from 'bson';
const id  = new ObjectID(); 
console.log(id.toString()); 
npm config set proxy http://proxy.pl:80/
npm config set https-proxy http://proxy.pl:80/
npm config set strict-ssl false
setx PATH "c:\edb\languagepack\v1\Python-3.7;%PATH%"
setx PATH "c:\Program Files\PostgreSQL\12\bin;%PATH%"
setx PATH "c:\edb\languagepack\v1\Python-3.7\Scripts;%PATH%"

setx PYTHONHOME "c:\edb\languagepack\v1\Python-3.7"
COPY 

"c:\edb\languagepack\v1\Python-3.7\python37.dll"
"c:\Windows\System32\python37.dll"
New-EventLog -LogName Application -Source "APPNAME"

sc.exe delete AppNAME
sc.exe create AppNAME binpath= "D:\App.exe" start= auto

CAST(([AskTimestampUtcTicks] - 599266080000000000) / 10000000 / 24 / 60 / 60 AS datetime) as TimeDay
ArgumentNullException.ThrowIfNull();

JsonConvert.DeserializeObject<MyClass>(await response.Content.ReadAsStringAsync())
var items = [].Select(i => i).ToList();
var items = [].ConvertAll(i => i);
import * as React from "react";
import { ClientTest } from "~/components/chart.client"; //components/chart.client.tsx

export default function Index() {
  const [mounted, setMounted] = React.useState(false);
  React.useEffect(() => {
    setMounted(true);
  }, []);
  return <div className="remix__page">{mounted ? <ClientTest /> : null}</div>;
}

<link rel="import" type="application/json" href="users2.json" />


<Suspense fallback={<Loading/>}>
    <Component data={data}/>
</Suspense>


import posts from '../../posts.json'

const Post = props => {
  return (
    <div>
      <h1>{props.post.title}</h1>
      <p>Published on {props.date}</p>
      <p>{props.post.content}</p>
    </div>
  )
}

Post.getInitialProps = async ({ query }) => {
  const moment = (await import('moment')).default()
  return {
    date: moment.format('dddd D MMMM YYYY'),
    post: posts[query.id]
  }
}

export default Post

buzzwords

Micro-service oriented programming skills DDD, Clean Code, SOLID, TDD, CQRS MACH principle (Microservice-based, API-first, Cloud-native, and Headless) Design Patterns, Agile/ Scrum and Kanban sklepiko.com

E-commerce

product category discount order (details + items) user shipping details payment details cart items

Carts Customers Checkout Discounts Orders Products Reporting Storefront Subscription Developers RefreshTokens Users B2C Multi-store Multi-vendor marketplace B2B Admin users Role-based permissions Multi-currency Guest checkout Manual order creation Post-sale order editing Coupons Gift cards Abandoned cart recovery Storewide promotions & discount rules Bulk coupon generation Saved credit cards Payment processing with Stripe, PayPal, Amazon Pay Standard products Subscription products Options per product Variants per product Categories & sub-categories Custom product attributes Variant-specific images Cross-sells & upsells Stock inventory and history Product bundling Bulk price rules Shipping price rules International pricing backend API Headless storefront Self-hosted storefronts Visual theme editor Drag & drop menu editor Hosted checkout Checkout API Webhooks Media CDN with image transforms

CandlesStick patterns

  • Money Flow Index (MFI)
  • Stochastic Relative Strenth Index (RSI)
  • Commodity Channel Index (CCI)
  • Moving Average Convergence Divergence (MACD)
  • Volume & Volume Weigheted Average Price (VWAP)
  • Candle Stick Patterns by Weight

Popular repositories Loading

  1. angular-meteor angular-meteor Public

    Forked from Urigo/angular-meteor

    Combining the simplicity and power of AngularJS and Meteor

    HTML

  2. accounts-bootstrap accounts-bootstrap Public

    Forked from studiointeract/accounts-bootstrap

    Bootstrap – Accounts UI for React in Meteor 1.3

    CSS

  3. flow-router flow-router Public

    Forked from bensventures/flow-router

    Carefully Designed Client Side Router for Meteor

    JavaScript

  4. composable-functional-js-course composable-functional-js-course Public

    Forked from Rudeg/composable-functional-js-course

    JavaScript

  5. soundcloud-redux soundcloud-redux Public

    Forked from r-park/soundcloud-redux

    SoundCloud API client with React • Redux • Redux-Saga

    JavaScript

  6. restivus restivus Public

    Forked from meteor-rest/restivus

    REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs

    CoffeeScript