Skip to content
31 March 2023

Paweł Filipek

  • Backend
    • C#
    • Entity Framework
    • Security
  • Frontend
    • Angular
    • JQuery
  • Databases
    • SQL
  • Design pattern
    • Domain-Driven Design
    • CQRS
    • TDD
    • Software Design Patterns
  • DevOps
    • RabbitMQ
    • Docker
    • Elasticsearch
  • Tools
  • Get noticed 2017
  • About me
Main Menu

Tag: get noticed

Frontend / JQuery

Send array from view to controller as class – ASP.NET Core.

14 May 201717 September 2017 - by Paweł Filipek - Leave a Comment

Example To send array values from table in view to controller as array class I’ll use JQuery and Ajax. For the needs of the example I generate table in view.

Read More
Get noticed / Get out from smog

„Get out form smog” – mark location on google map

11 May 201711 May 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part X In this post I’ll discribe how to display your current location and location with the cleanset air on google map. To do this …

Read More
Backend / C#

BackgroundWorker – loading in the background – example C#

7 May 201717 September 2017 - by Paweł Filipek - Leave a Comment

BackgroundWorker Thanks to this class, we can open the window(form) immediately and eg. all data can be loaded in the background. This is usefull becouse basic Windows application runs on …

Read More
Get noticed / Get out from smog

„Get out form smog” – display the station

7 May 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part IX To view the location where user should go I need to return adress station in Json. So I have to edit my controller …

Read More
Get noticed / Get out from smog

„Get out form smog” – selecting a range by the user

30 April 201723 October 2020 - by Paweł Filipek - Leave a Comment

Get out from smog – part VIII Today I’ll show the extension of the application with the user selectable range in which “he” can to go. I added to the …

Read More
Backend / C# / Frontend

Generate PDF in ASP.NET Core

29 April 201717 September 2017 - by Paweł Filipek - 1 Comment

Generate PDF If we write application in version MVC 5 or less. We can use simple to use library like Rotativa. But what if we have apps on ASP.NET MVC …

Read More
Backend / C#

Tuple Class – C#

16 April 201717 September 2017 - by Paweł Filipek - Leave a Comment

Tuple class With tuple class (available from version .Net 4.0) our function can return more then one value. I’ll show you on a simple example. Imagine that we want to …

Read More
Get noticed / Get out from smog

“Get out form smog” – get current location from user

15 April 201715 April 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part VII In a previous posts. I showed you how to calculate distance between points. It’s time to get current location from user. We will …

Read More
Design pattern / Software Design Patterns

Strategy pattern

9 April 201731 March 2019 - by Paweł Filipek - Leave a Comment

Strategy pattern What is the strategy pattern? Via wikipedia For instance, a class that performs validation on incoming data may use a strategy pattern to select a validation algorithm based …

Read More
Get noticed / Get out from smog

“Get out form smog” – looking for the purest air

8 April 20178 April 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part VI Today, my application show you where is the cleanest air within 100km from my current localization(Kraków). First, I focus only on pollution dust …

Read More
Frontend / JQuery

Sending data from dynamic list – ASP.NET Core MVC.

30 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

Send dynamic list to controller Today I’ll show you how to add items to dynamic list and then send values to controller. In the first step, let’s create simple web …

Read More
Backend / C#

LinkedList – example

23 March 201717 September 2017 - by Paweł Filipek - 1 Comment

LinkedList When we need to put some collections into stack(LIFO) or queue(FIFO). The soulition is simple, we create class Stack if we need a “last in first out” strategy and …

Read More
Get noticed / Get out from smog

“Get out from smog” – claculate the distance

21 March 201721 March 2017 - by Paweł Filipek - Leave a Comment

Get out from smog – part IV As i mentioned in a previous post. I create a class that will be calculated the distance in kilometers between the measuring stations …

Read More
Get noticed / Get out from smog

“Get out from smog” – obtaining precise location

18 March 2017 - by Paweł Filipek - 2 Comments.

Get out from smog – part III To measure the distance from the measuring station to current locaction of the user. Is required accurate data such as – latitude and …

Read More
Get noticed / Get out from smog

“Get out from smog” – parsing JSON

11 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

“Get out from smog” part II Today I will focus on parsing data from JSON. Service http://powietrze.gios.gov.pl provides information on air quality in this format. So I would use this …

Read More
Frontend / JQuery

Dynamic charts in MVC

10 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

Dynamic charts When we need to display some charts, we might use simple and fast library – HighCharts.Which I’ll try to explain brefly below. Example In our example we display …

Read More
Backend / C#

Parse xml – Linq to Xml

4 March 201717 September 2017 - by Paweł Filipek - Leave a Comment

How to parse xml? It’s very simple. Linq offers us an extension specifically for this task – Linq to XML. Let’s assume that we have to parse XML which is …

Read More
Get noticed / Get out from smog

“Get out from smog” – DSP

1 March 20171 March 2017 - by Paweł Filipek - 1 Comment

Get noticed I decided to join to the contest “Daj się poznać” (Get Noticed) and I am very happy with it. The truth by saying I don’t have very much …

Read More
Copyright © 2023 Paweł Filipek.
Powered by WordPress and HitMag.