Coder Social home page Coder Social logo

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

ziomyslaw's Projects

ziomyslaw doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.